@charset "EUC-JP";


/*=====INDEX.PHP start================================================== */

.main_img {
	margin-bottom: 10px;
}

.title_img {
	width: 730px;
	height: 63px;
	background: url("./image/title_img.jpg") no-repeat;
	margin-bottom: 20px;
}

.title_txt {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #FFFFFF;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 55px;
}

.english {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 55px;
}

.title_bar {
	width: 236px;
	background: #106506;
	color: #FFFFFF;
	padding: 5px 0px 5px 5px;
	line-height: 15px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

.img_box {
	width: 236px;
	margin-bottom: 5px;
}

.sp_img {
	text-align: center;
	background: #999999;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.float_box {
	width: 236px;
	float: left;
	margin-right: 10px;
}

.float_box1 {
	width: 236px;
	float: left;
}

.text_box {
	width: 236px;
	line-height: 16px;
}

.sp_box {
	width: 730px;
	margin-bottom: 15px;
}



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;
}


