/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/back.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:#69F;
	text-decoration:none;}
a:hover{
	color:#f00;
	text-decoration:underline;}






#pagetop{
	width:706px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
}


#clear{
	clear:both;}







/*** TOP INFO ***/




#topInfo{
	width:706px;
	height:217px;
	background:#fff url(img/top.jpg) no-repeat;
	margin:0;
}


#topInfo h1{
	padding:40px 0 0 200px;
}

#topInfo h1 a{
	width:440px;
	height:150px;
	display:block;
}

#topInfo h1 a span{
	display:none;}




/*** SUB ***/


#sub{
	width:205px;
	padding:0;
	margin:20px 0 0 10px;
	position:relative;
	float:left;
}


#sub ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}

#sub ul li{
	padding:4px;
	margin:0 0 5px;
	background-color:#F6F6F6;
}



#sub h2{
	width:205px;
	height:25px;
	background:#fff url(img/img01.jpg) no-repeat;
	margin:0;
}


#sub h2 span{
	display:none;}



ul#menu{
	width:205px;
	margin:0 0 15px;
	padding:0 0 12px;
	background:#dfdfe3 url(img/img04.jpg) no-repeat;
	background-position:bottom;
}

ul#menu li{
	margin:0;
	padding:0;
	background-color:#dfdfe3;
}

ul#menu li a{
	width:180px;
	padding:8px 0 8px 25px;
	margin:0;
	background:url(img/img03.jpg) 5px 9px no-repeat;
	text-decoration:none;
	display:block;
	color:#333;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #666;
}

ul#menu li a:hover{
	color:#f00;
}


ul#menu li#cl1 a{
	width:190px;
	height:25px;
	padding:0 0 0 15px;
	margin:0;
	background:#fff url(img/img02.jpg) no-repeat;
	color:#fff;
	font-size:14px;
	line-height:25px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	border:none;
}

ul#menu li#cl1 a:hover{
	color:#f00;
}








/*** CENTER ***/


#center{
	width:465px;
	margin:0 10px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}




#center ul{
	margin:0px 5px 20px;
}


#center li{
	line-height:200%;
}



#center h2{
	width:450px;
	height:27px;
	padding:0 0 0 15px;
	margin:20px 0;
	background:#fff url(img/h2.jpg) no-repeat;
	color:#333;
	font-size:16px;
	line-height:24px;
}


#center h3{
	width:440px;
	height:27px;
	padding:0 0 0 25px;
	margin:20px 0;
	background:#fff url(img/h3.jpg) no-repeat;
	color:#303387;
	font-size:14px;
	line-height:24px;
}


#leadbox{
	width:465px;
	padding:0 0 30px;
}




/*** COPYRIGHT ***/



#copyright{
	width:706px;
	padding:0;
	margin:30px 0 0;
	background-color:#050a89;
	font-size:10px;
	line-height:150%;
	text-align:right;
	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:686px;
	text-align:left;
}

#copyright img{
	border:0;
	margin:5px;
}




