@charset "utf-8";
/*contents*/


div#news {
	float: left;
	width: 200px;
	text-align: left;
}
div#info {
	float: right;
	width: 465px;
}
h2#news {
	line-height: 26px;
	background-image: url(img/title_news.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	height: 26px;
	width: 200px;
	margin-bottom: 10px;
}
h2#info {
	background-image: url(img/title_info.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	height: 26px;
	width: 465px;
	margin-bottom: 10px;
	line-height: 26px;
}
dl#news {
	background-color: #FFF7F9;
}

#news dt {
	font-weight: bold;
	color: #720000;
}
#news dd {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
div#infoleft {
	float: left;
	width: 280px;
}
div#inforight {
	float: right;
}
table#info {
	text-align: left;
	width: 460px;
}
#info td {
	font-size: 11px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
td#title {
	font-weight: bold;
	color: #720000;
	width: 230px;
}
td#top_price {
	text-align: right;
	padding-right: 10px;
	margin-right: 10px;
}
img#order {
	margin-top: 50px;
}
