@CHARSET "utf-8";
p{
	color:#000000;
	font-size:14px;
	line-height:1.3em;
}

p.maintxt{
	color:#504836;
	font-size:14px;
	line-height:1.5em;
}
p.caution{
	color:#504836;
	font-size:12px;
	padding-top:8px;
}

#middle{
	width:900px;
	padding-left:30px;
	padding-bottom:50px;/*footer 固定用*/
	color:#68574b;
}

#middle h2 img{
	margin-top:20px;
	margin-bottom:50px;
}
#middle h3{
	color:#000000;
	background-image:url("../imgs/stuffs/rect_stuffs.png");
	background-repeat:no-repeat;
	background-position-y:2px;
	padding-left:15px;
	margin-top:10px;
	font-size:18px;
}

#middle table{
	font-size:14px;
	margin-top:50px;
	width:897px;
	border-top:1px solid #ede8e2;
	border-left:1px solid #ede8e2;
	border-right:1px solid #ede8e2;
	border-bottom:1px solid #ede8e2;
}
#middle table tr{
	height:150px;
	border-bottom:1px solid #ede8e2;
}
#middle table td{
	vertical-align:top;
}
#middle table tr.beauty th{
	background-image:url("../imgs/stuffs/title_beauty.png");
	background-repeat:no-repeat;
}

#middle table tr.beauty td{
	background-image:url("../imgs/stuffs/body_beauty.png");
	background-repeat:no-repeat;
}

#middle table tr.sundries th{
	background-image:url("../imgs/stuffs/title_sundries.png");
	background-repeat:no-repeat;
}
#middle table tr.sundries td{
	background-image:url("../imgs/stuffs/body_sundries.png");
	background-repeat:no-repeat;
}

#middle table tr.clothing th{
	background-image:url("../imgs/stuffs/title_clothing.png");
	background-repeat:no-repeat;
}
#middle table tr.clothing td{
	background-image:url("../imgs/stuffs/body_clothing.png");
	background-repeat:no-repeat;
}

#middle table tr.kitchen th{
	background-image:url("../imgs/stuffs/title_kitchen.png");
	background-repeat:no-repeat;
}
#middle table tr.kitchen td{
	background-image:url("../imgs/stuffs/body_kitchen.png");
	background-repeat:no-repeat;
}

#middle table tr.beauty th img,#middle table tr.sundries th img,#middle table tr.clothing th img,#middle table tr.kitchen th img{
	padding-left:55px;
}

#middle table tr.sales{
	background-image:url("../imgs/stuffs/tableBg.png");
	background-repeat:no-repeat;
}
#middle table tr.sales td{
}

#middle table th{
	text-align:center;
}
#middle table th{
	border-right:1px solid #ede8e2;
	width:299px;
}
#middle table td{
	width:583px;
}

/*----right description*/

#middle ul{
	margin-left:15px;
}

#middle ul li{
	color:#7b7568;
	font-size:13px;
	float:left;
	list-style:disc;
	list-style-position:inside;
}
#middle ul li.others{
	list-style:none;
}

/**********beauty*/

#middle table tr.beauty p{
	color:#7b7568;
	padding-top:5px;
	padding-left:15px;
}
#middle ul.beautyline{
	padding-top:5px;
}
#middle ul.beautyline li{
	width:140px;
}

/**********sundries*/

#middle ul.sundriesline{
	padding-top:3px;
}
#middle ul.sundriesline li{
	width:110px;
}
#middle ul.sundriesline li.wide{
	width:180px;
}
#middle ul.sundriesline li.widest{
	width:220px;
}
#middle ul.sundriesline li.sunOther{
	width:570px;
	text-align:right;
	padding-bottom:5px;
}
/**********clothing*/
#middle ul.clothingline{
	padding-top:3px;
}
#middle ul.clothingline li{
	width:110px;
}
#middle ul.clothingline li.wide{
	width:220px;
}
#middle ul.clothingline li.midium{
	width:160px;
}
/**********kitchen*/
#middle ul.kitchenline{
	padding-top:3px;
}
#middle ul.kitchenline li{
	width:110px;
}
#middle ul.kitchenline li.wide{
	width:180px;
}
#middle ul.kitchenline li.midium{
	width:150px;
}

/**********sales*/
#middle tr.sales td{
	vertical-align:middle;
	text-align:left;
	padding-left:15px;
}
#middle tr.sales td p{
	color:#7b7568;
	margin-bottom:17px;
}

