@charset "UTF-8";
/* CSS Document */

/* 予約ナビ
---------------------------------------------------- */
#res-navi{
	clear: both;
	width: 100%; /* for WinIE6,7 */
}
#res-navi p{
	float:left;
}
#res-navi p a{
	display:block;
	outline:none;
	height:40px;
	text-indent:-9999px;
	background-repeat: no-repeat;
}
#res-navi p a:hover{
	background-position:0 -40px;	
}
#res-navi .navi-00{
	width:15px;
	margin: 0 0 15px 0;
}
#res-navi .navi-01 a{
	width:335px;
	background-image: url(../reservation/images/navi_over_01.gif);
}
#res-navi .navi-011{
	width:335px;
}
#res-navi .navi-02 a{
	width:335px;
	background-image: url(../reservation/images/navi_over_02.gif);
}
#res-navi .navi-021{
	width:335px;
}

/* コンテンツ
---------------------------------------------------- */
#content {
	float: left;
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 10px;
	background-color: #ffffff;
}
#content .left {
	float: left;
	width: 200px;
}
#content .center {
	float: right;
	width: 700px;
}
.section {
	clear: both;
	margin: 0 15px 20px 15px;
}
#yoyaku {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	margin:0 auto;
	padding:0 0 0 0;
}
#calendar {
	clear: both;
	width: 100%; /* for WinIE6,7 */
/*	margin:0 auto; */
	padding:20px 0 20px 0;
}
.section-1 {
	float: left;
	width: 325px;
	margin: 0 10px 20px 15px;
	display: inline; /* for WinIE6,7 */
}
.section-2 {
	float: right;
	width: 325px;
	margin: 0 15px 20px 10px;
	display: inline; /* for WinIE6,7 */
}
.section p {
	margin-bottom: 10px;	
}
.section h2 {
	margin: 15px 0 20px 0;	
}
.img-1 {
	margin-bottom: 3px;	
}
.img-2 {
	margin-bottom: 20px;	
}
.img-3 {
	float: left;
	margin: 0 5px 0 0;	
}
.img-4 {
	float: right;
	margin: 0 0 0 5px;
}
.p-1 {
	line-height: 1.3;
}
li {
	list-style-type: disc;
	font-size: 90%;
	margin-bottom: 5px;
	list-style-position: inside;
}


/* カレンダー
---------------------------------------------------- */
table {
	width: 324px;
	text-align: center;
}
table,td {
	border: 1px solid #999999;
	font-weight: bold;
}
.day{
	height: 15px;
}
.ok{
	height: 30px;
}
.on{
	background-color: #ffc0cb;
}
.sat{
	background-color: #87cefa;
}
.off{
	background-color: #ffffe0;
}
caption{
	font-size: 125%;
	font-weight: bold;
}
.style1 {color: #FF0000}
.p-2 {
	font-size: 100%;
	font-weight: bold;
	color: #17461a;
	padding-left: 5px;
	border-width: 0 0 2px 10px;
	border-style: solid;
	border-color: 17461a;
	margin-bottom: 10px;	
}

