/* CSS Document */
*{margin:0;padding:0;line-height:160%;}
ul,ol{margin:0;padding:0;}
ul li{list-style:none;list-style-postion:inline}
ul li a{border:none; text-decoration:none;}
h2,h3,h3,h4,h5{margin:0;padding:0;}
html,body{margin:0; padding:0}
img{border:none;}

/*base*/
html{ background:#376da7;}
body{
font-family:arial, sans-serif, Osaka, verdana;
color:#333;
text-align:center;
background:#f0f0f0;
}
.clearfix {clear:both;font-size:1px;}

a{ color:#c60000;}
a:hover{ color:#ea0a0c;}

#page{
width:806px;
margin:0 auto;
padding:0 5px 10px 5px;
text-align:left;
background:#fff;
border:#ccc solid 1px;
border-bottom:none;
}

#header{
height:285px;
margin-bottom:5px;
background:#fff url(img/header.jpg) no-repeat;
border:#ccc solid 1px;
}

#left-col{
width:171px;
padding:7px;
float:left;
position:relative;
font-size:13px;
background:#faeee9;
border:#ccc solid 1px;
}

#right-col{
width:613px;
float:right;
position:relative;
font-size:14px;
}

#footer{
font-size:12px;
border-top:#ccc solid 1px;
background:#faeee9;
}

/*header*/
#toppage h1{ padding:10px 0 0 10px;}
#toppage h1 a{
width:420px;
height:85px;
display:block;
}
#toppage h1 a span{ display:none;}

/*navigation*/
#left-col h2{
height:28px;
margin-top:10px;
background:url(img/nav_title.jpg) no-repeat;
}
#left-col h2 span{ display:none;}
#navigation{ margin-bottom:10px;}
#navigation li a{
padding:2px 5px;
margin-bottom:2px;
display:block;
border:#ddd solid 1px;
font-weight:bold;
background:#f3c2c6;
}
#navigation li a:hover{
background:#fcd8db;
border:#ccc solid 1px;
}

#navigation #cl1 a{ background:#cfe8d7; color:#29678f; font-size:14px;}

/*text*/
#maintext{border:#ccc solid 1px; background:#f0f0f0;padding:12px;line-height:300%;}
#maintext ul li{ line-height:300%;}
#pagename{
margin-bottom:10px;
padding:3px 3px 3px 30px;
background:url(img/h2.jpg) 0 7px no-repeat;
color:#6e331f;
border-bottom:#ccc dashed 2px;
}
#pagename h2{ font-size:23px;}

#maintext h3{
padding:0 5px;
margin-bottom:10px;
font-size:16px;
border-left:#6e331f solid 12px;
}
/*foot*/
#foot-in{ width:800px; margin:0 auto; text-align:left; padding:10px;}
#footer p{ text-align:right; letter-spacing:1px; font-size:11px;}

