@charset "utf-8";

.HybLtHdr #main_artist {
	padding: 0px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	margin: 0px;
	background-color: #c70026;
	background-image: url(../../artist/img/artist_main.jpg);
	background-repeat: no-repeat;
	width: 984px;
}


/* CSS Document */

#artist_box {
	margin: 122px 40px 0px 80px ;
	padding-bottom: 30px;
}
.width864 {
	width: 864px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
}
.artistspace {
	height: 298px;
	width: 276px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	float: left;
}

.artistspace .name {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 0px;
}
.artistspace .caption {
	color: #FFF;
	margin-bottom: 0px;
	font-size: 12px;
}
.artistspace_end {
	clear:both;
}
