
@import "/library/default.css";

body {
	background-color:#000000;
	color:#eeeeee;
}

th,td {
	color:#eeeeee;
}

#page {
	position:relative;
	width:100%;
	text-align:center;
}

#background .bg1 {
	position:absolute;
	z-index:1;
	width:100%;
	text-align:left;
	top:15px;
}

#background .bg1 img {
	width:100%;
	max-width:1200px;
}

#background .bg2 {
	position:absolute;
	z-index:2;
	width:100%;
	height:365px;
	top:45px;
		background-color:#cf0d00;
}

#front {
	position:absolute;
	z-index:10;
	width:100%;
	text-align:center;
}

#wrap {
	padding:160px 0 0 0;
}

.contents {
	position:relative;
	width:100%;
	height:1750px;
}

.contents h1 , .contents h2 {
	background-image:url(../image/bg_contents.png);
	background-repeat:repeat;
	background-position:center top;
	font-size:14px;
	color:#ffffff;
	padding:10px 5px 8px 12px;
}

.information {
	position:absolute;
	z-index:10;
	width:640px;
	top:170px;
}

.artist {
	position:absolute;
	z-index:10;
	width:170px;
	top:40px;
	left:460px;
}

.tweet {
	position:absolute;
	z-index:10;
	width:290px;
	top:217px;
	right:0px;
	background-image:url(../image/bg_contents.png);
	background-repeat:repeat;
	background-position:center top;
}

.tablelist {
	table-layout:fixed;
	border-collapse:collapse;
	empty-cells:show;
}

.tablelist th , .tablelist td {
	border-bottom:1px dotted #999999;
	padding:3px 0 3px 0;
	vertical-align:middle;
}
