@charset "UTF-8";
body {
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}
.main {
background-attachment: scroll;
	background-image: url(img/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 477px;
}
.banner {
	margin-right: auto;
	margin-left: auto;
}
.footer {
	height: 99px;
	text-align: center;
}
.info {
	background-attachment: scroll;
	background-image: url(img/hosoku.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 120px;
}
.dvd_contents {
	background-image: url(img/dvd_lineup.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1011px;
	padding-top: 19px;
	text-align: center;
	margin-bottom: 20px;
}
#container {
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(img/bg_line.gif);
	background-repeat: repeat-y;
	text-align: center;
	height: 100%;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.songlist {
	height: 333px;
	text-align: center;
}
.dvd_title {
	background-image: url(img/dvd_lineup.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 210px;
}
