﻿@charset "utf-8";
/* -----------------------------------------------
 * ボンボヤージュTOP用CSS
 * 
 * Last Update 2008/12/10
----------------------------------------------- */
#contents {
	margin-bottom: 40px;
	text-align: center;
}

/* トップページ専用 */
#topPage {
	margin-bottom: 20px;
	text-align: center;
}
	/* トップページ画像 */
	#topPage .Image {
		float: left;
		width: 230px;
	}
	/* トップページ見出し文章 */
	#topPage .text {
		float: left;
		width: 505px;
		margin-left: 10px;
	}
		#topPage .text .caption {
			font-size: 110%;
		}

	/* 営業時間 */
	#topPage #open {
		margin: 30px 0 0 0;
	}
		#open h2 {
			float: left;
		}
		/* レストラン予約 */
		#open #restaurantReseve {
			float: right;
			padding-top: 25px;
		}
		/* 営業時間 */
		#open .time {
			width: 485px;
			padding: 10px 0;
			border-top: 1px solid #CCBF89;
			text-align: left;
		}
		#open .timeStart {
			margin: 10px 0 0 0;
		}
		#open .timeEnd {
			border-bottom: 1px solid #CCBF89;
		}
		#open p.reference {
			font-size: 80%;
		}

	/* 席 */
	#seat {
		text-align: center;
	}