/*** 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:#C3F;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}




#wrapperAll{
	width:690px;
	margin:0 auto;
	padding:0 7px;
	text-align:left;
	background:#FFF url(img/bg01.jpg) repeat-y;
}





/*** TOP BOX ***/




#top_box{
	width:690px;
	height:179px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#top_box h1{
	padding:40px 0 0;
}

#top_box h1 a{
	width:350px;
	height:100px;
	display:block;
}

#top_box h1 a span{
	display:none;}







/*** ENTRY BOX ***/



#entry_box{
	width:430px;
	margin:0 0 0 12px;
	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:410px;
	height:41px;
	padding:0 0 0 20px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#666;
	font-size:16px;
	line-height:36px;
}


#entry_box h3{
	width:405px;
	height:23px;
	padding:0 0 0 25px;
	margin:20px 0;
	background:#fff url(img/h3.jpg) no-repeat;
	color:#666;
	font-size:14px;
	line-height:23px;
}


#lead{
	width:430px;
	padding:0 0 30px;
}




/*** MENU BOX ***/


#menu_box{
	width:219px;
	padding:0;
	margin:20px 12px 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;
}



#pagelist{
	width:219px;
	margin:0 0 15px;
}



#pagelist h2{
	width:219px;
	height:35px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0;
}


#pagelist h2 span{
	display:none;}




#pagelist ol{
	width:219px;
	margin:0 0 15px;
	padding:0 0 25px;
	background:#f5e5fa url(img/img02.jpg) no-repeat;
	background-position:bottom;
}


#pagelist ol li a{
	width:190px;
	padding:8px 0px 8px 29px;
	margin:0;
	background:url(img/img01.jpg) 4px 6px no-repeat;
	text-decoration:none;
	display:block;
	color:#333;
	font-size:12px;
	line-height:110%;
	border-bottom:1px dashed #c3b8d5;
}

#pagelist ol li a:hover{
	color:#f00;
}

#pagelist ol li#cl1 a{
	width:199px;
	padding:10px;
	background-color:#c482cc;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:19px;
	text-decoration:none;
	display:block;
	background-image:none;
	border:none;
}

#pagelist ol li#cl1 a:hover{
	color:#F00;
}










/*** FOOT BOX ***/



#foot_box{
	clear:both;
	width:690px;
	padding:0;
	margin:30px 0 0;
	background-color:#c482cc;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
	border-top:3px solid #8f4198;
}



#foot_box ul{
	padding:10px;
}


#foot_box ul li{
	line-height:180%;}

#foot_box p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	width:670px;
	text-align:right;
}

#foot_box img{
	border:0;
	margin:5px;
}



