/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background:#284c67 url(img/back01.jpg) repeat-x;
}

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:#09F;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}






#all{
	width:660px;
	margin:0 auto;
	padding:0 1px;
	text-align:left;
	background-color:#FFF;
}


#clear{
	clear:both;}






/*** HEADER BOX ***/



#header-box{
	width:660px;
	height:198px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
	text-align:left;
}


#header-box h1{
	padding:138px 0 0 180px;
}

#header-box h1 a{
	width:480px;
	height:60px;
	display:block;
}

#header-box h1 a span{
	display:none;}








/*** LEAD BOX ***/



#lead-box{
	width:430px;
	margin:0 0 0 10px;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
}



#lead-box ul{
	margin:0px 5px 20px;
}


#lead-box li{
	line-height:200%;
}



#lead-box h2{
	width:410px;
	height:41px;
	padding:0 0 0 20px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#000;
	font-size:16px;
	line-height:36px;
}


#lead-box h3{
	width:420px;
	height:23px;
	padding:0 0 0 10px;
	margin:20px 0;
	background:#fff url(img/h3.jpg) no-repeat;
	color:#fff;
	font-size:14px;
	line-height:23px;
}





/*** SUB BOX ***/


#sub-box{
	width:194px;
	padding:0;
	margin:20px 10px 0 0;
	position:relative;
	float:right;
}


#sub-box ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}


#sub-box ul li{
	padding:4px;
	margin:0 0 5px;
	background-color:#F4F4FF;
}


#sub-box h2{
	width:194px;
	height:28px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0;
}


#sub-box h2 span{
	display:none;}




#site-menu{
	width:194px;
	margin:0 0 15px;
	padding:0 0 12px;
	background:#fff url(img/img03.jpg) no-repeat;
	background-position:bottom;
}


#site-menu ol{
	width:192px;
	margin:0 1px;
	padding:0;
	background-color:#93afc4;
}


#site-menu ol li a{
	width:165px;
	padding:8px 0px 8px 27px;
	margin:0;
	background:url(img/img02.jpg) 3px 5px no-repeat;
	text-decoration:none;
	display:block;
	color:#333;
	font-size:12px;
	line-height:110%;
	border-bottom:1px dashed #624b03;
}

#site-menu ol li a:hover{
	color:#f00;
}



#site-menu ol li#cl1 a{
	width:172px;
	height:21px;
	padding:10px;
	margin:0;
	background:#fff url(img/img01.jpg) no-repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:21px;
	text-decoration:none;
	display:block;
	border:none;
}

#site-menu ol li#cl1 a:hover{
	color:#F00;
}









/*** FOOTER BOX ***/



#footer-box{
	width:660px;
	padding:0;
	margin:30px 0 0;
	background-color:#023d68;
	font-size:10px;
	line-height:150%;
	text-align:center;
	color:#fff;
}



#footer-box ul{
	padding:10px;
}


#footer-box ul li{
	line-height:180%;}

#footer-box p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
}

#footer-box img{
	border:0;
	margin:5px;
}


