/*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:#f6f2f8 url(img/bg.jpg) repeat-x;
}

a{color:#a9132c;}

a:hover{color:#c5354d;}


/*layout*/
#page{
width:789px;
margin:28px auto;
background:#fff;
text-align:left;
border:#fff solid 1px;
}

#header{ height:184px; background:url(img/header.jpg) no-repeat;}

#main_wrapper{width:789px;}

#navi_box{
width:201px;
padding:10px 5px 10px 0;
font-size:12px;
line-height:180%;
vertical-align:top;
}

#cont_box{
width:537px;
padding:15px;
font-size:14px;
vertical-align:top;
}

#footer{
margin-top:10px;
font-size:13px;
padding:10px;
border-bottom:#000 solid 5px;
background:#e6f3ff;
}

/* header detail*/
h1{ padding:0;}
h1 a{ display:block; width:440px; height:120px;}
h1 a span{ display:none;}

/*navi_box*/
#topic_list{
border:#ccc solid 1px;
}
#topic_list li{ margin:3px;}
#topic_list li a{
padding:2px 4px;
display:block;
font-weight:bold;
}
#topic_list li a:hover{text-decoration:underline;}
#navi_box ul{ margin-bottom:10px;}

#topic_list #cl1{ margin:0;}
#topic_list #cl1 a{ color:#fff; padding:5px 0 0 16px; height:26px; display:block; background:url(img/nav_top.jpg) no-repeat;}

/*cont_box*/
#inner{
padding:20px;
background:#e6f3ff;
}
#article{
padding:14px;
border:#4394a6 solid 1px;
background:#fff;
line-height:300%;
}

#title_bar{
margin:10px 0;
padding:4px;
background:#75dde2 url(img/h2.jpg) repeat-x bottom;
}
#title_bar h2{
padding:4px;
border-left:#fff solid 8px;
border-bottom:#fff dotted 2px;
font-size:18px;
}

#inner h3{
margin:5px 0;
padding:3px 7px 3px 20px;
font-size:15px;
border-top:#ddd solid 1px;
border-bottom:#ddd solid 1px;
background:url(img/h3.jpg) 2px 3px no-repeat;
}
#inner ul li{ line-height:300%;}

/*footer*/
#footer ul li{line-height:230%; font-size:12px;}
#footer copyright{
padding:10px 0;
font-size:11px;
letter-spacing:1px;
text-align:right;
color:#555;
}



