/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	text-align:center;
	background-color:#574126;
}

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:#F60;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}




#layout{
	width:660px;
	margin:0 auto;
	padding:0 1px;
	text-align:left;
	background-color:#FFF;
}







/*** HEADLINE ***/


#headline{
	width:660px;
	height:199px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headline h1{
	padding:0 0 0 370px;
}

#headline h1 a{
	width:290px;
	height:199px;
	display:block;
}

#headline h1 a span{
	display:none;}





/*** MAIN ***/


#main{
	width:660px;
	margin:0 0 30px;
}


#clear{
	clear:both;}




/*** ENTRY ****/



#entry{
	width:430px;
	margin:0 0 0 10px;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
}




#entry ul{
	margin:0px 5px 20px;
}


#entry li{
	line-height:200%;
}



#entry h2{
	width:410px;
	height:41px;
	padding:0 0 0 20px;
	margin:20px 0px;
	background:#fff url(img/h2.gif) no-repeat;
	color:#000;
	font-size:18px;
	line-height:35px;
}



#entry h3{
	width:415px;
	height:23px;
	padding:0 0 0 15px;
	margin:20px 0px;
	background:#fff url(img/h3.gif) no-repeat;
	color:#fff;
	font-size:14px;
	line-height:23px;
}



#text01{
	width:430px;
	padding:0 0 30px;
}




/*** NAVIGATION ***/


#navigation{
	width:194px;
	padding:0;
	margin:20px 10px 0 0;
	position:relative;
	float:right;
}


#navigation ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}

#navigation ul li{
	padding:4px;
	margin:0 0 5px;
	border:1px dotted #999;
}





#sitenavi{
	width:194px;
	margin:0 0 15px;
	padding:0 0 19px;
	background:#fff url(img/img03.gif) no-repeat;
	background-position:bottom;
}



#sitenavi h2{
	width:194px;
	height:31px;
	background:#fff url(img/h2_02.gif) no-repeat;
	margin:0 0 1px;
}

#sitenavi h2 span{
	display:none;}




#sitenavi ol{
	width:192px;
	margin:0 1px;
	padding:0;
	background-color:#e9e8df;
}


#sitenavi ol li a{
	width:165px;
	padding:7px 0px 7px 27px;
	margin:0;
	background:url(img/img02.gif) 5px 6px no-repeat;
	text-decoration:none;
	display:block;
	color:#333;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #6f6e6c;
}


#sitenavi ol li a:hover{
	color:#F00;
}



#sitenavi ol li#cl1 a{
	width:172px;
	height:31px;
	padding:5px 10px;
	margin:0;
	background:transparent url(img/img01.gif) no-repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:110%;
	text-decoration:none;
	display:block;
	border:none;
}


#sitenavi ol li#cl1 a:hover{
	color:#F00;
}












/*** FOOTER ***/



#footer{
	width:660px;
	padding:5px 0;
	margin:0;
	background-color:#514126;
	font-size:10px;
	line-height:150%;
	text-align:center;
	color:#fff;
}


#footer ul{
	padding:5px;
}

#footer ul li{
	line-height:180%;}

#footer p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px 5px 10px;
	line-height:100%;
}

#footer img{
	border:0;
	margin:5px;
}


