body {
color: #666666;
margin: 0px;
padding: 0px;
font: 80%/1.8 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
background: #aaaaaa url(image_A/out.gif);
text-align: center;
}
a {
color: #333333;
}
a:hover {
color: #aaaaaa;
}
h1,h2,h3,p,ul{
margin: 0px;
padding: 0px;
}
li{
list-style-type: none;
}
img {
border: none;
}
#container {
text-align: left;
width: 806px;
margin-top: 50px;
margin-right: auto;
margin-left: auto;
}
#header {
background: url(image_A/waku-1.jpg) no-repeat left top;
height: 417px;
width: 806px;
}
#header h1 {
font-size: 16px;
color: #456789;
top: 10px;
right: 10px;
text-align: center;
padding-top: 15px;
padding-right: 20px;
}
#contents {
background: url(image_A/waku-2.gif) repeat-y;
}
#contents #sub {
float: left;
width: 225px;
display: inline;
margin-left: 20px;
margin-bottom: 80px;
}
#contents #main {
float: left;
width: 504px;
margin-bottom: 80px;
display: inline;
margin-left: 20px;
}
#main h2 {
background: url(image_A/line1.gif) no-repeat left top;
height: 24px;
width: 504px;
font-size: 12px;
color: #444444;
padding-left: 30px;
line-height: 24px;
}
#main p {
padding: 5px 10px;
}
#main #new p {
background: url(image_A/arrow.gif) no-repeat left top;
padding-left: 30px;
border-bottom: 1px dotted #CCCCCC;
}
#menu ul {
border-bottom: 5px solid #456789;
}
#menu a {
text-align: center;
display: block;
width: 100%;
color: #456789;
text-decoration: none;
background: #FFFFFF url(image_A/blue.gif) no-repeat bottom;
padding-top: 10px;
padding-bottom: 10px;
}
#menu a:hover {
background: #abcdef url(image_A/green-2.gif) no-repeat left bottom;
color: #FFFFFF;
}

#footer {
clear: both;
background: url(image_A/waku-3.gif) no-repeat bottom;
text-align: center;
font-size: 11px;
width: 100%;
height: 50px;
padding-top: 50px;
margin-bottom: 50px;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix { display: inline-block; }


*html .clearfix { height: 1%; }
.clearfix { display: block; }

