/*basic*/

/*-----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;}
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;}

/*----------------------*/

/*header*/
#header{
height:110px;
background:url(img/header.jpg) no-repeat;
}
h1 a{
display:block;
width:739px;
height:99px;
}
h1 a span{ display:none;}

/*navigation*/
#navigation{
width:200px;
position:relative;
float:left;
padding:10px;
background:#eee;
border:#ccc solid 1px;
}
#navigation ul{ margin-bottom:15px;}
#navigation ul li{
padding:3px 7px;
background:#fff;
border-bottom:#ccc solid 1px;
}

#nav_top{
padding:0;
line-height:100%;
font-size:20px;
font-weight:bold;
background:none;
}

/*contents*/
#contents{
width:480px;
position:relative;
float:right;
padding:15px;
background:#fff;
line-height:290%;
}
#contents 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;
}
.info_navi{
margin:10px 0;
padding:3px;
background:#eee;
font-weight:bold;
border-bottom:#ccc solid 1px;
border-right:#ccc solid 1px;
}

/*clearfix*/
.clearfix{ clear:both;}

/*footer*/
#footer{
margin-top:20px;
padding:15px 0;
border-top:#eee solid 5px;
color:#888;
}
#footer ul{
padding:10px 0;
}





