@charset "Shift_JIS";


*{
margin:0;
padding:0;}

body{margin:0 ;
background:#f5fffa;
color:#330000;line-height:150%;
text-align:center;}
html{overflow-y:scroll;}
p{margin:10px;}
img{border:0;}
hr{display: none;}

/*全体*/
#page{width:800px;height:auto;margin:0 auto;background:white;}

/*ヘッダー*/
#header{margin:0;height:150px;width:800px;background:black url(sh.jpg) center no-repeat;font-size:90%;text-align:left;}

/*内容*/
#contents{width:800px;background:white;}

/*メイン部分*/
#main{width:800px;background:#ffffff;text-align:left;}
#main .inner{margin:0px;}

div.text{margin:5px;background:#ffffff; padding: 7px;}
div.text2{margin:5px;background:#ffffff; padding: 7px;text-align:center;}
ul.back li{list-style:none;text-align:right;padding:5px;}

/*フッター*/
#footer{height:100px;width:800px; text-align:center; background:white; font-size:90%;line-height:130%;}

/*-----以下要素-----*/

h1{color: #191970;font-size:190%;font-weight:bolder;line-height:210%;text-indent:10px;}
h2{color: #0000ff;font-size:160%;margin:40px;}


/*リンク*/
a{color:#009999;text-decoration:none;padding:0px;}
a:visited{color:#cc00cc;}
a:hover{color:#ff8000;}

/*文字装飾*/
em{font-weight:bold;font-size:120%;}
strong{color: #ff0000; font-weight:bold;font-size:120%;}
small{font-size:80%;}
big{font-size:150%;}




