@charset "utf-8";
/* CSS Document */

.topic {
	width: 540px;
	font-size: 12px;
	text-align: left;
	list-style-type: none;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
	margin: 0px;
	color: #999;
}
.order {
	background-image: url(order_area.jpg);
	height: 103px;
	width: 850px;
}
.date {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	color: #FFF;
}
.name {
	font-size: 18px;
	font-weight: bold;
	color: #3CC;
}

a {
	font-size: 12px;
	font-weight: bold;
	color: #F93;
}
.price {
	font-size: 16px;
	color: #CC6;
	font-weight: bold;
}
.normal {
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
}


.free {
	background-attachment: fixed;
	background-image: url(back.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
