/*basic setting*/

*{margin:0;padding:0;line-height:130%;}
html,body{margin:0; padding:0}
img{border:none;}
ul,ol{margin:0;padding:0;}
ul li{list-style:none; list-style-position:inherit; line-height:160%;}
ul li a{text-decoration:none;border:none;}

body{
width:739px;
font-family:arial,Osaka, sans-serif,  verdana;
color:#000;
background:#fff url(img/bg.jpg) repeat-x;
padding:0 30px;
font-size:13px;
}

a{color:#0099CC;text-decoration:none;}
a:hover{color:#00CCFF;}

.clearfix{ clear:both;}

/*----------------------*/

/*----------------------*/
#header{
height:110px;
background:url(img/header.jpg) no-repeat;
}
h1 a{
display:block;
width:739px;
height:99px;
}
h1 a span{ display:none;}

/*----------------------*/
#side_bar{
width:200px;
position:relative;
float:left;
padding:10px;
background:#eee;
border:#ccc solid 1px;
color:#666;
}
#side_bar ul{ margin-bottom:15px;}
#side_bar ul li{
padding:4px 7px;
background:#fff;
border-bottom:#ccc solid 1px;
}

#side_bar ul #nav_top{
padding:4px 4px 0 4px;
line-height:100%;
font-size:20px;
font-weight:bold;
background:none;
line-height:100%;
color:#999;
border-bottom:#999 solid 3px;
}
#side_bar #topics li{ padding:0;}
#topics li a{ padding:3px 7px;  display: block;}
#topics li a:hover{background:#f9f9f9;}

/*----------------------*/
#entry{
width:480px;
position:relative;
float:right;
padding:15px;
background:#fff;
line-height:290%;
font-size:14px;
}
#entry li{ line-height:200%;}

h2{
margin:10px 0;
padding:6px;
background:#fff url(img/h2.jpg) repeat-x bottom;
border-bottom:#ccc solid 2px;
border-right:#ccc solid 1px;
border-left:#4c4e7a solid 7px;
}
.info_navi{
margin:10px 0;
padding:3px;
background:#e0deee;
font-weight:bold;
border-bottom:#aaa solid 1px;
border-right:#aaa solid 1px;
}


/*----------------------*/
#footer{
margin-top:20px;
padding:15px 0;
border-top:#eee solid 5px;
color:#888;
}
#footer ul{
padding:10px 0;
}




