/*======================================
@CSS: kaigai_color
=======================================*/

/*=====¡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;}
h1,h2,h3,h4,h5{margin:0;padding:0;}

.clear{
clear:both;
font-size:1px;
}

/*=====¡Layout¡=====*/
body{
font-family:arial, sans-serif, Osaka, verdana;
color:#222;
background:#f4edea;
}

/*LINK*/
a{color:#a31f00;}
a:hover{color:#b73f23;}

#basic{ 
width:710px;
background:#fff;
}
#main_area{
}
/*¡header*/
#header{
height:174px;
float:left;
background:url(img/header.jpg) no-repeat;
}

#header h1{margin:0; padding:0;}
#header h1 a{
width:710px;
height:115px;
margin:0;
display:block; 
} 
#header h1 a span{display:none }

/*NAVIGATION*/
#topics{
width:180px;
padding:7px 4px 100px 4px;
background:#e9fbe5;
border-bottom:#ffeee8 solid 3px;
position:relative;
float:right;
font-size:12px;
}
#topics ul{ background:#f4fdf2; padding:4px; margin-bottom:10px; border:#7f844d solid 1px;}
#topics ul li{ padding:3px; border-bottom:#ddd solid 1px;}
#topics #list ul li{ padding:0; border:none;}

#topics #list ul{}
#topics #list ul li a{ color:#003f00;}
#topics #list ul li a:hover{ background:#d0eaca; }
#topics #list ul li a span{display:block;padding:1px 3px;}

#topics #cl1 a{ display:block; background:#d0eaca; color:#fff; font-weight:bold;}

/*¡CONTENTS*/
/*article*/
#content{
width:490px;
padding:15px;
margin:0;
position:relative;
float:left;
}
#box{
padding:0 15px;
line-height:300%;
font-size:14px;
}
#box h2{
margin:10px 0;
padding:3px 8px;
background:url(img/h2.jpg) repeat-x;
font-size:18px;
color:#fff;
}
.intro{
margin:10px 0;
padding:0 5px;
line-height:100%;
color:#135013;
font-weight:bold;
border-left:#135013 solid 5px;
font-size:15px;
}

#box ul li{ line-height:280%;}
#box .recom li{ line-height:200%;}

.top { text-align:right; background:url(img/block_btm.gif) no-repeat left top; height:40px; padding:10px 20px 0 0; line-height:400%; font-size:11px;}
.top a {text-decoration:none;}


/*¡footer*/
#foot{
padding:15px;
font-size:13px;
border-top:#ddd solid 3px;
}
/*COPYRIGHT*/
#copyright p{
padding:0;
text-align:right;   
font-size:11px;
letter-spacing:1px;
font-weight:bold;
color:#777;
}
  
