/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:justify;
}
h1 {
    color:#990000;
	font-size:18px;
}
h2 {
    font-size:12px;
	letter-spacing:-0.08em;
}
#background {
   width:798px;
   margin:0px auto 0px auto;
}
#header {
   width:798px;
   height:125px;
   background:url(../image/e_taikiken_image.jpg) no-repeat;
   margin-bottom:20px;
}
#navigator {
   width:682px;
   margin-bottom:20px;
   text-align:right;
}
div.headline {
   width:682px;
   margin:0px 58px 10px 58px;
   text-align:justify;
}

#main {
   width:682px;
   padding-bottom:10px;
   margin:0px 58px 0px 58px;
}
div.contetns_top {
   widows:682px;
   margin-bottom:15px;
   display:block;
   border-bottom:#BF9AA3 solid 2px;
   border-top:#BF9AA3 solid 2px;
}
div.contetns {
   widows:682px;
   margin-bottom:15px;
   display:block;
   border-bottom:#BF9AA3 solid 2px;
}
div.contetns img {
   float:left;
   margin:0px 10px 130px 0px;
} 
div.contetns_top img {
   float:left;
   margin:10px 10px 130px 0px;
}
#footer {
   width:100%;
   clear:left;
   text-align:center;
   padding-bottom:30px;
   padding-top:30px;
}
