
/*------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;}
.c_f{ clear:both;}

#allcontents{
width:780px;
text-align:left;
margin:0 auto;
}
#header{
padding:4px 0;
margin-bottom:20px;
text-align:center;
background: -moz-linear-gradient(top,#fff,#f2f2f2);
background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#f2f2f2));
background: linear-gradient(top center, #fff 0%, #f2f2f2 100%);
border-bottom:#fff solid 1px;
box-shadow:1px 1px 2px #999;
}
#header a{
margin:0 auto;
text-align:left;
width:780px;
display:block;
font-size:24px;
font-weight:bold;
}
#header h1{
width:780px;
text-align:left;
margin:0 auto;
font-weight:normal;
font-size:12px;
}

#side{
width:26%;
position:relative;
float:left;
font-size:12px;
color:#555;
padding:0;
}
#side ul{
margin:0 0 12px 0;
padding:3px;
background:#fff;
box-shadow:1px 1px 2px #999999;
}
#side ul li{
padding:6px;
margin:0 0 2px 0;
background:#eee;
background: -moz-linear-gradient(top, #e9e9e9, #f9f9f9);
background: -webkit-gradient(linear, center top, center bottom, from(#e9e9e9), to(#f9f9f9));
background: linear-gradient(top center, #e9e9e9 0%, #f9f9f9 100%);
color:#333;
border:#e9e9e9 solid 1px;
}
#side ul li a{
color:#333;
text-decoration:underline;
}
#side ul li.n_title,
.n_title{
padding:12px 5px;
margin:0 0 3px 0;
font-size:13px;
font-weight:bold;
list-style:none;
background:none;
background:#24c3b6;
background: -moz-linear-gradient(top, #0b9085, #24c3b6);
background: -webkit-gradient(linear, center top, center bottom, from(#0b9085), to(#24c3b6));
background: linear-gradient(top center, #0b9085 0%, #24c3b6 100%);
color:#fff;
border:none;
}
#pagelist li a span{
display:block;
padding:2px 3px;
} 

#main_area{
width:70%;
float:right;
position:relative;
font-size:13px;
margin:0 0 20px 0;
box-shadow:1px 1px 3px #999;
}
.image_area{
width:100%;
}
#sub_section{
padding:14px;
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:#0b9085 solid 4px;
}

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


#footerbar{
padding:13px;
background:#ddd;
font-size:12px;
color:#555;
text-align:center;
}
#footerbar_in{
width:780px;
margin:0 auto;
text-align:left;
}
#footerbar ul li{
line-height:180%;
}
#footerbar p{
letter-spacing:1px;
text-align:right;
font-size:11px;
}

