/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/bg.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:#06F;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}








#pageTop{
	width:697px;
	margin:0 auto;
	padding:0 1px;
	text-align:left;
	background-color:#FFF;
}


#clear{
	clear:both;
}




/*** HEAD BOX ***/



#head_box{
	width:697px;
	height:207px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#head_box h1{
	padding:87px 0 0 140px;
}

#head_box h1 a{
	width:450px;
	height:120px;
	display:block;
}

#head_box h1 a span{
	display:none;}






/*** TEXT BOX ***/


#text_box{
	width:415px;
	margin:0 0 0 8px;
	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:395px;
	height:26px;
	padding:0 0 0 20px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#333;
	font-size:16px;
	line-height:26px;
}


#text_box h3{
	width:400px;
	height:25px;
	padding:0 0 0 15px;
	margin:20px 0;
	background:#fff url(img/h3.jpg) no-repeat;
	color:#fff;
	font-size:14px;
	line-height:25px;
}


#lead_item{
	width:415px;
	margin:0;
	padding:0 0 30px;
}





/*** MENU BOX ***/


#menu_box{
	width:255px;
	padding:0;
	margin:20px 7px 0 0;
	position:relative;
	float:right;
}


#menu_box ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}

#menu_box ul li{
	padding:4px;
	margin:0 0 5px;
	background-color:#F5F5F5;
}



#menu_box h2{
	width:255px;
	height:37px;
	background:#fff url(img/h2_02.jpg) no-repeat;
	margin:0;
}


#menu_box h2 span{
	display:none;}


#menu_box ol{
	width:255px;
	margin:0 0 15px;
	padding:0 0 23px;
	background-color:#5c2a6f;
}


#menu_box ol li{
	width:255px;
	background-color:#e5e5e5;
}


#menu_box ol li a{
	width:225px;
	padding:8px 0px 8px 30px;
	margin:0;
	background:url(img/img01.jpg) 5px 7px no-repeat;
	text-decoration:none;
	display:block;
	color:#070e21;
	font-size:14px;
	line-height:110%;
	border-bottom:1px solid #5c2a6f;
}

#menu_box ol li a:hover{
	color:#F00;
}



#menu_box ol li#cl1 a{
	width:235px;
	padding:7px 10px;
	background-color:#5c2a6f;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	text-decoration:none;
	display:block;
	border:none;
	background-image:none;
}

#menu_box ol li#cl1 a:hover{
	color:#F00;
}









/*** FOOT BOX ***/



#foot_box{
	clear:both;
	width:697px;
	padding:0;
	margin:30px 0 0;
	background-color:#5c2a6f;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}



#foot_box ul{
	padding:10px;
}


#foot_box ul li{
	line-height:180%;}

#foot_box p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	text-align:right;
	width:677px;
}

#foot_box img{
	border:0;
	margin:5px;
}


