@charset "utf-8";
@import url("common.css");
@import url("shop_common.css");

#leftArea #shoppingArea{
	width: 500px;
}
#leftArea #shoppingArea h1{
}
div.productArea{
	width: 480px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	margin-bottom: 20px;
}
div.leftProduct{
	width: 225px;
	float: left;
}
div.rightProduct{
	width: 225px;
	float: right;
}
table.pd{
	width: 225px;
}
table.pd td p{
	width: 225px;
	margin-top: 10px;
}
table.pd tr td.top{
	color: #93C635;
	font-weight: bold;
	line-height: 100%;
	padding-bottom: 5px;

}
table.pd td.img{
	width: 80px;
}
table.pd td table{
	margin-left: 10px;
	width: 135px;
}
table.pd td table td{
	line-height: 150%;
}

table.pd td table td img{
	margin-right: 5px;
}
table.pd td table td ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
table.pd td table td ul li{
	list-style-type: none;
	font-size: 80%;
	padding-left: 14px;
	line-height: 170%;
}
table.pd td table td ul li a{
	color: #93938d;
}
table.pd td table td ul li.net{
	background-image: url(mall/images/button_g.gif);
	background-repeat: no-repeat;
	background-position: left;
}
table.pd td table td ul li.bun{
	background-image: url(mall/images/button_o.gif);
	background-repeat: no-repeat;
	background-position: left;
}
div.text{
}
