/* CSS Document */

.kuchikomi-img {
	margin-bottom: 8px;
	width: 588px;
	text-align: center;
}



/*--
genre-box ----------*/
div#genre-box {
	margin-top: 4px;
	margin-bottom: 14px;
	padding-top: 8px;
	padding-left: 4px;
	width: 584px;
	height: 360px;
	font-size: 12px;
}
* html div#genre-box {
	padding-bottom: 8px;
	height: 100%;
}
div#genre-box span {
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	float: left;
}


/*--
point_get_box ----------*/
div#point-get-box {
	margin-top: 8px;
	margin-bottom: 18px;
	clear: both;
}
div#point-get-box li {
	padding-bottom: 5px;
	padding-left: 30px;
	border-bottom: 1px solid #FFFFFF;
	line-height: 1.4em;
	background: url(../images/common/icon_footprint_h15.gif) no-repeat 10px 7px;
	background-color: #DDDDDD;
	font-size: 12px;
}
div#point-get-box .point-info {
	margin-right: 5px;
	margin-left: 10px;
	position: relative;
	top: 3px;
}





#review-new-box {
	margin-top: 4px;
	margin-bottom: 8px;
	padding-top: 9px;
	padding-bottom: 14px;
	width: 588px;
}
#review-new-box table {
	margin-bottom: 3px;
	border-collapse: collapse;
	width: 100%;
	height: 60px;
	background-image: url(../images/top/bg_reviewlist.gif);
	background-repeat: no-repeat;
}
#review-new-box th {
	padding-left: 0px;
	width: 54px;
	text-align: center;
}
#review-new-box td {
	padding: 0px 10px 0px 10px;	
}
.right-text {
	margin-left: 30px;
}
.right-text img {
	position: relative;
	top: 5px;
}



