@charset "UTF-8";

.goods-list-title {
	background-image: url(../images/goods_img/goods_list-title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 560px;
	text-indent: -9999px;
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	overflow: hidden;
}
.goods-category-title {
	background-image: url(../images/goods_img/goods_category-title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 560px;
	text-indent: -9999px;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	overflow: hidden;
}
#main-container .entry-list {
	margin-right: 24px;
	margin-left: 28px;
	font-size: 1em;
	line-height: 1.5em;
}
.entry-list dt {
	background-image: url(../images/goods_img/goods_entry-list_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6699;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}
.entry-list dt span {
	font-size: 0.8em;
	color: #999999;
	letter-spacing: 0.1em;
	padding-left: 1em;
}
.entry-list dd {
	margin-bottom: 2em;
}
.goods-entry {
	background-image: url(../images/goods_img/goods_entry-bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
	width: 560px;
}
.goods-entry .goods-header {
	background-image: url(../images/goods_img/goods_entry-header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 20px;
	width: 560px;
}
.goods-entry .goods-header span {
	padding-top: 10px;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	color: #999999;
	letter-spacing: 0.1em;
	padding-left: 30px;
}
.goods-entry .entry-title {
	background-image: url(../images/goods_img/goods_entry-list_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 30px;
	margin-left: 30px;
	padding-left: 16px;
	font-size: 1.5em;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6699;
	line-height: 1.2em;
	color: #333333;
}
.goods-entry .entry-body {
	font-size: 1em;
	line-height: 1.5em;
	color: #333333;
	margin-right: 30px;
	margin-left: 30px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6699;
}
.goods-entry .goods-footer {
	background-image: url(../images/goods_img/goods_entry-footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
	width: 560px;
}
.goods-entry .goods-footer ul {
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: center;
	padding-top: 5px;
}
.goods-entry .goods-footer li {
	display: inline;
	margin-left: 5px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
.goods-entry .goods-footer .border-none {
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.entry-body dl {
	font-size: 1em;
	line-height: 1.3em;
	clear: both;
}
.entry-body dt {
	width: 6.5em;
	text-align: right;
	font-weight: bold;
	color: #666666;
}
.entry-body dd {
	padding-left: 6.5em;
	margin-top: -1.3em;
	margin-bottom: 0.5em;
}
.entry-body dd ul {
	list-style-type: square;
	padding-left: 1.5em;
}
