.pankuzu{
	font-weight:bold;
	margin:5px;
	font-size: 14px;
}
	
.pankuzu a{
	font-weight:normal;
}
.category_title {
	background-color: #d97138;
	width: 726px;
}
.category_title h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
}
.sort {
	text-align:right;
	margin-bottom:5px;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 10px;
}
.sort span,strong {
	padding:0px 7px;
}
.pagenavi {
	margin:10px 0;
	font-size: 14px;
}
.pagenavi span {
	padding:0px 7px;
	color: #000;
}
table {
	font-size:100%;
}
pre,code,kbd,samp,tt{ font-family:monospace;*font-size:108%;line-height:100%; }
table {
	border-collapse:collapse;
	border-spacing:0;
}
table.list {
	width: 726px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d97138;
	border-bottom-color: #d97138;
}

table.list td {padding:10px 5px;}

/* 商品の名前 */
table.list div.name {
	margin-right:100px;
}

/* 商品の値段 */
table.list div.price {
	width:150px;
	float:right;
	text-align:right;
	color: #000;
}
/* 商品の簡易説明 */
table.list {margin-top:10px;}
table.box {
	width: 726px;
	margin-top: 20px;
	margin-bottom: 20px;
	}