/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/back.gif);
}

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:#3C0;
	text-decoration:none;}
a:hover{
	color:#f00;
	text-decoration:underline;}








#container{
	width:653px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
	border-left:5px solid #037755;
	border-right:5px solid #037755;
}






/*** HEAD BLOCK ***/



#headBlock{
	width:653px;
	height:217px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headBlock h1{
	padding:60px 0 0;
}

#headBlock h1 a{
	width:380px;
	height:60px;
	display:block;
}

#headBlock h1 a span{
	display:none;}







/*** CONTENT BLOCK ***/

#contentBlock{
	width:653px;
	margin:0 0 30px;
}



/* LEAD */



#lead{
	width:422px;
	margin:0 0 0 7px;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
}




#lead ul{
	margin:0px 5px 20px;
}


#lead li{
	line-height:200%;
}



#lead h2{
	width:412px;
	height:31px;
	padding:0 0 0 10px;
	margin:20px 0px;
	background:#fff url(img/h2.gif) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:31px;
}



#lead h3{
	width:392px;
	height:23px;
	padding:0 0 0 30px;
	margin:20px 0px;
	background:#fff url(img/h3.gif) no-repeat;
	color:#333234;
	font-size:14px;
	line-height:23px;
}



#maintext{
	width:422px;
	padding:0 0 30px;
}







/*** NAVI ***/



#navi{
	width:205px;
	padding:0;
	margin:20px 7px 0 0;
	position:relative;
	float:right;
}


#navi ul{
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0 0 15px;
	background-color:#FFFFDF;
}

#navi ul li{
	padding:4px;
	margin:0;
	border-bottom:1px dotted #060;
}

#navi h2{
	width:204px;
	height:25px;
	background:#fff url(img/h2_02.gif) no-repeat;
	margin:0;
}


#navi h2 span{
	display:none;}




#navi ol{
	width:204px;
	margin:0 0 15px;
	padding:0 0 18px;
	background:#fff url(img/img03.gif) no-repeat;
	background-position:bottom;
}


#navi ol li{
	width:204px;
	padding:0 0 3px;
	background:#fff url(img/img01.gif) no-repeat;
	background-position:bottom;
}


#navi ol li a{
	width:180px;
	padding:7px 0px 7px 24px;
	margin:0;
	background:url(img/img02.gif) 5px 5px no-repeat;
	text-decoration:none;
	display:block;
	color:#000;
	font-size:12px;
	line-height:110%;
}


#navi ol li a:hover{
	color:#F00;
}


#navi ol li#cl1{
	padding:0;
	background-image:none;
}


#navi ol li#cl1 a{
	width:184px;
	padding:5px 10px;
	margin:0;
	background-color:#33997b;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:100%;
	text-decoration:none;
	display:block;
	background-image:none;
}


#navi ol li#cl1 a:hover{
	color:#F00;
}













/*** FOOT BLOCK ***/



#footBlock{
	clear:both;
	width:653px;
	padding:5px 0;
	margin:0;
	background-image:url(img/bg_foot.gif);
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}


#footBlock ul{
	padding:5px 5px 10px;
}


#footBlock ul li{
	line-height:180%;}

#footBlock p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px;
	line-height:100%;
}

#footBlock img{
	border:0;
	margin:5px;
}




