/*検索結果・商品一覧のCSS*/

img{
margin:0px;
}

.main_item_area{
 width:800px;
 margin:10px auto 5px auto;
}

/*IE6用*/
* html .item_area{
	width:130px;
	height:280px;
	float:left;
	text-align:center;
	margin:0 4px 25px 4px;
	padding: 8px 8px 8px 8px;
	display:inline;
	border: 1px solid #FFFFFF;
	background-image:url(/contents/pc/images/kadomaru_top.gif);
	background-repeat:no-repeat;
}


.item_area{
	width:130px;
	height:280px;
	float:left;
	text-align:center;
	margin:0 6px 25px 6px;
	padding: 8px 8px 8px 8px;
	display:inline;
	border: 1px solid #FFFFFF;
	background-image:url(/contents/pc/images/kadomaru_top.gif);
	background-repeat:no-repeat;
}


.item_area:hover{
text-decoration:none;
border: 1px solid #FFFFFF;
	background-image:url(/contents/pc/images/kadomaru_top_on.gif);
	background-repeat:no-repeat;
}


* html .brand_logo{
	height:21px;
	margin:0 0 2px 0;
	padding:2px 0 2px 0;
	width: 100%;
	background-color: #FFFFFF;
}


.brand_logo{
	height:28px;
	margin:0 0 2px 0;
	width: 100%;
	background-color: #FFFFFF;
}

.new_soldout{
	height:13px;
	width:131px;
	text-align:center;
	margin:2px auto 2px auto;
}

* html .item_link{
 height:145px;
 width:100%;
 margin:0px auto 0 auto;
 background: #ffffff;
}


.item_link{
 height:150px;
 width:100%;
 margin:2px auto 0 auto;
 background: #ffffff;
}

.item_link a{
 width:100%;
 height:100%;
 display:block;
 text-decoration:none;
 color:#999999;
}

/*
.item_link a:hover{
 background:#EE029D;
 text-decoration:none;
}
*/
.sort_area{
 width:800px;
 text-align:right;
 margin:5px 0 0 0;
}

/*MAC Safari用*/
html* .item_name {
	width:100%;
	font-size:11px;
	line-height:11px;
	letter-spacing:0px;
	color:#444;
	text-align: left;
	padding: 2px 0 2px 0;
	margin:0 auto 0 auto;
	height: 26px;
}

/*IE6用*/
* html .item_name{
	width:100%;
	font-size:11px;
	letter-spacing:0px;
	color:#444;
	text-align: left;
	padding: 2px 0 2px 0;
	margin:0 auto 0 auto;
	height: 20px;
}


.item_name{
	width:100%;
	font-size:11px;
	line-height:11px;
	letter-spacing:0px;
	color:#444;
	text-align: left;
	padding: 2px 0 0 0;
	height: 32px;
}

/*値段とカラーのテーブル*/
.item_pricecolortable {margin:0 0 0 0;}

/*カラーのテーブル*/
.item_colortable {margin:1px 0 0 0;}

.item_price{
 text-align:left;
 font-size:10px;
 font-weight:bold;
 line-height:5px;
 letter-spacing:1px;
 color:#444;
}

.item_rtail_price{
 color:#999;
 text-decoration:line-through;
}

.item_sale_price{
	color:#ff0000;
	font-size: 12px;
	font-weight:bold;
	line-height:10px;
	letter-spacing:1px;
}



.item_pop{
	width:100%;
	font-size:10px;
	letter-spacing:0px;
	color:#EE029D;
	text-align: left;
	line-height:10px;
	margin-top:2px;
}

.sort_btn{
 width:80px;
 height:20px;
 text-align:center;
 border:1px solid #cccccc;
 margin:3px;
 float:right;
 line-height:20px;
 letter-spacing:1px;
 font-size:12px;
 display:inline;
}

.sort_btn a{
 width:100%;
 height:100%;
 display:block;
 text-decoration:none;
 color:#999999;
}

.sort_btn a:hover{
	background:#2F4F4F;
	color:#ffffff;
	text-decoration:none;
}
