/*プロダクトタイトルエリア
----------------------------------------- */
#productstitlearea{
	clear:both;
	height:90px;
	width:860px;
	margin:0 0 4px 20px;
	padding:0;
	overflow:hidden;
	background-image:url("../images/title_products.gif");
	background-repeat:no-repeat;
	}
	
.productscategory{
	width:860px;
	margin:0 0 0px 20px;
	clear:both;
	}
	
.productscategory h2{
	color:white;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	background-image:url("../images/closeupnylon.jpg");
	}
	
.productbox{
	width:417px;
	padding:0 0 0px 0px;
	margin:5px;
	float:left;
	overflow:visible;
	}

.productbox h3{
	font-weight:bold;
	font-size:14px;
	margin:10px 0 7px 0;
	}
	
.productbox img{
	margin-right:0px;
	}

.productbox ul{
	margin:7px 0 0 0;
	}

.productbox li,p{
	font-size:11px;
	line-height:14px;
	margin:0 0 3px 0;
	padding:0;
	}
	
p.buy{
	margin-top:10px;
	border-top:2px dotted #b0b0b0;
	padding-bottom:20px;
	padding-top:10px;
	width:260px;
	}

.productimage{
	width:140px;
	float:left;
	margin-right:10px;
	}

.productdata{
	width:263px;
	float:left;
	}	