@charset "utf-8";

#mainContent {
	position: relative;
}

h2.salonStaff {
	margin-top: 40px;
}

ul.salonStaff {
	font-size: 1%;
	margin-top: 10px;
	height: 300px;
	width: 610px;
	overflow-y: auto;
}

ul.salonStaff li {
	display: block;
	float: left;
	width: 61px;
	height: 95px;
}

ul.salonStaff li a {
	display: block;
	margin: 7px 5px 8px 5px;
}

ul.salonStaff li a:hover {
	margin: 0px;
}

ul.salonStaff li.none a:hover {
	margin: 7px 5px 8px 5px;
}

h2.shopInfo {
	margin-top: 20px;
}

ul.shopLink {
	font-size: 1%;
	position: absolute;
	top: 20px;
	right: 0px;
}

ul.shopLink li {
	display: block;
	margin-bottom: 8px;
}

#stfWrapper {
	position: relative;
	background: #000000;
	margin: 0px auto;
	text-align: left;
	height: 325px;
	width: 650px;
}

#stfContent {
	position: absolute;
	top: -5px;
	left: -5px;
	background: #B9AE9F;
	height: 305px;
	width: 630px;
	padding: 10px;
}

#stfCntLeft {
 width: 179px;
	height: 260px;
	margin-top: 29px;
	float: left;
}

#stfCntLeft img {
	border: #FFFFFF 3px solid;
}

#stfCntRight {
	color: #FFFFFF;
	width: 450px;
	float: left;
	position: relative;
}

dl#stfClassID {
	margin-left: 15px;
}

dl#stfClassID dd {
	display: block;
	float: left;
}

dl#stfClassID dt.stfClass {
	color: #FFFFFF;
	font-weight: bold;
	font-size: small;
}

dl#stfClassID dd.stfName {
	font-size: medium;
	margin-top: 5px;
}

dl#stfClassID dd.stfNameRom {
	font-size: x-small;
	padding: 0.7em 0 0 20px;
}

dl#stfBirthday {
	display: none;
	margin-left: 15px;
	padding-top: 15px;
	font-size: x-small;
}

dl#stfBirthday dt,
dl#stfBirthday dd {
	display: block;
	float: left;
}

dl#stfBirthday dd {
	padding-left: 20px;
}

#stfCntRight p {
	height: 60px;
	width: 400px;
	font-size: 75%;
	margin-top: 15px;
	margin-left: 15px;
	line-height: 1.1em;
	overflow-x: hidden;
	overflow-y: auto;
}

#stfSc {
	background: #FFFFFF;
	height: 160px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 15px;
}

#closeBut {
	position: absolute;
	top: 2px;
	right: 0px;
}

#blogBut {
	position: absolute;
	top: 8px;
	right: 134px;
}
