/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	text-align:center;
	background:#FFF url(img/back01.gif) 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:#d14f00;
	text-decoration:none;}
a:hover{
	color:#f00;}




#all{
	width:825px;
	margin:0 auto;
	padding:0 0 30px;
	background-color:#FFF;
	text-align:left;
}









/*** HEAD ***/



#head{
	width:825px;
	height:262px;
	margin:0;
	padding:0;
	background:#fff url(img/head.jpg) no-repeat;
}


#head h1{
	padding:0;
}

#head h1 a{
	width:680px;
	height:100px;
	display:block;
}

#head h1 a span{
	display:none;}







/*** CENTER BLOCK ***/

#centerBlock{
	width:825px;
	background:#fff url(img/body_bg02.gif) repeat-y;
	margin:0;
	padding:0;
}


#clear{
	clear:both;
	width:825px;
	height:42px;
	background:#fff url(img/body_bg01.gif) no-repeat;
}




/* ENTRY BOX */




#entryBox{
	width:509px;
	margin:0 0 0 2px;
	padding:0 24px 0 32px;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
	border-top:#365200 solid 18px;
}




#entryBox ul{
	margin:0px 5px 20px;
}


#entryBox li{
	line-height:200%;
}



#entryBox h2{
	width:509px;
	padding:0 0 8px 0;
	margin:20px 0px;
	background:#fff url(img/h2.gif) no-repeat;
	background-position:bottom;
	color:#002798;
	font-size:20px;
	line-height:140%;
}



#entryBox h3{
	width:499px;
	padding:5px;
	margin:20px 0px;
	color:#0048a8;
	font-size:14px;
	line-height:110%;
	border-bottom:1px solid #ee6b0a;
}






/* MENU BOX */


#menuBox{
	width:230px;
	padding:;
	margin:10px 15px 0 0;
	position:relative;
	float:right;
}


ul#ul01{
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0 0 15px;
}

ul#ul01 li{
	padding:5px;
	margin:0 0 5px;
	background-color:#f3c9ff;
}

ul#ul02{
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0 0 15px;
}

ul#ul02 li{
	padding:5px;
	margin:0 0 5px;
	background-color:#ffed75;
}




ul#siteMenu{
	width:220px;
	margin:0 0 15px;
	padding:0;
}


ul#siteMenu li a{
	width:220px;
	padding:5px;
	margin:0 0 3px;
	text-decoration:none;
	display:block;
	color:#0086d0;
	font-size:12px;
	line-height:110%;
}


ul#siteMenu li a:hover{
	text-decoration:underline;
}



ul#siteMenu li#cl1 a{
	width:220px;
	padding:5px;
	margin:0 0 3px;
	background-color:#e1f5ff;
	text-decoration:none;
	display:block;
	color:#0086d0;
	font-size:12px;
	line-height:110%;
	font-weight:bold;
}


ul#siteMenu li#cl1 a:hover{
	text-decoration:underline;
}









/*** FOOT ***/


#foot{
	background-color:#e9e9e9;
	text-align:center;
}


#copy{
	clear:both;
	width:825px;
	margin:0 auto;
	padding:5px 0;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#555;
}

#copy ul{
	padding:5px;
}

#copy li{
	line-height:180%;}

#copy p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px;
	line-height:100%;
	width:815px;
	text-align:right;
}

#copy img{
	border:0;
	margin:5px;
}


