/*house*/

/*common specification*/

*{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;}

.fix {clear:both;font-size:1px;}
body{
font-family:Osaka,sans-serif,arial,verdana;
color:#222;
text-align:center; 
background:url(img/bg.jpg) repeat-x;
}

/*LINK*/
a{color:#f34025;}

a:hover{color:#ff7763; text-decoration: underline;}

/*layout*/
#all_box{
width:800px;
margin:0 auto;
text-align:left;
background:url(img/nav_btm.jpg) no-repeat bottom right;
}

#header{ height:187px; background:url(img/header.jpg) no-repeat;}

#right_nav_box{
width:200px;
padding:0 10px 0 0;
font-size:12px;
line-height:180%;
vertical-align:top;
}

#left_main_box{
width:590px;
font-size:14px;
vertical-align:top;
}

#footer{
font-size:13px;
padding:10px;
border-top:#f03f23 solid 1px;
background:#f6f3f3;
}

/* header detail*/
 h1{ padding:20px 0 0 10px;}
 h1 a{ display:block; width:520px; height:100px;}
 h1 a span{ display:none;}

/*right_nav_box*/
#right_nav_box ul li{ line-height:200%;}
#navigation{ padding-bottom:5px; border-bottom:#999 dotted 1px;}
#navigation li{ list-style:disc inside; color:#999;}
#right_nav_box ul{ margin-bottom:10px;}

#navigation #cl1{ list-style-type:none;}
#navigation #cl1 a{
margin-bottom:5px;
padding:0 4px 4px 18px;
display:block;
background:url(img/navigation.jpg) 0 3px no-repeat;
font-weight:bold;
border-bottom:#999 dotted 1px;
font-size:14px;
}

/*left_main_box*/
#contents{
margin:10px 20px 10px 0;
padding:20px;
line-height:280%;
}

#entry_title{
margin:10px 0;
padding:5px 3px;
background:url(img/h2.jpg) no-repeat bottom left;
}
#paagetitle h2{ font-size:18px;}

#contents h3{
margin:10px 0;
padding:0 10px;
font-size:15px;
border-bottom:#999 dotted 1px;
border-left:#FF3333 solid 5px;
}
#contents ul li{ line-height:280%;}

/*footer*/
#footer_in{
width:800px;
margin:0 auto;
text-align:left;
}
#footer_in ul li{line-height:230%;}
#footer_in p{
padding:10px 0;
font-size:10px;
letter-spacing:2px;
color:#999;
}



