@charset "utf-8";
#hairBox {
	position: relative;
	width: 667px;
	margin-bottom: 30px;
	overflow: hidden;
}

#hairBox h4 {
	clear: none;
	margin: 0px 0px 10px;
}

#hairBox ul {
	clear: both;
	margin-left: 4px;
	text-align: center;
}

#hairBox li {
	position: relative;
	float: left;
	width: 213px;
	padding: 0px 0px 5px 5px;
	margin: 0px;
	overflow: hidden;
	line-height: 0px;
}

#hairBox li p {
	height: 72px;
	width: 181px;
	padding: 10px 16px;
	font-size: 93%;
	color: #FFFFFF;
	line-height: 170%;
	text-align: justify;
	background: #999999;
	text-justify: distribute;
}

#hairBox .topImg {
	width: 646px;
	overflow: hidden;
	position: relative;
	height: 347px;
}
#hairBox .topImg p {
	height: 50px;
	width: 280px;
	background: url(none);
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-left: 27px;
}

