/*koukuu*/

/*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;}

.fix {clear:both;font-size:1px;}
body{
font-family:arial, sans-serif, Osaka, verdana;
color:#333;
text-align:center; 
background:#f7f2ed url(img/bg.jpg);
}

a{color:#0d65f0;}

a:hover{color:#6ea4f7;}


/*layout*/
#allwrap{
width:830px;
margin:0 auto;
background:#fff;
text-align:left;
border-right:#000 solid 2px;
border-left:#000 solid 2px;
}

#header{ width:80px; background:url(img/header_img.jpg) no-repeat; float:left; position:relative;}

#contbox{ width:740px; float:left; position:relative;}

#nav{
width:230px;
padding:10px 10px 10px 0;
font-size:13px;
line-height:180%;
vertical-align:top;
}

#entry{
width:500px;
padding:0 0 10px 10px;
font-size:14px;
vertical-align:top;
}

#undercol{
margin-top:10px;
font-size:13px;
padding:10px;
border-bottom:#000 solid 5px;
background:#e8f4fb;
}

/* header detail*/
#sitename h1{ padding:0;}
#sitename h1 a{ display:block; width:80px; height:753px;}
#sitename h1 a span{ display:none;}

/*nav*/
#nav h2{ height:33px; display:block; background:url(img/nav_top.jpg) no-repeat;}
#nav h2 span{ display:none;}

#navlist{}
#navlist li a{
padding:7px 0 5px 5px;
display:block;
color:#155ddd;
font-weight:bold;
background:#e8f4fb;
border-bottom:#999 dotted 1px;
}
#navlist li a:hover{ color:#333; background:#c9dbfc;}
#nav ul{ margin:5px 0;}

/*entry*/
#inside{
margin:10px 20px 10px 0;
padding:295px 20px 0 20px;
line-height:300%;
background:url(img/img.jpg) 15px 0 no-repeat;
border-right:#666 dotted 1px;
}

#pagetitle{
margin:10px 0;
padding:8px 5px 6px 40px;
background:#eff0f6 url(img/h2.jpg) 2px 6px no-repeat;
border-bottom:#67c8e5 solid 4px;
border-top:#67c8e5 solid 2px;
}
#paagetitle h2{ font-size:18px;}

#inside h3{
margin:5px 0;
padding:5px 10px 3px 10px;
font-size:16px;
border-top:#ddd solid 1px;
border-bottom:#ddd solid 1px;
}
#inside ul li{ line-height:300%;}

/*undercol*/
#undercol ul li{line-height:230%; font-size:12px;}
#undercol p{
padding:10px 0;
font-size:11px;
letter-spacing:3px;
text-align:right;
color:#666;
}



