@charset "UTF-8";

@import "base.css";

#main_img {
	margin-bottom: 10px;
}

#recommend {
	background: url(../img/bg_recommend.gif) no-repeat left bottom;
	padding: 0 4px 115px 20px;
	width: 522px;
	margin-bottom: 20px;
}
#recommend li {
	float: left;
	margin-right: 16px;
	margin-bottom: 15px;
	width: 158px;
	list-style: none;
}
#recommend li img {
	display: block;
	width: 148px;
	height: 110px;
	background: #fff;
	padding: 4px;
	border: solid 1px #dfdbd4;
	margin-bottom: 1px;
}
#recommend li p {
	border: solid 1px #dfdbd4;
	background: #f9f8f6 url(../img/arrow_recommend.gif) no-repeat left center;
	padding: 8px 20px 8px 20px;
	text-align: center;
}
#recommend li p span {
	display: block;
}

div#info {
	background: url(../img/bg_info.gif);
	margin-bottom: 50px;
	padding-bottom: 8px;
}
div#update {
	background: #fff;
	margin: 0 8px;
	padding: 10px 20px 10px 12px;
	height: 160px;
	overflow: auto;
}
div#info p {
	padding-bottom: 4px;
	margin-bottom: 6px;
	background: url(../img/bg_line.gif) no-repeat left bottom;
}