/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/bg.jpg);
}


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:#F69;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}





#body{
	width:665px;
	margin:0 auto;
	padding:0 1px;
	text-align:left;
	background-color:#FFF;
}


#clear{
	clear:both;
}





/*** HEADER BOX ***/



#header_box{
	width:665px;
	height:207px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
	text-align:left;
}


#header_box h1{
	padding:140px 0 0;
}

#header_box h1 a{
	width:665px;
	height:67px;
	display:block;
}

#header_box h1 a span{
	display:none;}







/*** ENTRY BOX ***/



#entry_box{
	width:404px;
	margin:0 0 0 18px;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
}



#entry_box ul{
	margin:0px 5px 20px;
}


#entry_box li{
	line-height:200%;
}



#entry_box h2{
	width:390px;
	height:31px;
	padding:0 0 0 14px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:31px;
}


#entry_box h3{
	width:380px;
	height:23px;
	padding:0 0 0 24px;
	margin:20px 0;
	background:#fff url(img/h3.jpg) no-repeat;
	color:#3f3f3f;
	font-size:14px;
	line-height:23px;
}









/*** MENU BOX ***/


#menu_box{
	width:201px;
	padding:0;
	margin:20px 18px 0 0;
	position:relative;
	float:right;
}


#menu_box ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
	
}

#menu_box ul li{
	padding:4px;
	margin:0 0 5px;
	border:1px dotted #ccc;
}



#menu_box h2{
	width:201px;
	height:31px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0 0 3px;
}


#menu_box h2 span{
	display:none;}


#global{
	width:201px;
	margin:0 0 15px;
	padding:0 0 21px;
	background:#fff url(img/img04.jpg) no-repeat;
	background-position:bottom;
}




#global ol{
	width:201px;
	margin:0;
	padding:0;
	background:#fff url(img/img02.jpg) repeat-y;
}


#global ol li a{
	width:175px;
	padding:8px 0px 8px 26px;
	margin:0;
	background:url(img/img03.gif) 5px 8px no-repeat;
	text-decoration:none;
	display:block;
	color:#333;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #fff;
}

#global ol li a:hover{
	color:#f00;
}




#global ol li#cl1 a{
	width:186px;
	height:31px;
	padding:0 0 0 15px;
	margin:0;
	background:#fff url(img/img01.jpg) no-repeat;
	color:#3f3f3f;
	font-size:14px;
	font-weight:bold;
	line-height:31px;
	text-decoration:none;
	display:block;
	border:none;
}

#global ol li#cl1 a:hover{
	color:#F00;
}












/*** BOTTOM BOX ***/



#bottom_box{
	clear:both;
	width:665px;
	padding:0;
	margin:30px 0 0;
	background-color:#97b5c8;
	font-size:10px;
	line-height:150%;
	text-align:center;
	color:#fff;
}



#bottom_box ul{
	padding:10px;
}


#bottom_box ul li{
	line-height:180%;}

#bottom_box p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
}

#bottom_box img{
	border:0;
	margin:5px;
}




