@charset "EUC-JP";


/*=====INDEX.PHP start================================================== */

.main_img {
	margin-bottom: 10px;
}

.title {
	background: url("./image/title.jpg") no-repeat;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	color: #6AB800;
	padding-left: 10px;
	margin-bottom: 10px;
}

.txt_box {
	width: 510px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 25px;
}


a.link:link {
	text-decoration: underline;
	color: #003300;
	border: 0px;
}

a.link:visited {
	text-decoration: underline;
	color: #003300;
	border: 0px;
}

a.link:active {
	text-decoration: underline;
	color: #558419;
	border: 0px;
}

a.link:hover {
	text-decoration: underline;
	color: #558419;
	border: 0px;
}



