/* 検索全体 商品一覧と同一内容*/
.itemlist_image {
	width:150px;
	float:left;
	text-align:center;
}

.itemlist_text {
	width:283px;
	margin:0 10px;
	float:left;
	font-size:14px;
}

.itemlist_price {
	width:164px;
	float:right;
	color:#CC0000;
	font-size:medium;
	font-weight:bold;
}

hr .itemlist {
	margin:3px 0 3px 0;
   border-width:1px 0 0 0;
   height:1px;/* for IE6 */
   clear:both;/* for IE6 */
}

.zenshouhinsuu {
color:#c00;
font-size:20px;
font-weight:bold;
}
.narabijun {
color:#c00;
font-size:16px;
font-weight:bold;
}
.futoji {
font-weight:bold;
}
.soldout {
font-size:13px;
color:#444444;
font-weight:normal
}