/*------ 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;}

body{
font-family:arial,Osaka,sans-serif,verdana;
color:#333;
background:url(img/bg.jpg);
}

a{color:#0a75bf;}
a:hover{color:#509ed5;}
/*------ /BASE ------*/

/*WHOLE*/
#allContents{
width:800px;
margin:0 auto;
text-align:left;
border:#fff;
background:#e2f1f3;
}

/*HEADER*/
#header{height:266px; background:url(img/header.jpg) no-repeat;}

h1{ padding:98px 0 0 254px;}
h1 a{display:block; width:545px; height:70px;}
h1 a span{ display:none;}

#bread{ padding:10px; text-align:center;}

/*MENU*/
#menu01{
width:210px;
padding:20px 0 20px 22px;
position:relative;
float:left;
font-size:13px;
line-height:180%;
}
#menu02{ margin:10px 0;background:#fff; border:#d8e9eb solid 1px; border-top:none;}
#menu02 h2{ height:81px; display:block; background:url(img/nav_top.jpg) no-repeat;}
#menu02 h2 span{ display:none;}

#menu03{padding:0 8px 7px 3px;}

#menu03 li a{
padding:2px 3px 2px 20px;
display:block;
color:#333;
background:url(img/point.jpg) 3px 0 no-repeat;
}
#menu03 li a:hover{ color:#666; background:url(img/point.jpg) 4px 0 no-repeat;}
#menu03 li#cl1 a{ background:#181f26; font-size:#fff; font-weight:bold;}

/*MAIN*/
#entry01{
width:505px;
padding:20px 20px 10px 0;
position:relative;
float:right;
font-size:14px;
line-height:300%;
}

#entry02{
margin:10px 0;
padding:4px;
background:#fff; 
}
#entry02 h2{ font-size:18px; background:#fff url(img/h2.jpg) 2px 2px no-repeat; font-size:20px; padding:2px 0 0 20px;}

#entry01 h3{margin:10px 0;}
#entry01 ul li{ line-height:300%;}
.recom{ display:block; height:31px; background:url(img/h3.jpg) no-repeat;}
.recom span{ display:none;}

/*FOOTER*/
#footer{
clear:both;
width:780px;
font-size:13px;
padding:10px;
background:#5e5e5e url(img/foot.jpg) repeat-x bottom;
color:#fff;
clear:both;
}
#footer a{color:#509ed5;}
#footer a:hover{color:#9ecff1;}

#foot ul li{line-height:230%;}
#rights{
padding:10px 0;
font-size:12px;
text-align:right;
letter-spacing:2px;
}


