@charset "utf-8";
#catch {
	width: 370px;
	float: left;
	line-height: 1.5em;
	margin-bottom: 30px;
}
#cooling {
	width: 160px;
	height: 220px;
	float: right;
	margin-bottom: 30px;
	background: url(images/bg_cooling.gif) no-repeat;
}
#cooling p {
	line-height: 1.3em;
	padding: 5px 5px 0 5px;
}
#new {
	clear: both;
	margin-bottom: 50px;
}
#new dl {
	height: 100px;
	padding: 10px;
	overflow: auto;
}
#new dl dt {
	font-weight: bold;
	color: #21B34B;
	background: url(images/new_allow.gif) no-repeat left center;
	padding-left: 12px;
	line-height: 1.3em;
}
#new dl dd {
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom: 1px dotted #CCCCCC;
}
.img_main {
	margin-bottom: 15px;
}