/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-color:#4676be;
}

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:#06F;
	text-decoration:none;}
a:hover{
	color:#f00;
	text-decoration:underline;}






#wrap{
	width:704px;
	margin:0 auto;
	padding:0 6px;
	text-align:left;
	background:#FFF url(img/body_bg.jpg) repeat-y;
}






/*** HEADLINER ***/




#headliner{
	width:704px;
	height:140px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headliner h1{
	padding:25px 0 0 230px;
}

#headliner h1 a{
	width:474px;
	height:115px;
	display:block;
}

#headliner h1 a span{
	display:none;}







/*** MAIN CONTENTS ***/


#mainCont{
	width:704px;
	margin:0;
	padding:0;
}

#clear{
	clear:both;}






/* TEXT BOX */


#text_box{
	width:486px;
	margin:0 0 0 10px;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
}




#text_box ul{
	margin:0px 5px 20px;
}


#text_box li{
	line-height:200%;
}



#text_box h2{
	width:456px;
	height:32px;
	padding:0 0 0 30px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:32px;
}


#text_box h3{
	width:471px;
	height:22px;
	padding:0 0 0 15px;
	margin:20px 0;
	background:#fff url(img/h3.jpg) no-repeat;
	color:#333;
	font-size:14px;
	line-height:22px;
}





/* SUB BOX */


#sub_box{
	width:184px;
	padding:0;
	margin:20px 10px 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:184px;
	height:34px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0;
}


#sub_box h2 span{
	display:none;}



ol#pagelist{
	width:184px;
	margin:0 0 15px;
	padding:0 0 22px;
	background:#4676be url(img/img03.jpg) no-repeat;
	background-position:bottom;
}



ol#pagelist li a{
	width:154px;
	padding:8px 0 8px 30px;
	margin:0;
	background:url(img/img02.jpg) 10px 8px no-repeat;
	text-decoration:none;
	display:block;
	color:#fff;
	font-size:12px;
	line-height:110%;
	border-bottom:1px solid #d7d7d7;
}

ol#pagelist li a:hover{
	color:#f00;
}


ol#pagelist li#cl1 a{
	width:164px;
	padding:10px;
	margin:0;
	background:#fff url(img/img01.jpg) repeat;
	color:#fff;
	font-size:14px;
	line-height:110%;
	font-weight:bold;
	text-decoration:none;
	display:block;
	border:none;
}

ol#pagelist li#cl1 a:hover{
	color:#F00;
}







/*** FOOTER ***/



#footer{
	width:704px;
	padding:0;
	margin:30px 0 0;
	background-color:#f9ee73;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#333;
}


#footer ul{
	padding:10px;
}


#footer ul li{
	line-height:180%;}

#footer p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	width:684px;
	text-align:right;
}

#footer img{
	border:0;
	margin:5px;
}




