/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-color:#fff;
}

h1,h2,h3,p,ul,ol,li{
	margin:0px;
	padding:0px;
}

li{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

img{border:0;}


a{
	color:#F30;
	text-decoration:none;}
a:hover{
	color:#FC6;
	text-decoration:underline;}






#base{
	width:789px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
	border-left:5px solid #f17508;
	border-right:5px solid #f17508;
}






/*** TOP BOX ***/




#top_box{
	width:789px;
	height:199px;
	background:#fff url(img/main.jpg) no-repeat;
	margin:0;
}


#top_box h1{
	padding:45px 0 0 330px;
}

#top_box h1 a{
	width:430px;
	height:120px;
	display:block;
}

#top_box h1 a span{
	display:none;}




/*** CENTER BOX ***/


#center_box{
	width:789px;
	margin:0;
	padding:0;
}

#clear{
	clear:both;}




/* LEAD */



#lead{
	width:550px;
	margin:0 0 0 5px;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
}




#lead ul{
	margin:0px 5px 20px;
}


#lead li{
	line-height:200%;
}



#lead h2{
	width:540px;
	height:30px;
	padding:0 0 0 10px;
	margin:20px 0;
	background:#fff url(img/h2.gif) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:30px;
}


#lead h3{
	width:530px;
	padding:5px;
	margin:20px 0;
	color:#333;
	font-size:14px;
	line-height:110%;
	border-left:10px solid #f17508;
	border-bottom:1px dashed #666;
}


#lead_item{
	width:550px;
	padding:0 0 30px;
}



/* NAVI */



#navi{
	width:225px;
	padding:0;
	margin:20px 3px 0 0;
	position:relative;
	float:right;
}


#navi ul{
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0 0 15px;
	background-color:#FFF7EE;
}

#navi ul li{
	padding:4px;
	margin:0;
	border-bottom:1px dotted #ccc;
}


#navi h2{
	width:225px;
	height:45px;
	background:#fff url(img/h2_02.gif) no-repeat;
	margin:0;
}


#navi h2 span{
	display:none;}



#pagelist{
	width:225px;
	margin:0 0 15px;
	padding:0 0 20px;
	background:#fff url(img/img01.gif) no-repeat;
	background-position:bottom;
}


#pagelist ol{
	width:219px;
	margin:0;
	padding:0;
	border:3px solid #f38625;
}



#pagelist ol li a{
	width:185px;
	padding:8px 0px 8px 34px;
	margin:0;
	background:url(img/icon.gif) 5px 7px no-repeat;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:12px;
	line-height:110%;
	border-bottom:1px dashed #666;
}


#pagelist ol li a:hover{
	color:#F00;
}


#pagelist ol li#cl1 a{
	width:197px;
	padding:8px 10px;
	margin:0;
	background-color:#f17508;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:110%;
	text-decoration:none;
	display:block;
	border:none;
	background-image:none;
	border:1px solid #fff;
}


#pagelist ol li#cl1 a:hover{
	color:#F00;
}






/*** BOTTOM BOX ***/



#bottom_box{
	width:789px;
	padding:5px 0;
	margin:0;
	background-image:url(img/foot.gif);
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}


#bottom_box ul{
	padding:5px 5px 10px;
}


#bottom_box ul li{
	line-height:180%;}

#bottom_box p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px;
	line-height:100%;
}

#bottom_box img{
	border:0;
	margin:5px;
}



