@charset "utf-8";

/* ------------------------------------------------------- */
/* /products/                                              */
/*-------------------------------------------------------- */



/* 製品一覧(配列用) ---------------------------------------- */
ul.productsLayoutList{
	overflow: hidden;
}
ul.productsLayoutList li.pl{
	float:left;
	width:300px;
	background: #F6F6F6 url(../img/products/bg_products_list.gif) no-repeat left bottom;
	margin-bottom:35px;
	height:360px;
	text-align:center;
}
ul.productsLayoutList li.dboard{
	height:250px;
}
ul.productsLayoutList li img{
}

ul.productsLayoutList li.cl{
	clear:both;
}
ul.productsLayoutList li.c{
	margin-left:10px;
	margin-right:10px;
}
ul.productsLayoutList li h3{
	margin-bottom:5px;
	background:url(../img/common/bg_h3_min.gif) no-repeat;
	font-size:14px;
	padding:7px 3px 0px 12px;
	height:40px;
	color:#333;
	clear:both;
}

/* 製品一覧(商品用) ---------------------------------------- */
ul.productsList{
	border-top:solid 1px #ddd;
/*	border:solid 1px #ddd; */
	margin-top:0px;
}
ul.productsList li{
	padding-bottom:1px;
	/* margin-bottom:4px; */
/*	float:left; */
	margin-bottom:2px;
	background:url(../img/products/bg_menu_arrow.gif) no-repeat 3px 5px;
	border-bottom:solid 1px #ddd;
	padding:3px 0px 3px 20px;
/* width:210px; */
}
ul.productsList li.ls{
/*	margin-right:12px; */
}
ul.productsList li:hover{
}

ul.productsList li img{
/* 	float:left; 
	margin-right:5px;
	width:60px;
	height:60px;
	border:solid 1px #aaa; 
*/
}
ul.productsList li a{
	font-size:10pt;
/*	display:block; */
/*	overflow: hidden;	 */
/*	border:solid 1px #edd;  */
/* 	background:#fffbfb;* /
/*	height:100%; */

}

/*
ul.productsList li a:hover{
	border:solid 1px #cc2222;	
	background:#fff5f5;
	text-decoration:none;
}
*/
ul.productsList li img:hover{
/*	border:solid 1px #c33; */
}

.categoryLink {  
	clear:both;
	text-align:left;
	padding-right:15px;
	margin-bottom:25px;
	margin-top:10px;
	margin-left:5px;
}  


