﻿@charset "utf-8";

/* ----------------------------------------------
 * 名水亭日帰りご利用のご案内
 *
 * 作成日 : 09/12/04
 * 作成者 : sue
---------------------------------------------- */

/* --------------------------
 * ページサイズ
-------------------------- */
#eventContentMain {
	float: left;
	width: 580px;
	text-align: center;
}

/* --------------------------
 * img
-------------------------- */
#img {
	width: 560px;
	margin: 10px auto 0;
}
	#img h2 {
		margin: 0;
	}

/* --------------------------
 * detail
-------------------------- */
.detail {
	width: 560px;
	margin: 0 auto 10px;
	text-align: left;
	background: url("../images/bg_detail.jpg") no-repeat top left;
}
	.detail .article {
		width: 410px;
		padding: 10px 10px 6px 10px;
		text-align: left;
	}
		.detail a {
			color: #3399FF;
			text-decoration: underline;
		}
			.detail a:hover {
				color: #3399FF;
			}
		.detail h3,
		.detail p,
		.detail ul li {
			color: #ffffff;
			font-size: 120%;
		}
		.detail h3 {
			margin: 8px 0 5px;
			padding-bottom: 3px;
			border-bottom: 1px solid #AAAAAA;
		}
		.detail .referenceMark {
			color: #ffffff;
			font-size: 11px;
		}
		.detail table {
			float: right;
		}
			.detail th,
			.detail td {
				font-size: 120%;
			}
			.detail th {
				width: 90px;
				font-weight: bold;
				vertical-align: top;
			}
				.detail th.meisui {
					color: #3399FF;
				}
				.detail th.meisui2 {
					color: #FFFF00;
				}
				.detail th.horohoro {
					color: #669933;
				}
			.detail td {
				color: #ffffff;
				vertical-align: top;
			}


/* --------------------------
 * imgList 
-------------------------- */
ul.imgList {
	width: 560px;
	margin: 10px auto 0;
}
	ul.imgList li {
		margin: 0 10px 10px 0;
	}
		.imgList li img {
			margin: 0;
		}
		.imgList li.end {
			margin-right: 0;
		}

/* --------------------------
 * 他館0泊2食へリンク
-------------------------- */
#otherLinks {
	margin-top: 0;
}