@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.jpg") no-repeat;
	font-weight: bold;
	height: 32px;
	padding: 0px 10px 0px 15px;
	margin-bottom: 25px;
}

.title_name {
	float: left;
	line-height: 25px;
	padding: 10px 0px 0px 0px;
}

.title_button {
	float: right;
	padding: 10px 0px 0px 0px;
}

.past_box {
	background: url("./image/bg.gif") repeat-y;
	margin-bottom: 20px;
}

.past_head {
	background: url("./image/head.jpg") no-repeat;
	padding: 9px 17px 0px 12px;
}

.img_box {
	width: 144px;
	float: left;
	text-align: center;
}

.float_box {
	float: right;
}

.place_box {
	width: 335px;
	table-layout: fixed;
	margin-top: 10px;
	margin-bottom: 5px;
}

.place {
	font-weight: bold;
	font-size: 13px;
}

.b_td {
	width: 98px;
}

.line {
	margin-bottom: 10px;
}

.txt_box {
	width: 335px;
	line-height: 18px;
}

.full_img {
	float: left;
	width: 420px;
	text-align: center;
}

.thum_box {
	float: right;
}

.thum_img {
	width: 67px;
	margin: 0px 0px 10px 18px;
}

.thum_img1 {
	width: 67px;
	margin: 0px 0px 0px 18px;
}

.display_box {
	margin-bottom: 20px;
}

.coment_box {
	background: url("./image/com_bg.gif") repeat-y;
	margin-bottom: 25px;
}

.com_txt {
	width: 500px;
	margin: 0px 12px 0px 13px;
	line-height: 16px;
}

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;
}



