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

/* メイン部分 */
#top {
	width: 100%;
	height: 200px;
	margin: 0 auto;
	position: relative;
	z-index: 101;
	overflow: hidden;
	background:url(../img/salon/top.png) no-repeat;
	background-position:center;
}
/* indexヘッダー部分 */
#hedder {
	width: 100%;
	height: 120px;
	position: absolute;
	left: -3px;
	top: -7px;
	z-index: 98;
}
.in_box {
	width: 900px;
	height: 120px;
	margin: 0 auto;
}
.in_rogo {
	width: 220px;
	height: 200px;
	float: left;
}
.in_h {
	width: auto;
	height: 15px;
	float: left;
	margin: 10px 0 0 10px;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	letter-spacing: 0.1em;
	color: #FFF;
}

/* 内容部分 */
#wrap {
	width: 900px;
	height: 1027px;/* #main ＋ 150px*/
	margin:0 auto;
}
#main {
	width: 680px;
	height: auto;
	float: left;
	margin-top: 35px;
	letter-spacing: 0.1em;
}
#title{
	width:680px;
	height:26px;
	float:left;
	font-size:0;
	background:url(../img/salon/salon_ti.gif) no-repeat;
	border-bottom: 1px solid #FFF;
}
#box{
	width:696px;
	height:631px;
	float:left;
	margin-top:35px;
}

/* サロン */
#salon_main{
	width:680px;
	height:290px;
	float:left;
	margin-top:20px;
	border-bottom:1px dashed #fff;
}
#salon_main_o{
	width:700px;
	height:155px;
	float:left;
	margin-top:20px;
	text-align:left;
}
#salon_main_o img{
	margin-right:20px;
}
.s_m1{
	width:450px;
	height:270px;
	float:left;
}
.s_m2{
	width:450px;
	height:270px;
	float: right;
}
.s_s1{
	width:210px;
	height:125px;
	float:right;
}
.s_s2{
	width:210px;
	height:125px;
	float:right;
	margin-top:20px;
}
.s_s3{
	width:210px;
	height:125px;
	float: left;
}
.s_s4{
	width:210px;
	height:125px;
	float: left;
	margin-top:20px;
}


/* パンくず */
.fp{
	width:680px;
	height:auto;
	float:left;
	margin-top:10px;
	font-size:10px;
	text-align:left;
	color:#FFF;
}