#ranking {
	margin-bottom: 15px;
	width: 650px;
	text-align: center;
	line-height: 1.4em;
}
#ranking img {
	margin-right: auto;
	margin-left: auto;
}
#ranking .price {
	font-size: 22px;
	font-weight: bold;
	color: #FF0000;
}



#ranking .rank1 {
	background-image: url(/img/top/rank_01bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 340px;
	width: 220px;
}
#ranking .rank1 div {
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 60px;
}

#ranking .rank2 {
	background-image: url(/img/top/rank02bg.jpg);
	background-repeat: no-repeat;
	height: 340px;
	width: 210px;
	float: left;
}
#ranking .rank2 div {
	padding-top: 60px;
	padding-right: 20px;
	padding-left: 20px;
}

#ranking .rank3 {
	background-image: url(/img/top/rank03bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 340px;
	width: 220px;
}
#ranking .rank3 div {
	padding-top: 60px;
	padding-right: 30px;
	padding-left: 20px;
}
#new_item {
	padding-right: 10px;
	padding-left: 10px;
}

.new_article {
	width: 194px;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
}

#new_item .photo_area {
	float: left;
	width: 88px;
	margin-bottom: 5px;
}
#new_item .icon_new {
	float: left;
	margin-right: 3px;
}

#new_item .title {
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 5px;
}
#new_item .comment {
	clear: both;
	line-height: 1.4em;
}
.unitEntry_t {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-image: url(/img/common/dot_line03.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}