body {
	background: none;
	margin: 0px;
}
#contents {
	margin: 0px auto;
	width: 580px;
	float: none;
	font-size: 12px;
}
#contents table {
	margin-bottom: 20px;
	border-top: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
}

#contents table th  {
	padding: 4px;
	background: #FBF9F6;
	padding: 4px 5px;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}
#contents table td {
	background: #FFF;
	padding: 4px 5px;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}
#contents table td p {
	margin: 0px 0px 5px;
}
#contents table td p.price_stock {
	font-weight: bold;
	color: #B93E3E;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
#contents table td p.regular_price_stock {
	text-align: center;
	text-decoration: line-through;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
}
#contents table td p.d_stock {

}
#contents table td p.discount_rate_stock {
	color: #FFF;
	background: #EEA9C2;
	font: bold 10px/1.4em Verdana, Geneva, sans-serif;
	text-align: center;
}
#contents p.close {
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	height: 24px;
	width: 80px;
	margin: 0px auto;
	line-height: 24px;
	border: 1px solid #E16A94;
}
#contents p.close a {
	text-decoration: none;
	display: block;
	height: 100%;
	background: #F7F7F0;
}
#contents p.close a:hover {
	background: #E16A94;
	color: #FFF;
}
