.content_bg01 {
	background-attachment: scroll;
	background-color: #295D08;
	background-image: url(image/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.sub_bg01 {
	background-attachment: scroll;
	background-color: #285C09;
	background-image: url(image/content_sub.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.title_word {
	font-size: 18px;
}
.title_word_b {
	font-size: 20px;
}



body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 18px;
}
a:link {
	color: #66FF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.form_style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C0C0C0;
	background-color: #003300;
	border: 1px solid #FFFFFF;
}
.highlight {
	font-weight: bold;
}

