/*house*/

/*common specification*/

*{margin:0;padding:0;line-height:160%;}
html,body{margin:0; padding:0}
img{border:none;}
ul,ol{margin:0;padding:0;}
ul li{list-style:none;list-style-postion:inline}
ul li a{text-decoration:none;border:none;}
h2,h3,h3,h4,h5{margin:0;padding:0;}

.cf {clear:both;font-size:1px;}
body{
font-family:arial, sans-serif, Osaka, verdana;
color:#333;
text-align:center; 
background:#efeef4 url(img/bg.jpg) repeat-x;
}

/*LINK*/
a{color:#6f98b4;}

a:hover{color:#3682b6;}

/*layout*/
#allbox{
width:750px;
margin:0 auto;
background:#fff;
text-align:left;
}

#heads{ height:158px; background:url(img/header_img.jpg) no-repeat;}

#navcol{
width:240px;
padding:10px 25px 10px 0;
font-size:13px;
line-height:180%;
vertical-align:top;
}

#contentcol{
width:480px;
padding:10px 0 10px 13px;
font-size:14px;
vertical-align:top;
}

#footer{
margin-top:10px;
font-size:13px;
padding:10px;
border-top:#999 dotted 2px;
background:url(img/footer.jpg) no-repeat bottom right;
border-bottom:#000 solid 3px;
}

/* heads detail*/
#dai{width:400px; height:90px;}
#dai h1{ padding:20px 0 0 0;}
#dai h1 a{ display:block; width:400px; height:120px;}
#dai h1 a span{ display:none;}

/*navcol*/
#navcol h2{ height:35px; display:block; background:url(img/nav_top.jpg) no-repeat;}
#navcol h2 span{ display:none;}

#navlist{border-top:#555 double 3px;border-bottom:#555 double 3px;}
#navlist li a{
padding:6px 3px 4px 10px;
background:#eee;
display:block;
font-weight:bold;
border-top:#fff solid 1px;
border-bottom:#ccc solid 1px;
}
#navlist li a:hover{ background:#fff;}
#navcol ul{ margin:5px 0;}

/*contentcol*/
#article{
margin:10px 20px 10px 0;
padding:20px;
line-height:300%;
}

#pagetitle{
margin:10px 0;
padding:6px 5px 0 8px;
background:#f4f3ee;
border-top:#6f98b4 solid 1px;
border-bottom:#6f98b4 solid 5px;
}
#paagetitle h2{ font-size:18px;}

#article h3{
padding:5px 10px;
font-size:16px;
border-bottom:#999 solid 1px;
border-left:#6f98b4 solid 5px;
}
#article ul li{ line-height:300%;}

/*footer*/
#footer ul li{line-height:230%;}
#footer p{
padding:10px 0;
font-size:12px;
letter-spacing:2px;
color:#999;
}


