
/*------CSS------*/
*{margin:0;padding:0;line-height:160%;}
body{
margin:0;
padding:0;
font-family:arial, sans-serif, Osaka, verdana, Meiryo;
color:#111;
background:#f4f4f4;
}
h1,h2,h3,p,ul,ol,li{
margin:0px;
padding:0px;
}
li{
margin:0px;
padding:0px;
list-style-type:none;
}
img{border:0;}

/*--------------------------------------------*/
a{ color:#a50f38; text-decoration:none;}
a:hover{ color:#aa364f; text-decoration:underline;}
.clear-fix{ clear:both;}

#allcontents{
width:820px;
text-align:left;
margin:0 auto;
}
#headliner{
font-size:15px;
margin-bottom:15px;
background:#00320b;
background: -moz-linear-gradient(top, #277525, #00320b);
background: -webkit-gradient(linear, center top, center bottom, from(#277525), to(#00320b));
background: linear-gradient(top center, #277525 0%, #00320b 100%);
text-align:center;
}
#headliner_in01{
width:820px;
margin:0 auto;
text-align:left;
}
#headliner a{
padding:10px 5px;
display:block;
text-decoration:none;
font-size:31px;
letter-spacing:-1px;
color:#fff;
}
#headliner .headliner_in02{
display:block;
padding:5px;
font-weight:normal;
font-size:13px;
background:#fff;
background: -moz-linear-gradient(top, #eff5dd, #fff);
background: -webkit-gradient(linear, center top, center bottom, from(#eff5dd), to(#fff));
background: linear-gradient(top center, #eff5dd 0%, #fff 100%);
border-bottom:#ccc solid 1px;
color:#00320b;
}
#headliner .headliner_in02 span{
width:820px;
display:block;
margin:0 auto;
text-align:left;
}


#aside{
width:26%;
position:relative;
float:left;
font-size:12px;
color:#555;
}

#aside ul {
margin-bottom:10px;
background:#fff;
box-shadow:1px 1px 2px #888888;
padding:2px;
}
#aside ul li{
padding:7px;
border-bottom:#888 dotted 1px;
}

#n1,
.recom_navtop{
padding:0 5px;
font-size:15px;
font-weight:bold;
color:#fff;
display:block;
background:#00320b;
background: -moz-linear-gradient(top, #277525, #000);
background: -webkit-gradient(linear, center top, center bottom, from(#277525), to(#000));
background: linear-gradient(top center, #277525 0%, #000 100%);
}
.sidebar_inner li a{
text-decoration:none;
}
.sidebar_inner li a:hover{ color:#333;}


#content_block{
width:69%;
padding:3px;
margin:0 0 18px 0;
position:relative;
float:right;
font-size:13px;
background:#eff5dd;
border:solid 1px #d9eac5;
box-shadow:1px 1px 3px #999;
}
h2{
margin:10px 0 15px 0;
padding:2px 0;
border-bottom:#333 dotted 1px;
color:#333;
font-size:18px;
letter-spacing:-1px;
}
h3{
margin:20px 3px 15px 3px;
border-bottom:#333 dotted 1px;
color:#333;
font-size:15px;
letter-spacing:-1px;
}

 .site_image{
width:100%;
border-top: #d9eac5 solid 2px;
border-bottom: #d9eac5 solid 2px;
}
#content_block ul li{ line-height:200%;}
#content_block .info li{ line-height:170%; padding-bottom:3px;}

#content_in{
padding:15px;
line-height:160%;
background:#ffffff;
}
#content_in p{line-height:200%;}

#under_wrap{
font-size:12px;
padding:10px;
background:#f9f9f9;
border-top:#ddd solid 1px;
color:#666;
text-align:center;
}
#under_wrap_in{
margin:0 auto;
width:820px;
text-align:left;
}
#under_wrap ul li{
line-height:230%;
}
#under_wrap p{
padding:10px 0;
font-size:11px;
text-align:right;
letter-spacing:1px;
}

