/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/back01.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:#393;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}




#page{
	background-image:url(img/back02.jpg);
	background-repeat:repeat-x;
	text-align:center;
}



#inner{
	width:660px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
}


#clear{
	clear:both;
}




/*** HEAD BOX ***/




#head-box{
	width:660px;
	height:199px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#head-box h1{
	padding:0;
}

#head-box h1 a{
	width:440px;
	height:199px;
	display:block;
}

#head-box h1 a span{
	display:none;}








/*** ENTRY BOX ***/


#entry-box{
	width:430px;
	margin:0 0 0 13px;
	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:#000;
	font-size:16px;
	line-height:36px;
}


#entry-box h3{
	width:420px;
	padding:5px;
	margin:20px 0;
	background-color:#99e9b8;
	color:#2a2a2a;
	font-size:14px;
	line-height:110%;
}





/*** SUB BOX ***/


#sub-box{
	width:192px;
	padding:0;
	margin:20px 13px 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;
	border:1px dotted #aaa;
}


#sub-box h2{
	width:192px;
	height:33px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0;
}


#sub-box h2 span{
	display:none;}




#sub-box ol{
	width:192px;
	margin:0 0 15px;
	padding:0 0 29px;
	background:#fbf5b3 url(img/img02.jpg) no-repeat;
	background-position:bottom;
}


#sub-box ol li a{
	width:167px;
	padding:8px 2px 8px 23px;
	margin:0;
	background:url(img/img01.jpg) 3px 6px no-repeat;
	text-decoration:none;
	display:block;
	color:#333;
	font-size:12px;
	line-height:110%;
	border-bottom:1px dashed #073eb3;
}

#sub-box ol li a:hover{
	color:#f00;
}



#sub-box ol li#cl1 a{
	width:182px;
	padding:10px 5px;
	margin:0;
	background-color:#a68a58;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:110%;
	text-decoration:none;
	display:block;
	border:none;
	background-image:none;
}

#sub-box ol li#cl1 a:hover{
	color:#F00;
}






/*** COPY BOX ***/



#copy-box{
	clear:both;
	width:660px;
	padding:0;
	margin:30px 0 0;
	background-color:#a68a58;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}



#copy-box ul{
	padding:10px;
}


#copy-box ul li{
	line-height:180%;}

#copy-box p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	width:640px;
	text-align:right;
}

#copy-box img{
	border:0;
	margin:5px;
}


