/*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:#f9f9f9;
}

/*LINK*/
a{color:#0966ed;}
a:hover{color:#2d83ff;}

/*LAYOUT*/
#wrapper{
width:753px;
margin:0 auto;
text-align:left;
background:#f5f6d3;
border:#ccc solid 1px;
border-top:none;
}

#header{ height:107px; background:url(img/header.jpg) no-repeat;}

#nav_wrapper{
width:200px;
padding:10px 4px 150px 4px;
font-size:12px;
line-height:180%;
vertical-align:top;
background:#f9fae8 url(img/nav_btm.jpg) no-repeat bottom left;
}

#article_wrapper{
width:500px;
font-size:14px;
vertical-align:top;
}

#footer{
margin-top:20px;
font-size:13px;
padding:10px;
background:#fafbe9;
color:#444;
}

/*HEADER*/
 h1{ padding:0;}
 h1 a{ display:block; width:520px; height:90px;}
 h1 a span{ display:none;}

/*NAVIGATION*/
#nav_wrapper ul li{ line-height:200%; padding:4px; border-bottom:#ddd solid 1px;}
#nav_wrapper ul{ margin-bottom:10px;}
#nav_wrapper #navigation li{
padding:0; border:none;
}

#navigation li a{
display:block;
padding:3px 5px;
font-size:12px;
color:#004f13;
border-bottom:#528879 solid 1px;
}
#navigation li a:hover{color:#11a411;}

#navigation #cl1{ list-style-type:none;}
#navigation #cl1 a{
height:43px;
display:block;
background:url(img/nav_top.jpg) no-repeat;
}
#navigation #cl1 a span{ display:none;}

/*CONTENTS*/
#article{
margin:10px 20px;
padding:20px;
line-height:280%;
border:#4d7100 solid 1px;
background:#fff;
}

#article h2{
margin:13px 0;
padding:3px 5px;
border-left:#446500 solid 5px;
background:#f9f9f9;
font-size:18px;
}

#article h3{
margin:10px 0;
font-size:14px;
border-bottom:#999 dotted 1px;
color:#446500;
}
#article ul li{ line-height:280%;}

/*FOOTER*/
#footer ul li{line-height:200%;}
#footer p{
padding:10px 0;
font-size:10px;
letter-spacing:1px;
color:#999;
}


