.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;
	}

/*商品詳細*/	
#syouhinimg {
	text-align: center;
	display: block;
	width: 726px;
	margin-bottom: 20px;
}
#syouhintxt {
	width: 716px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 140%;
	color: #030;
}
#syouhintxt p {
	font-size: 14px;
	line-height: 140%;
	color: #030;
	margin: 0px;
	padding: 0px;
}
#syouhinp_ta {
	width: 716px;
	margin-left: 10px;
	margin-top: 20px;
}
/* ------------------------------------- 
 *	商品のスペック表
 * ------------------------------------- */

table.spec {
	background:#CCC;/*商品価格表-罫線の色*/
	width:100%;
}

table.spec th {
	background:#EFEFEF;/*商品価格表右側セルの背景色*/
	padding:5px;
	width:100px;
	color:#333;/*商品価格表右側セルの文字色*/
	font-weight:normal;
	text-align:left;
}

table.spec td {
	background:#FFF;/*商品価格表左側セルの背景色*/
	padding:5px;
}

table.spec table.num td {padding:0px;}

table.spec td.sales {
	color:#A89D23;/*商品価格表-販売価格の文字色*/
	font-weight:bolder;
}

/* 「カートに入れる」ボタン */
div.cart_in {
	margin-top:10px;
	margin-left: 110px;
}
div.syouhinetc {
	margin-top:10px;
	margin-bottom: 10px;
	line-height: 160%;
}
/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

div.tb {margin-bottom:20px;}

div.tb div.title {
	color:#7C8972;
	font-size:14px;
	background-position:left;
	border-bottom:2px dotted #7C8972;
	padding-left:15px;
	margin-bottom:10px;
}

/*ベージュの背景色エリア*/
div.area_bg {
	background:#F6F1E6;
	margin:0px 10px 0px 10px;
}

/*トラックバック本文レイアウト*/
div.tb div.tb_area {
	padding:10px 15px 15px 15px;
}

div.tb div.tb_area span {
	font-size:10px;
	color:#7C8972;
	margin-right:30px; 
}

div.tb div.tb_area p.tb_title {
	border-top:1px dotted #7C8972;
	font-weight:bolder;
	padding:5px 0;
}