@charset "utf-8";
/* CSS Document */

#header{
	background:url(../images/top_02.jpg) no-repeat;
	}
#footer{
	background:url(../images/footer_02.png);
	color:white;
	}
#footer a{
	color:white;
	}
	
#footer a:hover{
	color:#FC0;
	}
h1, h2, h3, h4, h5, h6{
	color:#237508;
	margin-top:0px;
	padding-top:0px;
	}
h1{
	font-size:18px;
	}
h2{
	font-size:16px;
	}
h3{
	font-size:14px;
	}
h4{
	font-size:13px;
	}
	
a:hover{
		color:#237508;
		
	}
	
#cont01 a {
	color:#237508;
}
#cont01 a:hover {
	color:#000;
}

#cont02 a {
	color:#FFFFFF;
}
#cont02 a:hover {
	color:#2a0;
}

.green{
	color:#237508;
}

