/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background:#fff url(img/back.jpg) repeat-x;
}

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:#F3F;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}






#all{
	width:643px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
	border-left:5px solid #9adee5;
	border-right:5px solid #9adee5;
}







/*** HEADER ***/




#header{
	width:643px;
	height:177px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#header h1{
	padding:0;
}

#header h1 a{
	width:643px;
	height:177px;
	display:block;
}

#header h1 a span{
	display:none;}





/*** LEFT BAR ***/


#leftbar{
	width:182px;
	padding:0;
	margin:20px 0 0 13px;
	position:relative;
	float:left;
}


#leftbar ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;	
}


#leftbar ul li{
	padding:4px;
	margin:0 0 5px;
	background-color:#F7F7F7;
}


#leftbar h2{
	width:182px;
	height:28px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0;
}


#leftbar h2 span{
	display:none;}





ol#sitenavi{
	width:182px;
	margin:0 0 15px;
	padding:0 0 19px;
	background:#f4ef9f url(img/img03.jpg) no-repeat;
	background-position:bottom;
}


ol#sitenavi li{
	width:182px;
	padding:0 0 3px;
	background:#f4ef9f url(img/img02.jpg) no-repeat;
	background-position:bottom;
}


ol#sitenavi li a{
	width:155px;
	padding:8px 2px 8px 27px;
	margin:0;
	background:url(img/img01.jpg) 5px 7px no-repeat;
	text-decoration:none;
	display:block;
	color:#663300;
	font-size:14px;
	line-height:110%;
}

ol#sitenavi li a:hover{
	color:#f00;
}


ol#sitenavi li#cl1{
	background-image:none;
	padding:0;
}


ol#sitenavi li#cl1 a{
	width:162px;
	padding:7px 10px;
	margin:0;
	background-color:#ffa5da;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:110%;
	text-decoration:none;
	display:block;
	background-image:none;
	border:none;
}

ol#sitenavi li#cl1 a:hover{
	color:#F00;
}





/*** RIGHT BODY ***/


#rightbody{
	width:417px;
	margin:0 13px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}



#rightbody ul{
	margin:0px 5px 20px;
}


#rightbody li{
	line-height:200%;
}



#rightbody h2{
	width:402px;
	height:31px;
	padding:0 0 0 15px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:31px;
}


#rightbody h3{
	width:407px;
	height:24px;
	padding:0 0 0 10px;
	margin:20px 0;
	background:#fff url(img/h3.jpg) repeat-x;
	color:#fff;
	font-size:14px;
	line-height:22px;

}


#main_entry{
	width:417px;
	padding:0 0 30px;
}





/*** COPYRIGHT ***/



#copyright{
	clear:both;
	width:643px;
	padding:0;
	margin:30px 0 0;
	background-color:#61ceda;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}



#copyright ul{
	padding:10px;
}


#copyright ul li{
	line-height:180%;}

#copyright p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	width:623px;
	text-align:right;
}

#copyright img{
	border:0;
	margin:5px;
}


