@charset "UTF-8";

/* ========================================
		index.css
		author:arimoto
======================================== */

/* ----------------------------------------
		内容
---------------------------------------- */
h1{
	height:91px;
	background:url(../img/bg_header_category.jpg) no-repeat;
}

h2.tit_categoryList{
	width:266px;
	background:url(../img/tit_categoryList.gif) no-repeat;
}

.lead_txt{
	width:590px;
	margin-left:225px;
	padding-left:20px;
	border-left:1px solid #666;
}

* html .lead_txt{
	width:610px;
}

.box_categorySet{
	clear:both;
	background:#EDEDED;
	border-bottom:4px solid #FFF;
}

h4{
	width:280px;
	color:#333;
	font-size:14px;
	position:relative;
	top:15px;
	margin-left:10px;
	padding-left:5px;
	border-left:5px solid #df3232;
}

.list_products{
	display:table;
	width:540px;
	margin-left:300px;
}

.list_products li{
	padding-bottom:15px;
	margin-right:10px;
}

.txt_noItem{
	color:#333;
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-top:120px;
	margin-left:210px;
}

