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

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/back01.png);
	background-repeat: repeat-x;
}


#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: 20px;
}
#top_img {
	height: 400px;
	width: 1000px;
	border-radius: 5px;
	border: 1px solid #E7E7E7;
	box-shadow: 0px 0px 4px 0px #BBD5E6;
	background-color: #FFF;
}
#main {
	height: 2200px;
}
#side {
	width: 210px;
	float: left;
	height: 1200px;
}
#center {
	float: left;
	height: 2150px;
	width: 765px;
	border-radius: 5px;
	border: 1px solid #E7E7E7;
	box-shadow: 0px 0px 4px 0px #BBD5E6;
	line-height: normal;
	background-color: #FFF;
}
#side2 {
	float: right;
	height: 1200px;
	width: 200px;
}
#sb a {
	padding-left: 30px;
	font-size: 12px;
	line-height: 3.8em;
	color: #333;
	text-decoration: none;
}
#contents {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	padding-top: 20px;
	height: 1950px;
}
#salon_box {
	height: auto;
	padding-bottom: 30px;
}
#salon_name {
	height: 60px;
	font-size: 18px;
	line-height: 2.8em;
	padding-left: 15px;
	background-image: url(../img/line_back.png);
	background-repeat: repeat-x;
	color: #3A669A;
}
.data {
	margin-bottom:20px;
}
.data dl {
	position:relative;
}
.data dl dt {
	position: absolute;
	left: 0;
	clear: both;
	width: 150px;
	padding: 5px 0 5px 10px;
	float: left;
	line-height: 1.6em;
	font-size: 13px;
	color: #3D4556;
}
.data dl dd {
	border-bottom:dotted 1px #CCCCCC;
	line-height:1.6em;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 170px;
}
#salon_map {
	height: 380px;
	border: 10px solid #E1E0DE;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#salon_img {
	height: 500px;
}
#p_text01 {
	height: 30px;
	padding-top: 10px;
	padding-left: 20px;
	color: #2F886B;
}
