@charset "UTF-8";

/* contentMain
----------------------------------------------- */
#contentMain {
	width: 565px;
	margin: 0;
	text-align: left;
}

	/* img
	------------------------- */
	#img {
		width: 565px;
	}
		#img p {
			text-align: left;
			margin: 0 0 20px 25px;
			line-height: 2;
		}

	/* 見出し
	------------------------- */
	#contentMain h3 {
		width: 530px;
		height: 38px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-indent: 25px;
		line-height: 38px;
		background: url("../images/bg_headline.gif") no-repeat;
	}

	#contentMain h4 {
		margin: 5px 0;
		color: #91911E;
		font-size: 16px;
		font-weight: bold;
	}

/* table
--------------------------- */
table {
	border-collapse: collapse;
}
	table th,
	table td {
		padding: 3px;
	}

#contentMain .table01 {
	margin: 0 0 5px 0;
	border-right: 1px solid #746144;
	border-bottom: 1px solid #746144;
	background-color:#fff;
}

#contentMain .table02 {
	float:left;
	margin: 0 0 5px 0;
	border-right: 1px solid #746144;
	border-bottom: 1px solid #746144;
	background-color: #fff;
}

	#contentMain .tr01 {
		text-align: left;
		vertical-align: top;
		background-color: #fff;
	}

		#contentMain th {
			color: #746144;
			font-weight: normal;
			text-align: center;
			vertical-align: middle;
			border-top: 1px solid #746144;
			border-left: 1px solid #746144;
			background-color: #DFD6C6;
		}
			#contentMain .th01 {
				color: #746144;
				font-weight: normal;
				text-align: center;
				vertical-align: top;
				border-top: 1px solid #746144;
				border-left: 1px solid #746144;
				background-color: #DFD6C6;
			}
				#contentMain .td01 {
					vertical-align: top;
					border-top: 1px solid #746144;
				}
					#contentMain .td01 img {
						margin: 2px 0px;
					}

			#contentMain .td02 {
				vertical-align: top;
				border-top: 1px solid #746144;
				border-left: 1px solid #746144;
			}

			#contentMain .td03 {
				padding-left: 10px;
				border-top: 1px solid #746144;
			}

/* contentSide
----------------------------------------------- */
#contentSide {
	float: right;
	width: 180px;
	min-height: 693px;
	text-align: center;
	background: url("../images/bg_side.gif") no-repeat;
}

#contentSide.index {
	float: right;
	width: 180px;
	min-height: 800px;
	text-align: center;
	background: url("../images/bg_sideIndex.gif") no-repeat;
}


	#contentSide .reservation {
		padding: 1px 0 2px;
	}
		
			#contentSide .sideCoupon {
				width: 180px;
				height:170px;
				background: url("../images/bg_contentCoupon.gif") repeat-y;
			}
			#contentSide .sideNavi {
				width: 180px;
				height: 95px;
			}

	#contentSide dl {
		padding: 10px 10px 40px;
		background: url("../images/bg_contentside.gif") no-repeat left bottom;
	}
		#contentSide dl dt {
			margin-bottom: 10px;
		}
		#contentSide dd,
		#contentSide .link01 {
			margin: 0 0 3px 11px;
			padding: 0;
			text-align: left;
		}
		#contentSide dd a {
			padding-left: 15px;
			color: #5F3C14;
			background: url("../images/icon_arrow03.gif") no-repeat left;
		}
		#contentSide .link01 a {
			padding-left: 15px;
			color: #A1752C;
			background: url("../images/icon_arrow04.gif") no-repeat left;
		}
		#contentSide dd a:hover,
		#contentSide .link01 a:hover {
			color: #A1752C;
			text-decoration: none;
			background: url("../images/icon_arrow04.gif") no-repeat left;
		}

	#contentSide .banner {
		text-align: center;
	}
		#contentSide .banner img {
			margin: 0 0 7px 0;
		}
