
#content-detail-area {
	float: left;
	width: 558px;
	background-image: url(../../images/common/bg_detail.jpg);
}

#content-detail {
	width: 558px;
	background-image: url(../../images/common/bg_detail-top.jpg);
	background-repeat: no-repeat;
	float: left;
}

#content-detail .detail {
	width: 558px;
	margin-bottom: 30px;
	float: left;
}

#content-detail .detail .detailtext {
	width: 500px;
	background-color:#1e1e1e;
	margin-top:40px;
	margin-left:29px;
}

#content-detail .detail .detailtext p.address {
	color:#b9b8b8;
	font-size:12px;
	line-height: 16px;
	padding:20px;
}

#content-detail .detail .detailtext p.mail {
	color:#b9b8b8;
	font-size:12px;
	line-height: 16px;
	padding:0 20px 20px 20px;
}

p.space {
    height:300px;
}



