/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/bg_main.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:#F3F;
	text-decoration:none;}
a:hover{
	color:#f00;
	text-decoration:underline;}







#frame{
	width:699px;
	margin:0 auto;
	padding:0 5px;
	text-align:left;
	background:#FFF url(img/bg_body.jpg) repeat-y;
}





/*** RIGHT COLUMN ***/


#rightColumn{
	width:510px;
	margin:0;
	padding:0;
	position:relative;
	float:right;
}



/* TOP BOX */


#topBox{
	width:510px;
	height:207px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#topBox h1{
	padding:0;
}

#topBox h1 a{
	width:510px;
	height:207px;
	display:block;
}

#topBox h1 a span{
	display:none;}





/* LEAD BOX */


#leadBox{
	width:504px;
	margin:0 0 0 6px;
	padding:0;
	font-size:14px;
	line-height:300%;
}



#leadBox ul{
	margin:0px 5px 20px;
}

#leadBox li{
	line-height:200%;
}



#leadBox h2{
	width:484px;
	height:41px;
	background:#fff url(img/h2.jpg) no-repeat;
	padding:0 0 0 20px;
	margin:20px 0;
	font-size:16px;
	color:#fff;
	line-height:38px;
}



#leadBox h3{
	width:484px;
	height:23px;
	background:#fff url(img/h3.jpg) no-repeat;
	padding:0 0 0 20px;
	margin:20px 0;
	font-size:14px;
	color:#525252;
	line-height:23px;
}



#leadText{
	width:504px;
	margin:0;
	padding:0 0 30px;
}





/*** LEFT COLUMN ***/


#leftColumn{
	width:189px;
	padding:0;
	margin:0;
	position:relative;
	float:left;
	
}



/* MENU BOX */


#menuBox{
	width:189px;
	padding:227px 0 0;
	margin:0;
	background-image:url(img/img01.jpg);
	background-repeat:no-repeat;
}


#menuBox ul{
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0 0 15px;
	background-color:#d1e4f4;
}

#menuBox ul li{
	padding:4px;
	margin:0;
	border-bottom:1px dotted #ccc;
}



#menuBox h2{
	width:189px;
	height:37px;
	background:#fff url(img/l_h2.jpg) no-repeat;
	padding:0;
	margin:0;
}


#menuBox h2 span{
	display:none;
}




#pageMenu{
	width:189px;
	margin:0 0 15px;
	padding:0 0 18px;
	background:#329be5 url(img/img04.jpg) no-repeat;
	background-position:bottom;
}


#pageMenu ul{
	width:189px;
	margin:0;
	padding:0;
	background-color:#329be5;
}


#pageMenu ul li{
	padding:0;
	border:none;
}


#pageMenu ul li a{
	width:160px;
	padding:8px 2px 8px 27px;
	margin:0;
	background:url(img/img03.jpg) 3px 7px no-repeat;
	text-decoration:none;
	display:block;
	color:#fff;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #c5c0c0;
}

#pageMenu ul li a:hover{
	color:#F00;
	text-decoration:none;
}




#pageMenu ul li#cl1 a{
	width:179px;
	height:17px;
	padding:5px;
	margin:0;
	background:#fff url(img/img02.jpg) no-repeat;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	line-height:17px;
	display:block;
	border:none;
}


#pageMenu ul li#cl1 a:hover{
	color:#F00;
	text-decoration:none;
}













/*** FOOT COLUMN ***/


#footColumn{
	clear:both;
	width:699px;
	padding:0;
	margin:30px 0 0;
	background-color:#4065a1;
	color:#fff;
	font-size:10px;
	line-height:150%;
	text-align:left;
}



#footColumn ul{
	padding:10px;
}


#footColumn ul li{
	line-height:180%;}

#footColumn p{
	letter-spacing:1px;
	font-size:10px;
	padding:10px;
	line-height:100%;
	width:679px;
	text-align:right;
}

#footColumn img{
	border:0;
	margin:5px;
}



