@charset "EUC-JP";


/*=====INDEX.PHP start================================================== */

.main_img {
	margin-bottom: 20px;
}

.txt_box {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

.banner_bg {
	background: url("./image/banner_bg.jpg") no-repeat;
	width: 530px;
	height: 160px;
	margin-bottom: 20px;
}

.banner_box {
	padding: 32px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
}

.float_box {
	float: left;
}

.banner_img {
	width: 166px;
	margin-right: 6px;
}

.banner_img1 {
	width: 166px;
}

.topics_title {
	margin-bottom: 10px;
}

.topics_box {
	width: 530px;
	font-size: 14px;
	line-height: 20px;
}

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;
}


