@charset "UTF-8";

/*ページ背景*/
#contentsBox {
	width: 100%;
	min-height: 100%;
	background: url('../images/siteBg.jpg') repeat center top;
}


/* ホバー */
.mouseHvr {
	opacity: 1;
}

.mouseHvr:hover {
	opacity: 0.7;
}

#copy {
	background-color: #fff;
}

#copy p {
	width: 960px;
	height: 20px;
	margin: 0 auto;
	padding-top: 5px;
	padding-left: 15px;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	font-size: 80%;
}

/*ヘッダー*/
#header {
	width: 960px;
	height: 160px;
	margin: 0 auto;
	background: url('../images/siteBg.jpg') repeat center top;
}

#header h1 {
	width: 180px;
	margin-left: 0px;
	padding-top: 20px;
	line-height: 0;
	float: left;
}

#tel {
	width: 220px;
	margin-left: 0px;
	padding-top: 25px;
	float: right;
}

#tel h2,#tel p {
	line-height: 0;
}

#reserve {
	width: 60px;
	margin-left: 14px;
	line-height: 0;
	float: right;
}

#gloNav {
	width: 250px;
	margin-left: 20px;
	float: left;
}

#gloNav li {
	display: block;
	width: 42px;
	height: 160px;
	margin-right: 5px;
	line-height: 0;
	float: left;
}

#gloNav li:hover {
	background-color: #d8cfd1;
}

.navActive {
	background-color: #d8cfd1 !important;
}

#subNav {
	width: 42px;
	padding-top: 0px;
	float: left;
}

#subNav li {
	width: 42px;
	margin-right: 14px;
	line-height: 0;
	float: left;
}


/*コンテンツエリア*/
#contentsArea {
	width: 960px;
}


/*サイドコンテンツ*/
#contentsLeft {
	width: 240px;
	background: url('../images/leftBg.jpg') repeat center top;
	padding-bottom: 10px;
	float: left;
}

#contentsLeft h3 {
	margin-left: 10px;
	padding-top: 10px;
	line-height: 0;
}

#search {
	width: 220px;
	height: 225px;
	background: url('../images/searchBg.jpg') no-repeat;
	margin-left: 10px;
}

#search dl {
	color: #000000;
	font-size: 75%;
	line-height: 140%;
}

#search dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}

#search dl dd span {
	margin-left: -2px;
}

#select01 {
	margin: 0 0 13px 10px;
	padding-top: 10px;
}

#select02 {
	margin: 0 0 15px 10px;
}

#searchBtn {
	margin: 0 0 10px 10px;
	line-height: 0;
}

#sideTel {
	margin-left: 10px;
	line-height: 0;
}

.banner {
	margin: 10px 0 0 10px;
	line-height: 0;
}


/*メインコンテンツ*/
#contentsRight {
	width: 690px;
	float: right;
}


/*フッター*/
#footer {
	width: 100%;
	height: 270px;
	background: url('../images/footerBg.png') repeat-x center bottom;
}

#footerContnts {
	width: 960px;
	height: 270px;
	margin: 0 auto;
	position: relative;
}

#pageTop {
	width: 160px;
	line-height: 0;
	position: absolute;
	right: -30px;
	top: 0;
}

#footerLogo {
	width: 160px;
	margin: 0 auto 20px;
	padding-top: 145px;
	line-height: 0;
}

address {
	color: #000000;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	font-style: normal;
	font-size: 70%;
	text-align: center;
}
