/*====================================
               COMMON
=====================================*/

#content_staff {
	position: relative;
	z-index: 500;
	width: 950px;
	height: 515px;
	padding-top: 25px;
	background: url(img/bg_perm.jpg) no-repeat;
}

#content_color {
	position: relative;
	z-index: 500;
	width: 950px;
	height: 515px;
	padding-top: 25px;
	background: url(img/bg_color.jpg) no-repeat;
}

#content_esthe {
	position: relative;
	z-index: 500;
	width: 950px;
	height: 515px;
	padding-top: 25px;
	background: url(img/bg_esthe.jpg) no-repeat;
}

* html #content_staff,
* html #content_color,
* html #content_esthe
 {
	height: 540px;	
}

h2 {
	padding: 25px 0 0 40px;
}

h3 {
	padding: 20px 0 0 040px;
	margin-bottom: 30px;
}

#permbox {
	padding-left: 70px;
	line-height: 130%;
}

#permbox dl {

}

#permbox dl dt {
	width: 180px;
	float: left;
	margin-right: 40px;
}

#permbox dl dd {
	width: 550px;
	float: left;
	font-size: 92%;
}

#permbox dl dd .txt {
	margin-bottom: 5px;
}

#colorbox {
	width: 800px;
	margin-left: 40px;
}

#colorbox .left {
	width: 180px;
	float: left;
	margin-right: 40px;
}

#colorbox .center {
	width: 350px;
	float: left;
	font-size: 92%;
	line-height: 140%;
}

#colorbox .right {
	width: 182px;
	float: right;
}

#colorbox .center .maintxt {
	margin-bottom: 10px;
}

#colorbox .center dl {
	width: 370px;
	margin-bottom: 15px;

}

#colorbox .center dl dt {
	width: 78px;
	float: left;
}

#colorbox .center dl dd {
	width: 286px;
	float: right;
}

#colorbox  p {
	margin-bottom: 10px;
}

#esthebox {
	width: 815px;
	margin-left: 40px;
}

#esthebox h3 {
	margin-bottom: 15px;
	padding: 20px 0 0 0;
}

#esthebox .left {
	width: 447px;
	float: left; 
}

#esthebox .left p {
	margin-bottom: 30px;
}

#esthebox .right {
	width: 325px;
	float: right;
}

#esthebox .right .head {
	margin: 20px 0;
}

#esthebox .right dl {
	width: 330px;
	margin-bottom: 20px;
}

#esthebox .right dl dt {
	width: 95px;
	float: left;
}

#esthebox .right dl dd {
	width: 226px;
	float: right;
}

#esthebox .right .a_right {
	text-align: right;
}

#colorbox  p.name {
	margin-bottom: 5px;
}

/*====================================
               CLEARFIX
=====================================*/

.group:after,
#permbox dl:after,
#colorbox:after,
#colorbox .center dl:after,
#esthebox:after,
#esthebox .right dl:after

{
	content: ".";
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
}

.group,
#permbox dl,
#colorbox,
#colorbox .center dl,
#esthebox,
#esthebox .right dl
{
	display: inline-block;
}

/*\*/
* html .group,
* html #permbox dl,
* html #colorbox,
* html #colorbox .center dl,
* html #esthebox,
* html #esthebox .right dl
{
	height: 1%;
}

.group,
#permbox dl,
#colorbox,
#colorbox .center dl,
#esthebox,
#esthebox .right dl
{
	display: block;
}
