@charset "UTF-8";

/* ここから 館内案内 設定*/
#facilities {
	width				: 680px;
	height				: auto;
	float				: left;
}

#facilities a {
	text-decoration		: none;
	color				: #0000FF;
}

#facilities a:link {
	text-decoration		: none;
}

#facilities a:visited {
	text-decoration		: none;
	color				: #990099;
}

#facilities a:hover {
	text-decoration		: underline;
	color				: #00FF00;
}

#facilities a:active {
	text-decoration		: none;
	color				: #0000FF;
}

#facilities_section {
	width				: 680px;
	height				: auto;
	float				: left;
	margin-bottom		: 10px;
}

#facilities_coments {
	padding-top			: 10px;
	padding-bottom		: 10px;
	padding-left		: 10px;
	padding-right		: 10px;
	line-height			: 1.5em;
}

#facilities_wrap {
	width				: 680px;
	height				: auto;
	float				: left;
}

#facilities_wrap_left {
	width				: 380px;
	float				: left;
	height				: auto;
	font-size			: 0.9em;
}

#facilities_wrap_right {
	float				: right;
	font-size			: 1em;
	width				: 300px;
	height				: auto;
}

#facilities_wrap2 {
	width				: 680px;
	height				: 220px;
	background-color	: #FFFFFF;
	font-size			: 1em;
}

#facilities_wrap2_left {
	width				: 220px;
	float				: left;
	padding-left		: 10px;
	height				: auto;
}

#facilities_wrap2_center {
	width				: 220px;
	margin-left			: 5px;
	float				: left;
	height				: auto;
}

#facilities_wrap2_right {
	float				: right;
	padding-left		: 5px;
	font-size			: 1em;
	width				: 220px;
	height				: auto;
}

#facilities h1 {
	color				: #4D0000;
	font-size			: 1.5em;
	text-align			: center;
	margin-bottom		: 10px;
	margin-top			: 10px;
}

#facilities h2 {
	font-size			: 1.5em;
	text-align			: left;
	font-weight			: normal;
	display				: block;
	padding-top			: 10px;
	padding-right		: 10px;
	padding-bottom		: 10px;
	padding-left		: 10px;
	background-color	: #FFCCFF;
}

#facilities h3 {
	color				: #000066;
	font-size			: 0.85em;
	text-align			: left;
	padding-top			: 10px;
}

#facilities table th {
	text-align			:center;
	font-weight			: normal;
}

#facilities table td {
	padding-top			: 5px;
	padding-bottom		: 5px;
	padding-left		: 5px;
	padding-right		: 5px;
	line-height			: 1.5em;
	font-size			: 0.9em;
}


/* 館内案内 設定 ここまで */

/* ここから 館内案内共通 設定*/

#dinner_room {
	width				: 680px;
	height				: auto;
	float				: left;
}

#meeting_room {
	width				: 680px;
	height				: 800px;
	float				: left;
}

#omiyage {
	width				: 680px;
	height				: auto;
	float				: left;
}

#facilities_common_wrap {
	width				: 680px;
	height				: auto;
	font-size			: 1em;
	margin-bottom		: 10px;
	float				: left;
}

#facilities_common_wrap h1 {
	font-size			: 1.5em;
	padding-top			: 10px;
	padding-bottom		: 10px;
	background-color	: #FFCCFF;
	text-align			: center;
}

#facilities_common_wrap h2 {
	font-size			: 1em;
	padding-top			: 10px;
	padding-bottom		: 10px;
	text-align			: right;
	font-weight			: normal;
}

/* ここまで 館内案内共通 設定*/
