div.imagebox_list_page {
	width:200x;
	height:230px;
	float: left;
	margin: 5px 5px 10px 5px;
 }
 p.top_image, p.top_title, p.top_price{
    text-align: center; /* 3.中央寄せ */
    margin: 2px;        /* 4.余白・間隔 */
    width:150px;
 }
 p.top_title {
 	font-size:13px;
 	color:gray;
 }
 p.top_price {
 	font-size:11px;
 	color:gray;
 }