@charset 'utf-8'

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
body{font:13px/1.231 "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

body {
	color: #fff;
	background: #090714;
	text-align: center;
	margin: 0;
	padding: 0;
}

a {
	color: #fff;
}

#container {
	background: url('/images/dvd/background.jpg') no-repeat top right;
	width: 880px;
	text-align: left;
	margin: 0 auto;
}

#header {
	padding: 100px 0 0 100px;
}

#header h1 {
	margin: 0 0 30px 0;
}

#header h1 a {
	display: block;
	overflow: hidden;
	background: url("/images/dvd/title.png") no-repeat top left;
	width: 380px;
	height: 0;
	padding: 142px 0 0 0;
}

#header h2 {
	background: url("/images/dvd/release.png") no-repeat top left;
	width: 337px;
	height: 0;
	padding: 65px 0 0 0;
	overflow: hidden;
}

#main {
	margin: 0 0 40px 0;
}

#contents {
	float: left;
	width: 500px;
}

.description {
	margin: 15px 0 30px 0;
}

.description p {
	background: url("/images/dvd/description.png") no-repeat top left;
	width: 478px;
	height: 0;
	padding: 169px 0 0 0;
	overflow: hidden;
}

h3 {
	font-weight: bold;
	font-size: 161.6%;
	margin: 0 0 20px 0;
}

.setlist {
	margin: 0 0 40px 0;
	vertical-align: top;
}

ol.left {
	float: left;
	width: 240px;
}

ol.left li, 
ol.right li {
	line-height: 150%;
	list-style-type: decimal;
}

ol.right {
	float: right;
}

ul {
	padding: 0 0 0 20px;
	margin: 0 0 40px 0;
}

ul li {
	list-style-type: square;
	line-height: 150%;
}

table.cart {
	width: 70%;
	margin: 0 0 20px 0;
}

table.cart th {
	font-weight: bold;
	background: #333;
	text-align: center;
}

table.cart td {
	background: #666;
}

table.cart td.quantity, 
table.cart td.price {
	text-align: right;
}

table.cart th, 
table.cart td {
	padding: 2px 4px;
	border: 1px solid #999;
}

/* Form
------------------------------------------*/
form dl dt {
	float: left;
	text-align: right;
	margin: 0 10px 0 0;
	width: 150px;
}

form dl dd {
	margin: 0 0 20px 150px;
}

ul.errors {
	color: #ff0000;
}

/* Sidebar
------------------------------------------*/
#sidebar {
	margin: 0 0 0 520px;
	width: 360px;
}

#sidebar h4 {
	background: url("/images/dvd/badge.png") no-repeat top left;
	width: 201px;
	height: 0;
	padding: 201px 0 0 0;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 30px;
}

/* Footer
------------------------------------------*/
#footer {
	border-top: 1px solid #fff;
	padding: 5px 0 0 0;
	clear: left;
	font-size: 77%;
	font-family: Verdana;
	margin: 0 0 20px 0;
}

#footer p {
	margin: 0 0 5px 0;
}