/* CSS Document */



/*取扱商品一覧*/
div.products_list{
	float:left;
	width:400px;
	padding:5px;
	margin-right:15px;
	border:#CCCCCC solid 1px;
	margin-bottom:15px;
}

div.products_list_right{
	float:left;
	clear:right;
	width:400px;
	padding:5px;
	border:#CCCCCC solid 1px;
	margin-bottom:15px;
}

ul.ul_products {
	margin:10px 0px; 
	padding:0 ;
	}
	
ul.ul_products li {
	margin:2px 0 0 0 ;
	line-height:1.1em;
	font-size:90%;
	}
	
p.icon_photo {
	float:left;
	width:100px;
	height:100px;
	margin: 10px 20px 50px 0px;
	}
h3.category_name {
	width:390px;
	height:26px;
	padding-left:10px;
	line-height:26px;
	background-image: url(../img/img_bg_category_name.jpg);
	background-repeat: no-repeat;
	}
a.detail {
	font-size:90%;
	line-height:1.5em;
}

/*取扱商品分類のページ*/

h2.category_page_title {
	float:left;
	width:830px;
	height:40px;
	padding-left:10px;
	line-height:40px;
	background-image: url(../img/img_bg_page_title_h2_840.jpg);
	background-repeat: no-repeat;
}
ul#products_links {
	margin-left:30px;
	margin-top:10px;
	float:left;
	}

ul#products_links li {
	list-style-type:none;
	background-image:url(../img/img_list_blue_tri.gif);
	background-repeat:no-repeat;
	padding: 5px 0 5px 15px;
	background-position:left 8px;
}

ul#products_links:after{
	display: block;
	clear:both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
	}

dl#category_summary {
	width:820px;
	padding:10px;
	display:inline-block;
}

dl#category_summary dt {
	float:left;
	margin:10px 10px 0 0;
	padding:5px;
}

dl#category_summary dd {
	margin:10px 0 0 180px;
	padding:5px;
	line-height:1.5em;

}

dl#category_summary:after{
	display: block;
	clear:both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
	}
	
h3.item_name {
	float:left;
	width:830px;
	height:30px;
	padding-left:10px;
	line-height:40px;
	font-size:120%;
	font-weight:600;
	line-height:30px;
	border: 1px solid #CCCCCC;
	margin-top:10px;
	}