@charset "EUC-JP";


/*=====INDEX.PHP start================================================== */

.main_img {
	margin-bottom: 10px;
}

.title {
	background: url("./image/title.jpg") no-repeat;
	width: 525px;
	height: 94px;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.title_txt {
	padding: 35px 0px 0px 0px;
	margin: 0px 0px 0px 25px;
}

.title_bar {
	background: url("./image/title_bar.gif") no-repeat;
	font-weight: bold;
	line-height: 25px;
	padding: 0px 0px 0px 10px;
	margin-bottom: 15px;
}

.img_bg {
	width: 210px;
	background: url("./image/bg.jpg") repeat-y;
}

.img_box {
	width: 190px;
	margin: 0px 10px 0px 10px;
	text-align: center;
}

.left_box {
	width: 210px;
	float: left;
}

.txt_box {
	width: 300px;
	float: right;
	line-height: 18px;
}

.enjoy_box {
	width: 525px;
	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;
}


