/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-color:#c29882;
}

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:#F90;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}






#body{
	width:653px;
	margin:0 auto;
	padding:0 15px;
	text-align:left;
	background:#FFF url(img/bg_body.gif) repeat-y;
}




/*** HEADER AREA ***/




#headerArea{
	width:653px;
	height:217px;
	background:#fff url(img/main.jpg) no-repeat;
	margin:0;
}


#headerArea h1{
	padding:20px 0 0 0;
}

#headerArea h1 a{
	width:470px;
	height:170px;
	display:block;
}

#headerArea h1 a span{
	display:none;}




/*** CENTER AREA ***/


#centerArea{
	width:653px;
	margin:0;
	padding:0;
}


#clear{
	clear:both;}




/* ENTRY BLOCK */



#entryBlock{
	width:422px;
	margin:0 0 0 8px;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
}




#entryBlock ul{
	margin:0px 5px 20px;
}


#entryBlock li{
	line-height:200%;
}



#entryBlock h2{
	width:412px;
	height:31px;
	padding:0 0 0 10px;
	margin:20px 0;
	background:#fff url(img/h2.gif) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:31px;
}


#entryBlock h3{
	width:397x;
	height:23px;
	padding:0 0 0 25px;
	margin:20px 0;
	background:#fff url(img/h3.gif) no-repeat;
	color:#333234;
	font-size:14px;
	line-height:23px;
}



/* NAVI BLOCK */


#naviBlock{
	width:204px;
	padding:0;
	margin:20px 8px 0 0;
	position:relative;
	float:right;
}


#naviBlock ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}

#naviBlock ul li{
	padding:4px;
	margin:0 0 5px;
	border:1px dotted #ccc;
}

#naviBlock h2{
	width:204px;
	height:25px;
	background:#fff url(img/h2_02.gif) no-repeat;
	margin:0;
}


#naviBlock h2 span{
	display:none;}






ol#pagelist{
	width:204px;
	margin:0 0 15px;
	padding:0 0 19px;
	background:#fff url(img/list02.gif) no-repeat;
	background-position:bottom;
}


ol#pagelist li a{
	width:180px;
	padding:8px 0px 8px 24px;
	margin:0;
	background:url(img/list01.gif) 4px 8px no-repeat;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #cc6633;
}

ol#pagelist li a:hover{
	color:#F00;
}


ol#pagelist li#cl1 a{
	width:184px;
	padding:7px 10px;
	margin:0;
	background-color:#6c6765;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:110%;
	text-decoration:none;
	display:block;
	border:none;
	background-image:none;
}

ol#pagelist li#cl1 a:hover{
	color:#F00;
}








/*** FOOTER AREA ***/



#footerArea{
	width:653px;
	padding:5px 0;
	margin:0;
	background-color:#9cbc01;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}


#footerArea ul{
	padding:5px 5px 10px;
}


#footerArea ul li{
	line-height:180%;}

#footerArea p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px;
	line-height:100%;
}

#footerArea img{
	border:0;
	margin:5px;
}


