@charset "EUC-JP";


/*=====INDEX.PHP start================================================== */

..main_img {
	margin-bottom: 10px;
}

.title_img {
	margin-bottom: 10px;
}

.txt_box {
	width: 690px;
	line-height: 16px;
	margin-bottom: 25px;
}

.title_bar {
	background: url("./image/title_bar.gif") no-repeat;
	color: #003300;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	padding: 0px 0px 0px 25px;
	margin-bottom: 10px;
}

.left_box {
	float: left;
	width: 530px;
}

.txt_box1 {
	width: 530px;
	line-height: 16px;
}

.txt_box2 {
	color: #990000;
	font-size: 11px;
	line-height: 15px;
}

.img_box {
	float: right;
	width: 144px;
	text-align: center;
}

.info_box {
	margin-bottom: 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;
}



