/* 基本構造 */

#body {font-family: 'メイリオ', Helvetica, 'Hiragino Kaku Gothic Pro', sans-serif; font-size:15px; font-weight:normal; font-style:normal; text-decoration:none; background-color:#D3D3D3; }


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


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


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


#footer {
     float: center;
     border-right: 1px solid #6495ED;
     border-left: 1px solid #6495ED;
     border-bottom: 1px solid #6495ED;
     margin-right: auto;
     margin-left: auto;
     line-height:1.2;
     padding:10px;
     width:878px; 
     height:45px;
     text-align:center;
     color:#FFFFFF;
     font-size:12px;
     font-weight:bold;
     background-color:#6495ED;
}


@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:14px;
     float:left;
     margin-left:20px;
}


h2{
   text-align:center;
   margin-top:10px;
   margin-right:5px;
   margin-left:5px;
   padding: 15px 0px 0px 0px;
   font-size: 15px;
   background-color:#6495ED;
   width:auto;
   height:45px;
   color:#FFFFFF;
 }


h3{
   text-align:center;
   margin-top:10px;
   margin-right:5px;
   margin-left:5px;
   padding: 15px 0px 0px 0px;
   font-size: 15px;
   background-color:#6495ED;
   width:auto;
   height:45px;
   color:#FFFFFF;
 }


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


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


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



/* 段落 */

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

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

.s1{margin:0px 20px 20px 20px; line-height:1.5;}

.s2{margin:-10px 20px 0px 20px; line-height:1.5;}

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