*{
margin: 0 auto;}


body{
     background-color: #003d82;
     background-repeat: y;
     background-position: center top;
}

a { text-decoration: none; }
a:link {color: #000000;}
a:visited {color: #000000;}
a:active {color: #000000;}
a:hover {color: #000000;}

img {
    border-style:none;
}

/* コンテナ */
div#container{
background-color: #003d82;
margin-left: auto;
margin-right: auto;
} 


/* ヘッダ */
div#header{
background-color: #003d82;

}

div#header p{
font-size: 30px;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
line-height: 1.6;
}








/* コンテンツ */
div#content{
margin-top: 0px;
background-color: #FFFFFF;

}

div#content h1{
background-repeat: no-repeat;
color: #2b2b2b;
padding-top: 0px;
padding-bottom: 0px;
}



div#content p{
font-size: 20px;
text-align: left;
line-height: 1.6;
}


.example1{
float : right;
margin-top: 10px;
margin-right: 0px;
}


div.box1 { /* ボックス1 */
background-color: #ffffff;
height: 800px;
float: left;
margin-right: 5px;
margin-left: 11px;
margin-bottom: 0px;
border: solid 1px #999999;
} 





/* テーブル */

.sample_01{
 width: 97%;
 letter-spacing: 0.1em;
 line-height: 120%;
 border-collapse: collapse;
 }
 .sample_01 th{
 width: 25%;
 padding: 10px;
 text-align: left;
 vertical-align: top;
 color: #333;
 background-color: #FFFFFF;
 border: 1px solid #b9b9b9;
 }
 .sample_01 td{
 padding: 10px;
 background-color: #FFFFFF;
 border: 1px solid #b9b9b9;

 }






/* コンテンツ */
div#content2{
margin-top: 0px;
background-color: #FFFFFF;
}

div#content2 h1{
background-repeat: no-repeat;
color: #2b2b2b;
padding-top: 0px;
padding-bottom: 0px;
}



div#content2 p{
font-size: 20px;
line-height: 1.6;
}



/* フッタ */
div#footer{
background-color: #003d82;
clear: both;
margin-left: auto;
margin-right: auto;
background-position: 0px 0px 0px 0px;
} 


address{
font-size: 20px;
font-style: normal;
text-align: center;
padding: 12px;
}

div#footer p{
font-size: 18px;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
line-height: 1.6;
color: #FFFFFF;
}



