@charset "utf-8";
#main {
	margin: 0 auto;
	max-width: 1150px;
}
/*
#paper_wrapper {
	padding-bottom: 165px;
	background: url(../img/bg_paper_top01.png) no-repeat left top;
}
	#paper {
		padding: 294px 0 165px;
		background: url(../img/bg_paper_bottom01.png) no-repeat left bottom;
	}
		#paper_inner {
			background: url(../img/bg_paper_middle01.png) repeat-y left top;
		}
*/
.mapSec01 {
	width: 1150px;
	position: relative;
	left: -95px;
	top: 0;
}
	.mapSec01 .txtBox {
		padding: 27px 0 0 80px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1000;
	}
		.mapSec01 .txtBox .tit {
			font-size: 123%;
		}
		.mapSec01 .txtBox .txt {
			margin: 36px 0 0 92px;
			color: #4a361f;
			line-height: 2.6;
		}

#map_wrapper{
	width: 1100px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

	.mapSec01 .mapBox {
		margin-top: 10px;/* -290px */
		margin-left: -27px;
		position: relative;
		height: 804px;
	}
		.mapLayer {
			position:absolute;
			left: 0;
			top: 0;
		}
.mapSec01 .mapBox area{
	outline: none;
}
		.mapImg {
			z-index: 997;
		}
		.mapOver {
			z-index: 999;
		}
		.mapBase {
			z-index: 1000;
		}
	.mapSec01 .fairy {
		position: absolute;
		right: 0;
		bottom: 44px;
		z-index: 998;
	}

.newsSec01 {
	margin: 0 auto 0;
	width: 900px;
	background: url(../img/bg_news01.png) no-repeat left top;
}
	.newsSec01 .newsTit01 {
		margin-bottom: 30px;
		position: relative;
	}
		.newsSec01 .newsTit01 .newsBtn01 {
			position: absolute;
			right: 8px;
			top: 9px;
		}
		.newsSec01 .newsContent01 {
			margin: 0 50px;
		}

.newsSec01 .newsContent01 dt{
	background: transparent url(../img/bg_news_salon01.png) no-repeat scroll left top;
	float: left;
	color: #fff;
	font-size: 13px;
	line-height: 26px;
	vertical-align: middle;
	width: 114px;
	height: 26px;
	text-align: center;
}

.newsSec01 .newsContent01 dd{
	min-height: 26px;
	margin: 0 0 10px 134px;
}

.newsSec01 .newsContent01 dd a{
	color: #333;
	text-decoration: none;
}

.newsSec01 .newsContent01 dd a:hover{
	text-decoration: underline;
}

			.newsSec01 .newsContent01 .newsMark01 {
				float: left;
				clear: left;
				margin: 0 20px 13px 0;
				padding: 8px 0 0;
				width: 114px;
				height: 18px;
				background: url(../img/bg_news_salon01.png);
				color: #fff;
				text-align: center;
			}
			.newsSec01 .newsContent01 .newsDate01 {
				float: left;
				margin: 0 30px 13px 0;
				padding-top: 8px;
				width: 5em;
			}
			.newsSec01 .newsContent01 .newsTxt01 {
				float: left;
				margin-bottom: 13px;
				padding-top: 8px;
				width: 560px;
			}

.areaSec01 {
	margin-top: 50px;
}

.areaSec01 > .bnrs{
	width: 620px;
	padding: 0 0 60px 0;
	margin: 0 auto;
	text-align: center;
}

.areaSec01 > .bnrs > li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 5px 8px 5px;
}

	.areaSec01 .areaContent01 {
		margin: 0 10px 0 30px;
	}
		.areaSec01 .areaContent01 li {
			float: left;
			margin: 20px 20px 0 0;
			padding: 22px 54px 0 38px;
			width: 348px;
			height: 230px;
			background: url(../img/bg_area_box01.png) no-repeat left top;
		}
			.areaSec01 .areaContent01 li .name {
				color: #784b11;
				font-size: 153.8%;
				font-weight: bold;
				text-align: center;
			}
			.areaSec01 .areaContent01 li .address {
				margin: 10px 0 0;
				font-size: 107.69%;
				line-height: 1.6;
			}
			.areaSec01 .areaContent01 li .tel {
				margin: 9px 0 0;
				line-height: 1.6;
			}
			.areaSec01 .areaContent01 li .btn {
				margin-top: 14px;
				text-align: center;
			}
				.areaSec01 .areaContent01 li .btn p {
					display: inline-block;
					*display: inline;
				}
