﻿@charset "UTF-8";

/* contentSide
----------------------------------------------- */
#contentSide {
	float: left;
	width: 190px;
	background: url("../images/bg_side.gif") repeat-y;
}
	#contentSide .blog {
		margin: 10px 0;
	}

	#contentSide .reservation {
		width: 190px;
		margin: 0;
	}

	/* 5％OFFバナー */
	#contentSide #reserveBt {
		width: 160px;
		margin: 0 auto;
		text-align: center;
		background: url("../images/off5Banner_o.gif") no-repeat;
	}
		#contentSide #reserveBt,
		#contentSide #reserveBt a,
		#contentSide #reserveBt a:hover{
			display: block;
		}
		#contentSide #reserveBt a:hover {
			background-color: transparent;
		}
			#contentSide #reserveBt a:hover img {
				visibility: hidden;
			}

	/* お問い合わせとか */
	#contentSide .sideNavi {
		width: 190px;
		margin: 8px 0 0 0;
	}
		#contentSide .sideNavi ul li {
			text-align: center;
		}

	#contentSide .mobile {
		margin: 10px 0 0 0;
	}

	/* 電話番号とか */
	#contentSide .info {
		width: 160px;
		height: 161px;
		margin: 15px auto 10px;
		background: url("../images/bg_info.gif") no-repeat;
	}
		#contentSide .info ol {
			width: 148px;
			margin: 0 auto;
			padding: 5px 0 0;
		}
			#contentSide .info ol li {
				padding: 3px 0;
			}
			#contentSide .info ol .address {
				padding-left: 5px;
				color: #7D5325;
				font-size: 10px;
				text-align: left;
				line-height: 1.3;
			}

	/* エリアリンク */
	#contentSide dl {
		width: 160px;
		margin: 15px auto 0;
		padding: 0;
	}
		#contentSide dl dt {
			margin: 0 0 5px 0;
		}
		#contentSide dd {
			width: 150px;
			margin: 0 0 0 5px;
			padding: 1px 0;
			text-align: left;
		}
			#contentSide dd a {
				padding-left: 15px;
				color: #7D5325;
				background: url("../images/icon_arrow03.gif") no-repeat left;
			}
				#contentSide dd a:hover,
				#contentSide .focus a {
					color: #B49973;
					background: url("../images/icon_arrow04.gif") no-repeat left;
				}
	/* バナー
	------------------------- */
	#contentSide .banner {
		width: 190px;
		margin: 15px 0 0 0;
		text-align: center;
	}
		#contentSide .banner ul li {
			margin: 0 0 0.5em 0;
		}

	#contentSide .bottom {
		width: 190px;
		height: 51px;
		background: url("../images/bg_side02.gif") no-repeat ;
	}


/* contentMain
----------------------------------------------- */
#contentMain {
	float: left;
	width: 570px;
	text-align: left;
}
	#contentMain .contentArea {
		width: 540px;
		margin: 0 auto;
		padding: 0;
	}

	/* img
	------------------------- */
	#img {
		width: 570px;
		padding-bottom: 23px;
		background: url("../images/bg_contentmain.gif") repeat-x bottom;
	}
		#contentMain .copy {
			text-align: left;
			width: 555px;
			margin: 0 0 20px 0;
		}

	#contentMain h2 {
		width: 540px;
		height: 35px;
		color: #7D5325;
		font-size: 16px;
		font-weight: bold;
		text-indent: 10px;
		line-height: 35px;
		background: url("../images/bg_headline.gif") no-repeat;
	}
	#contentMain h3 {
		width: 510px;
		margin: 10px 0;
		color: #51120C;
		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 0;
		}

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

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