body {
	margin: 0px auto;
	background-attachment: fixed;
	background-image: url(resource/back_01.jpg);
	background-repeat: repeat-x;
	background-color: #11100C;
}
.back {
	background-attachment: fixed;
	background-image: url(resource/back_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	height: 70px;
	width: 680px;
	clear: both;
}
#contents {
	margin: 0px;
	width: 680px;
	height: 1020px;
	background-image: url(order/back.jpg);
}
.top {
	background-image: url(order/order_top.jpg);
	height: 500px;
	width: 680px;
	background-repeat: no-repeat;
}
.goods_top {
	margin: 230px 0px 0px 90px;
	float: left;
	text-align: left;
	height: 260px;
}
.doramacd {
	margin: 20px 0px 0px 75px;
	float: left;
	text-align: left;
}
.name {
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
}
.name02 {
	font-size: 17px;
	font-weight: bold;
	color: #0000FF;
}
.info {
	margin-top: 15px;
}
.date {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	vertical-align: text-top;
}
.normal {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 12px;
}
.price {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 5px;
	padding-top: 5px;
}
.shop02 a {
	display:block;
	width:147px;
	height:30px;
	background:url(order/go_order.gif) no-repeat right top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	margin-top: 5px;
}
.shop02 a:hover {
background-position:right bottom;
}
p {
	color: #6699FF;
	font-size: 12px;
	margin: 5px 0px 0px;
}
.line {
	background-image: url(order/line.gif);
	height: 1px;
	width: 643px;
	background-repeat: no-repeat;
	margin: 15px 0px 0px;
	padding: 0px;
}



/*IE6*/
*html  body {
	margin: 0px auto;
	background-image: url(resource/back_01.jpg);
	background-color: #11100C;
	background-attachment: scroll;
}
*html  .goods_top {/*通常版情報*/
	margin: 230px 0px 0px 45px;
	padding: 5px;
	text-align: left;
}
*html  .doramacd {/*ドラマCD版情報*/
	margin: 10px 0px 0px 35px;
	padding: 5px;
	text-align: left;
}
