/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-color:#cc9966;
}

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:#09F;
	text-decoration:none;}
a:hover{
	color:#f00;
	text-decoration:underline;}








#top-wrapper{
	width:704px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
}






/*** HEADER AREA ***/



#headerArea{
	width:704px;
	height:140px;
	background:#fff url(img/main.jpg) no-repeat;
	margin:0;
}


#headerArea h1{
	padding:0;
}

#headerArea h1 a{
	width:704px;
	height:140px;
	display:block;
}

#headerArea h1 a span{
	display:none;}






/*** CONTENT AREA ***/



#contentArea{
	width:452px;
	margin:0 0 0 8px;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
}




#contentArea ul{
	margin:0px 5px 20px;
}


#contentArea li{
	line-height:200%;
}



#contentArea h2{
	width:452px;
	height:32px;
	padding:0 0 0 25px;
	margin:20px 0px;
	background:#fff url(img/h2.gif) no-repeat;
	color:#333;
	font-size:16px;
	line-height:32px;
}



#contentArea h3{
	width:432px;
	padding:5px;
	margin:20px 0px;
	background-color:#0035d6;
	color:#fff;
	font-size:14px;
	line-height:100%;
	border-left:10px solid #0076ff;
}







/*** MENU AREA ***/



#menuArea{
	width:223px;
	padding:0;
	margin:20px 8px 0 0;
	position:relative;
	float:right;
}


#menuArea ul{
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0 0 15px;
	background-color:#F9F9F9;
}

#menuArea ul li{
	padding:4px;
	margin:0;
	border-bottom:1px dotted #aaa;
}


#menuArea h2{
	width:223px;
	height:34px;
	background:#fff url(img/h2_02.gif) no-repeat;
	margin:0;
}


#menuArea h2 span{
	display:none;}




#list{
	width:223px;
	margin:0 0 15px;
	padding:0 0 20px;
	background:#fff url(img/img01.gif) repeat;
}


#list ol{
	width:223px;
	margin:0;
	padding:0;
}



#list ol li a{
	width:190px;
	padding:8px 3px 8px 30px;
	margin:0;
	background:#c6c6c6 url(img/img02.gif) no-repeat;
	background-position:5px 5px;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:12px;
	line-height:110%;
	border-bottom:4px solid #fff;
}


#list ol li a:hover{
	color:#F00;
}




#list ol li#cl1 a{
	width:213px;
	padding:5px;
	margin:0;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	text-decoration:none;
	display:block;
	background:#fff url(img/img01.gif) repeat;
	border:none;
}


#list ol li#cl1 a:hover{
	color:#F00;
}











/*** FOOTER AREA ***/



#footerArea{
	clear:both;
	width:704px;
	padding:5px 0;
	margin:30px 0 0;
	background-color:#0035d6;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}


#footerArea ul{
	padding:5px;
}


#footerArea ul li{
	line-height:180%;}

#footerArea p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px 5px 10px;
	line-height:100%;
}

#footerArea img{
	border:0;
	margin:5px;
}





