/*KEKKON_CSS base setting*/
*{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;}
body{
font-family:arial, sans-serif, Osaka, verdana;
color:#333;
text-align:center; 
background:#f7f2ed url(img/bg.jpg);
}
a{color:#ff7800;}
a:hover{color:#f4a259;}

/*layout*/
#wrap{
width:678px;
margin:0 auto;
background:#fff;
text-align:left;
border-right:#faf1f3 solid 2px;
border-left:#faf1f3 solid 2px;
}

#header{height:122px;background:url(img/header.jpg) no-repeat; border-bottom:#f0983e solid 3px}

#navi-col{
width:205px;
padding:10px 0;
font-size:13px;
line-height:180%;
vertical-align:top;
}

#main-col{
width:420px;
padding:10px 20px 10px 20px;
font-size:14px;
vertical-align:top;
line-height:300%;
}

#footer{
margin-top:10px;
font-size:13px;
padding:10px;
border-bottom:#ffd646 solid 7px;
background:#ffe9cd;
}

/* header detail*/
#logo h1{ padding:0;}
#logo h1 a{ display:block; width:490px; height:105px;}
#logo h1 a span{ display:none;}

/*navi-col*/
#navi-col h2{ height:45px; display:block; background:url(img/contents.jpg) no-repeat;}
#navi-col h2 span{ display:none;}

#contentslist li a{
padding:3px 7px 1px 20px;
display:block;
color:#CC3333;
background:url(img/point.jpg) 0 6px no-repeat;
}
#contentslist li a:hover{ color:#FF6666;}
#navi-col ul{ padding:10px 10px 10px 0;}

/*main-col*/

#page-theme{
margin:10px 0;
background:url(img/pagetitle.jpg) repeat-x;
border-bottom:#be6200 double 3px;
border-top:#be6200 solid 1px;
}
#page-theme h2{
font-size:18px;
padding:10px 5px 6px 7px;
}

#main-col h3{
margin:5px 0;
padding:3px 10px 2px 10px;
font-size:16px;
color:#b41616;
border-left:#ffd646 solid 5px;
border-bottom:#ddd solid 1px;
}
#main-col ul li{ line-height:300%;}

/*footer*/
#footer ul li{line-height:230%; font-size:11px;}
#footer p{
padding:10px 0;
font-size:10px;
letter-spacing:3px;
text-align:right;
color:#666;
}


