/*base*/
*{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;}
h2,h3,h3,h4,h5{margin:0;padding:0;}
html,body{margin:0; padding:0}
img{border:none;}
body{
font-family:arial, sans-serif, Osaka, verdana;
color:#333;
background:#a6aeb6 url(img/bg.jpg);
}
.clear {clear:both;font-size:1px;}

a{color:#002088;}

a:hover{color:#5a72c0; text-decoration:none;}

/*layout*/
#allbox{
width:750px;
background:#fff;
border-right:#202e39 solid 1px;
border-bottom:#202e39 solid 1px;
}

#header{
height:128px;
background:url(img/header_bg.jpg) no-repeat;
border-bottom:#202e39 double 3px;
}

#navbox{
width:240px;
padding:10px 0 0 4px;
position:relative;
float:left;
}

#mainbox{
width:495px;
font-size:14px;
position:relative;
float:right;
}

#footerbox{
margin-top:20px;
font-size:12px;
border-top:#ddd dotted 1px;
}

/*detail*/
/*head and foot navbox*/
.ben{ background:#dde2f4; padding:3px 0 3px 14px;}
.ben a{font-size:13px;}

/*head*/
#logo h1 a{
width:320px;
height:100px;
padding:20px 0 0 30px;
display:block;
}
#logo h1 a span{ display:none;}

/*navbox*/
#navlist{padding:5px; background:#ddd;}

#navlist ul{ margin-bottom:5px;padding:7px; background:#fff;}
#navlist ul li{ font-size:13px;}

#n1 li a{
display:block;
padding:3px 0;
color:#666;
font-size:12px;
}
#n1 li a:hover{ color:#999;}
#navbox h2{
height:46px;
padding:0 0 0 8px;
line-height:120%;
font-size:16px;
background:url(img/nav_top.jpg) no-repeat;
display:block;
}
#navbox h2 span{ display:none;}

/*main*/
#article{ margin:0 10px 0 0; padding:10px; line-height:300%;}
#article ul li{ line-height:300%;}
#article h3{ margin:10px 0;padding:4px 0 0 12px;background:url(img/h3.gif) repeat-x; font-size:15px;}

#article #p-title{
padding:13px 5px 11px 18px;
margin:10px 0;
color:#111;
background:url(img/h2.jpg) no-repeat;
}
#article #p-title h2{font-size:18px;}

/*foot*/
#footerbox ul{padding:10px;}
#footerbox p{ letter-spacing:1px; font-size:10px; padding:5px; text-align:right;}

