@charset 'utf-8';

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #101010 url(/images/background.png) repeat-x top left;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, p, ol, ul, dl {
	margin: 0;
	padding: 0;
}

a {
	color: #fff;
}

a img {
	border: none;
}

#container {
	text-align: left;
	margin: 0 auto;
	margin-top: 150px;
	width: 811px;
}

#header {
	position: relative;
	background: url(/images/left_bg.png) no-repeat top left;
	width: 411px;
	height: 474px;
	float: left;
}

#header h1 {
	position: absolute;
	top: 165px;
	left: 76px;
}

#header h1 a {
	display: block;
	width: 268px;
	height: 96px;
	background: url(/images/powerplay.png) no-repeat top left;
	text-indent: -9999px;
	overflow: hidden;
}

#contents {
	margin: 0 0 0 411px;
	padding: 18px 0 0 0;
}

.artist {
	width: 396px;
	height: 102px;
	background: #000;
	margin: 0 0 6px 0;
	padding: 2px;
}

.artist h2 {
	padding-bottom: 15px;
}

.artist h2 a {
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	overflow: hidden;
}

.artist.asiasunrise h2 {
	padding-top: 15px;
}

.artist.asiasunrise h2 a {
	width: 216px;
	height: 37px;
	background: url(/images/asiasunrise.png) no-repeat top left;
}

.artist.uverworld h2 {
	padding-top: 30px;
}

.artist.uverworld h2 a {
	width: 220px;
	height: 22px;
	background: url(/images/uverworld.png) no-repeat top left;
}

.artist.uverworld .description {
	background: url(/images/uw.png) no-repeat center;
}

.artist.yamadatamaru h2 {
	padding-top: 15px;
}

.artist.yamadatamaru h2 a {
	width: 146px;
	height: 28px;
	background: url(/images/yamadatamaru.png) no-repeat top left;
}

.artist.lonelyd h2 {
	padding-top: 8px;
}

.artist.lonelyd h2 a {
	width: 176px;
	height: 39px;
	background: url(/images/lonelyd.png) no-repeat top left;
}

.artist .photo {
	float: left;
}

.artist .description {
	margin: 0 0 0 160px;
}

.artist p {
	font-size: 10px;
	line-height: 120%;
	text-align: center;
}

#footer {
	margin: 0 0 0 12px;
	text-align: center;
}

#footer p {
	font-size: 11px;
	font-family: Arial;
	color: #999;
}