@charset "UTF-8";


/*------------------------------------------------------------------------------
index
------------------------------------------------------------------------------*/
#header ul li.artists a {
	background-position:-104px -100px;
}


.artists_box {
	background: #212121;
	padding: 40px;
	margin-bottom: 30px;
	clear: both;
}
.artists_left {
	float: left;
	margin-right: 40px;
	width: 392px;
	text-align: center;
}
.artists_right {
	float: left;
	width: 432px;
}
.artists_right h3 {
	font-size: 2em;
	font-weight: bold;
	line-height: 140%;
}
.artists_right dl dt {
	padding-bottom: 24px;
}
.artists_right dl dd {
	font-size: 1.1em;
	line-height: 165%;
	padding-bottom: 5px;
}
.artists_left a:hover img {
	filter: alpha(opacity=50);
	-ms-filter: alpha(opacity=50);
	opacity: 0.5;
}
