/*css setting*/

*{margin:0;padding:0;line-height:160%;}
body{
margin:0;
padding:0;
font-family:arial, 'Hiragino Kaku Gothic Pro', Meiryo, san-serif, sans-serif, Osaka, verdana;
color:#000;
text-align:center;
background:#f9f9f9;
}
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:none;}
.clear-f{ clear:both;}

#all_background{
width:780px;
text-align:left;
margin:0 auto;
}
#sitename{
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;
}
#sitename a{
margin:0 auto;
text-align:left;
width:780px;
display:block;
font-size:25px;
font-weight:bold;
}
#sitename h1{
width:780px;
text-align:left;
margin:0 auto;
font-weight:normal;
font-size:12px;
}


#sidebar{
width:26%;
padding:0  0 12px 0;
position:relative;
float:left;
font-size:12px;
}
#sidebar ul{
margin:0 0 10px 0;
background:#fff;
box-shadow:1px 1px 2px #999;
background: -moz-linear-gradient(top, #f9f9f9, #eee);
background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#eee));
background: linear-gradient(top center, #f9f9f9 0%, #eee 100%);
border:#fff solid 1px;
}
#sidebar ul li{
padding:10px 8px;
border-top:#fff solid 1px;
border-bottom:#e9e9e9 solid 1px;
}
#sidebar{
font-size:13px;
}
#nav_in li a{
text-decoration:underline;
}


#entries{
width:69%;
padding:3px;
margin:0 0 18px 0;
position:relative;
float:right;
font-size:13px;
background:#fff2ee;
border:solid 1px #eddcd7;
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;
}

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

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


#footerarea {
letter-spacing: 1px;
font-size:11px;
text-align:center;
background:#fff;
}
#footerarea p {
margin:0 auto;
width:780px;
text-align: right;
padding: 10px;
}
#footerarea ul {
margin:0 auto;
width:780px;
text-align: left;
padding: 10px 0;
}

