@charset "UTF-8";
/* CSS Document */

.section p {
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.name {
	background-image: url(../img/common/arrow_p.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 15px;
	padding-left: 20px;
	display: block;
	margin-left: -10px;
	color: #EC2C8C;
}
.tb   {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
}
.tb tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	font-size: 12px;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 10px;
}
.price  {
	background-image: url(../img/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	color: #FDF140;
	padding-left: 15px;
}
