@charset "UTF-8";

h1 {
	text-indent: 0px;
	font-size: 1.6em;
	line-height: 3em;
}
h2 {
	background-image: url(../images/bg_h2.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 660px;
	margin-left: 20px;
	text-indent: 70px;
	font-size: 17px;
	vertical-align: bottom;
	color: #333;
	line-height: 55px;
	margin-top: 30px;
	text-shadow: 0 2px 3px #a4a4a4;
	letter-spacing: 0.1em;
}

h3 {
	background-image: url(../images/bg_h3.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 620px;
	text-indent: 30px;
	color: #004c23;
	font-size: 15px;
	letter-spacing: 0.1em;
	vertical-align: bottom;
	color: #333;
	line-height: 20px;
	margin-top: 15px;
	text-shadow: 0 1px 2px #a4a4a4;
	margin-bottom: 20px;
}
h4 {
	text-indent: 0px;
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 10px;
}
h5 {
	font-size: 1em;
	color: #104c22;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}