@charset "UTF-8";

body {
	background: #fff;
}

#wrapper {
	background: url(../img/bg.jpg) no-repeat center top;
	width: 100%;
	min-width: 980px;
	position: relative;
}

#title {
	width: 960px;
	margin: auto;
	padding: 25px 10px 22px 10px;
}
#title:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
#title h1 {
	float: left;
	margin-right: 57px;
}
#title h2 {
	float: right;
}

#main {
	background: url(../img/top_bg.png) no-repeat top center;
	width: 980px;
	height: 635px;
	margin: 0 auto 25px auto;
	position: relative;
}
#main .description {
	position: absolute;
	top: 32px;
	left: 33px;
}
#main .tracklist {
	position: absolute;
	top: 336px;
	left: 33px;
}
#main .notes {
	position: absolute;
	top: 621px;
	right: 5px;
}

.list {
	visibility: hidden;
}
.list .container ul:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.list .container li {
	margin: 0 11px 10px 11px;
	padding: 5px 60px 5px 95px;
	width: 286px;
	min-height: 74px;
	float: left;
	position: relative;
}
.list .container li .jacket {
	border: #fff 2px solid;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	text-align: center;
}
.list .container li .no {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 0 0 20px;
	width: 28px;
	height: 45px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}
.list .container li .name {
	font-size: 13px;
	line-height: 1.4em;
	color: #000;
}
.list .container li .name .new {
	margin-right: 5px;
}
.list .container li .comment {
	background: #6eba38;
	margin-top: 5px;
	padding: 3px 10px;
	color: #fff;
	font-size: 12px;
	line-height: 1.2em;
	display: inline-block;
}
.list .container li .comment .caption {
	font-size: 11px;
	padding-top: 5px;
	display: inline-block;
}

#list_event {
	width: 969px;
	margin: 0 auto 12px auto;
}
#list_event .container {
	background: url(../img/frame01_bottom.png) no-repeat center bottom;
	padding-bottom: 13px;
}
#list_event .container ul {
	background: url(../img/frame01_body.png) center top;
	padding: 20px 22px 0 21px;
}
#list_event .container li {
	background: #fff7fb;
}
#list_event .container li .no {
	background: url(../img/no_bg01.png) no-repeat;
}

#list {
	width: 969px;
	margin: 0 auto 25px auto;
}
#list .frame {
	background: url(../img/frame02_bottom.png) no-repeat center bottom;
	padding-bottom: 13px;
}
#list .container {
	background: url(../img/frame02_top.png) no-repeat center top;
	padding-top: 23px;
}
#list .container ul {
	background: url(../img/frame02_body.png) center top;
	padding: 0 22px 0 21px;
}
#list .container li {
	background: #f4fdff;
}
#list .container li .no {
	background: url(../img/no_bg02.png) no-repeat;
}