/*------ BASE ------*/
*{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;}

.clearfix {clear:both;font-size:1px;}

body{
font-family:arial,Osaka,sans-serif,verdana;
color:#333;
text-align:center;
background:#ebebeb;
}

a{color:#136fef;}
a:hover{color:#0051c1;}
/*------ /BASE ------*/

/*WHOLE*/
#page{
width:766px;
margin:0 auto;
text-align:left;
background:url(img/wrap.jpg) repeat-y;
}

/*HEADER*/
#headline{
height:84px;
background:url(img/header.jpg) no-repeat;
}

h1{ padding:0 0 0 43px;}
h1 a{display:block; width:370px; height:50px;}
h1 a span{ display:none;}

/*MENU*/
#navi01{
width:199px;
padding:10px 33px 20px 0;
position:relative;
float:right;
font-size:11px;
letter-spacing:1px;
color:#fff;
background:url(img/nav_btm.jpg) no-repeat bottom left;
}
#navi02{ background:url(img/nav_bg.jpg) repeat-y;}
#navi03{ padding-top:20px; background:url(img/nav_up.jpg) no-repeat;}
#navi03 a{ color:#FFCC00}
#navi03 a:hover{ color:#FFFF33}

#navtop{ height:21px; margin:10px 0; display:block; background:url(img/topi.jpg) no-repeat;}
#cate{ height:21px; margin:10px 0; display:block; background:url(img/cate.jpg) no-repeat;}
#navtop span,#cate span{ display:none;}

#navi01 ul{ padding:5px;}
#listbox{margin:10px 0;}
#listbox li a{
margin:0 3px 1px 3px ; 
padding:3px 5px;
display:block;
color:#fff;
border-bottom:#fff dashed 1px;
}

/*MAIN*/
#entry{
width:475px;
padding:0 0 0 45px;
position:relative;
float:left;
font-size:14px;
letter-spacing:1px;
line-height:300%;
}

#entry-title{
margin:10px 0;
padding:0 6px 15px 15px;
background:url(img/h2.jpg) no-repeat;
color:#333; 
}
#entry-title h2{ font-size:18px; letter-spacing:0;}

h3{
margin:10px 0;
padding:0 10px;
font-size:14px;
color:#444;
background:#eee;
border-bottom:#ccc solid 1px;
}
#main ul li{ line-height:300%;}

/*FOOTER*/
#footer a{ color:#7ecdff;}
#footer a:hover{ color:#b8e3ff;}

#footer{
width:651px;
margin:0 auto;
text-align:left;
font-size:12px;
padding:15px 10px;
color:#fff;
letter-spacing:1px;
background:#00786e url(img/foot.jpg) no-repeat;
}

#footer ul li{line-height:230%;font-size:12px;}
#footer p{
padding:10px 0;
font-size:10px;
text-align:right;
letter-spacing:2px;
}


