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

#page_area{
width:800px;
text-align:left;
margin:0 auto;
}
#headliner01{
padding:5px 6px;
margin-bottom:25px;
text-align:center;
background:#fff;
background: -moz-linear-gradient(top,#eee,#fff);
background: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#fff));
background: linear-gradient(top center, #eee 100%, #fff 0%);
}
#headliner02{
width:800px;
margin:0 auto;
text-align:left;
}
#headliner02 a{
padding:3px;
font-size:23px;
display:block;
}
h1{
padding:6px;
font-size:12px;
}


#navbar{
width:26%;
position:relative;
float:left;
font-size:12px;
color:#555;
}
#navbar ul{
margin-bottom:10px;
color:#fff;
background:#222;
background: -moz-linear-gradient(top, #444, #000);
background: -webkit-gradient(linear, center top, center bottom, from(#444), to(#000));
background: linear-gradient(top center, #444 0%, #000 100%);
}

#navbar ul a{
color:#fff;
text-decoration:underline;
}
#navbar ul li{
padding:11px;
border-top:#444 solid 1px;
border-bottom:#000 solid 1px;
}
#navbar h3{
margin:0 0 1px 0;
border-bottom:#222 solid 1px;
}

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

 .photo{
width:100%;
border:solid #cccccc 1px;
border-right:none;
border-left:none;
}
#lead_block ul li{ line-height:200%;}
#lead_block .info li{ line-height:170%; padding-bottom:3px;}

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


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