﻿@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: 500px;
		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;
	}