#contents div.est {
	clear: both;
	position: relative;
	margin: 30px 0 0px;
	height: 100px;
	overflow: hidden;
}

#contents div.est h2 {
	position: absolute;
	color: #ffffff;
	font-size: 38px;
	margin: 0;
	padding: 10px 30px;
	word-spacing: 20px;
	border: none;
	right: 0px;
	bottom: 0px;
	z-index: 3;
}

#contents h3 {
	font-size: 18px;
	font-weight: bold;
}

#contents div.est img {
	position:absolute;
	bottom: 0px;
}

#contents dl {
	clear: both;
}

#contents dl dd {
	float: left;
	width: 440px;
	padding: 20px 10px 10px 0px;
	text-align: center;
	font-size: 16px;
}	

#contents dl dd .equip-box {
	text-align: left;
	padding-left: 30px;
}

#contents dl dt {
	clear: both;
	padding: 20px 10px 10px 10px;
}

#contents dl dt.left {
	float: left;
}

#contents dl dt.right {
	float: right;
}