@charset "Shift_JIS";

body {
margin: 0;
padding: 0;
background: #ffffff;
}

#wrapper {
width: 100%;
height: 100%;
text-align: center;
}

#foot_wrapper {
margin: 20px 0 0 0;
padding: 0 0 10px 0;
width: 100%;
background: #000000;
text-align: center;
}

#content {
width: 800px;
margin-left: auto;
margin-right: auto;
color: #666666;
font-size: x-small;
}

#content a {
color: #666666;
text-decoration: none;
}

#content a:hover {
color: #00A1E9;
}

#news {
padding: 20px 0 0 0;
}

#news a {
text-decoration: none;
color: #333333;
}

#news a:hover {
color: #00A1E9;
}

#news h2 {
margin: 0;
padding: 0;
font-size: small;
line-height: 1.5;
border-bottom: 1px dotted #666666;
}

#news ul {
margin: 0;
padding: 0;
}

#news ul li {
padding: 5px 0 0 16px;
background: url(../images/arrow.gif) 0 0.7em no-repeat;
list-style: none;
line-height: 1.8;
}

#news_left {
margin: 0;
padding: 15px 30px 0 20px;
width: 350px;
float: left;
text-align: left;
background: url(../images/news_bg_white.jpg) 0 0 no-repeat;
}

#news_right {
margin: 0;
padding: 15px 30px 0 20px;
width: 350px;
float: right;
text-align: left;
background: url(../images/news_bg_white.jpg) 0 0 no-repeat;
}

#sub_content {
clear: both;
padding: 10px 0 0 0;
_padding: 10px 0 0 0;
}

#sub_content a {
color: #00A1E9;
}

#footer {
font-size: 9px;
color: #CCCCCC;
}

#foot_wrapper {
margin: 20px auto 0 auto;
width: 800px;
}

#foot_wrapper p {
font-size: 9px;
color: #CCCCCC;
}

.gray_text {
color: #666666;
}

.large_text {
font-size: 13px;
font-weight: bold;
}

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