
/*------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;}

#all_contents{
width:800px;
text-align:left;
margin:0 auto;
}
#header_space{
font-size:15px;
margin-bottom:15px;
background:#153e36;
background: -moz-linear-gradient(top, #006652, #153e36);
background: -webkit-gradient(linear, center top, center bottom, from(#006652), to(#153e36));
background: linear-gradient(top center, #006652 0%, #153e36 100%);
text-align:center;
}
#header_space_in01{
width:800px;
margin:0 auto;
text-align:left;
}
#header_space a{
padding:10px 5px;
display:block;
text-decoration:none;
font-size:31px;
letter-spacing:-1px;
color:#fff;
}
#header_space .header_space_in02{
display:block;
padding:5px;
font-weight:normal;
font-size:13px;
background:#fff;
background: -moz-linear-gradient(top, #f9f6d9, #fff);
background: -webkit-gradient(linear, center top, center bottom, from(#f9f6d9), to(#fff));
background: linear-gradient(top center, #f9f6d9 0%, #fff 100%);
border-bottom:#ccc solid 1px;
color:#153e36;
}
#header_space .header_space_in02 span{
width:800px;
display:block;
margin:0 auto;
text-align:left;
}

#nav_unit{
width:26%;
padding:3px;
position:relative;
float:left;
font-size:11px;
background:#fff;
box-shadow:1px 1px 2px #999;
}
#nav_unit ul{
padding:4px;
margin-bottom:10px;
}
#nav_unit ul li{
padding:5px;
border-bottom: dashed #ddd 1px;
}
.nav_recom_links{
padding:3px;
display:block;
margin-top:4px;
font-weight:bold;
background:#d5d5d5;
background: -moz-linear-gradient(top, #fff, #d5d5d5);
background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#d5d5d5));
background: linear-gradient(top center, #fff 0%, #d5d5d5 100%);
}
#box{
width:70%;
float:right;
position:relative;
font-size:13px;
margin:0 0 20px 0;
box-shadow:1px 1px 3px #999;
}
.theme_img{
width:100%;
}
#sub_section{
padding:13px;
line-height:160%;
background:#ffffff;
}
#sub_section ul li{line-height:200%; padding-bottom:3px;}
#sub_section .sub_section_ads li{line-height:170%; margin-bottom:3px;}
#sub_section p{line-height:200%;}

 h2{
margin:10px 0;
display:block;
font-size:15px;
letter-spacing:-1px;
padding:1px;
border:#ccc solid 1px;
}
h2 span{
display:block;
padding:5px;border:#eee;
background: -moz-linear-gradient(top, #fff, #eee);
background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#eee));
background: linear-gradient(top center, #fff 0%, #eee 100%);
border-top:#006652 solid 4px;
}

 h3{ 
margin:10px 0;
border-bottom:#0b8c73 solid 1px;
font-size:15px;
letter-spacing:-1px;
}


#btm_wrap{
padding:12px;
background:#eee;
font-size:12px;
color:#666;
text-align:center;
}
#btm_wrap_in{
width:800px;
margin:0 auto;
text-align:left;
}
#btm_wrap ul li{
line-height:180%;
}
#btm_wrap .credit{
letter-spacing:1px;
text-align:right;
font-size:11px;
}

