/* 基本構造 */

#body {font-family:"ＭＳ Ｐゴシック", "Osaka"; font-size:16px; font-weight:normal; font-style:normal; text-decoration:none; background-color:#D3D3D3; }


#header {
     background-color:#0000FF;
     text-align:center;
     height:auto;
     width:800px;
     float: center;
     margin-right: auto;
     margin-left: auto;
     border-bottom: 1px solid #0000FF;
}


#wrapper {
    float: center;
    margin-right: auto;
    margin-left: auto;
    width: 800px;
}


#content {
     border:1px solid #000080;
     background-color:#FFFFFF;
}


#footer {
     float: center;
     border-right:1px solid #000080;
     border-left:1px solid #000080;
     margin-right: auto;
     margin-left: auto;
     line-height:2.0;
     padding:10px;
     width:778px; 
     height:28px;
     text-align:center;
     color:#FFFFFF;
     font-size:12px;
     font-weight:bold;
     background-image:url(image/footer.png);
     background-repeat:no-repeat;
}


@media (max-width:900px) {
     #header, #wrapper, #content, #footer {float:none; margin:0; width:auto;}

}


img{max-width:100%; height:auto; width /***/:auto;}


/* 見出し */

h1{
     color:#FFFFFF;
     font-size:16px;
     float:left;
     margin-left:10px;
}


h2{
   margin-left:20px;
   padding: 10px 0px 0px 25px;
   font-size: 16px;
   background:url(image/h2_bullet.png) no-repeat 0 10px;
 }


h3{
   margin-left:20px;
   padding: 10px 0px 0px 25px;
   font-size: 16px;
   background:url(image/h3_bullet.png) no-repeat 0 10px;
 }


h4{
   margin-left:20px;
   padding: 10px 0px 0px 25px;
   font-size: 16px;
   background:url(image/h4_bullet.png) no-repeat 0 10px;
 }


h5{
   margin-left:20px;
   padding: 10px 0px 0px 25px;
   font-size: 16px;
   background:url(image/h5_bullet.png) no-repeat 0 10px;
 }


h6{
   margin-left:20px;
   padding: 10px 0px 0px 25px;
   font-size: 16px;
   background:url(image/h6_bullet.png) no-repeat 0 10px;
 }



/* 段落 */

p{margin:10px 40px 10px 40px; line-height:1.5;}

.p1{margin:0px 40px 10px 40px; line-height:1.5;}

.s1{margin:0px 40px 10px 45px; line-height:1.5;}

.s2{margin:-10px 40px 10px 45px; line-height:1.5;}

.s3{margin:-20px 40px 10px 45px; line-height:1.5;}
