/*--- タイトル ---*/
h2 {
	position: absolute;
	background: url("../images/artists/title_artists.gif") no-repeat;
	top: 90px;
	left: 594px;
	width: 155px;
	height: 64px;
}

#link03 a { background-position: 0 -52px; }

/*--- メインコンテンツ ---*/
#artistsBox {
	width: 480px;
	margin-left: 180px;
	padding-bottom: 10px;
	padding-left: 50px;
	background: url("../images/common/ex.jpg") no-repeat right bottom;
}
.caption { width: 360px; }

#artistsBox a {
	text-decoration: none;
	color: #333333;
	padding: 3px 0;
}
#artistsBox a:hover {
	background-color: #FF9900;
}

#artistsBox p {
	margin-bottom: 1em;
}

#artistsBox ul {
	list-style-type: none;
	line-height: 1.8em;
	/*バックスラッシュハック(MacIE以外が読み込まれる)\*/
	line-height: 1.4em;
	/*ここまで*/
}

/*--- スワップテキスト ---*/
#artistsBox li { margin-bottom: 0.5em; }
#artistsBox li span {
	visibility: hidden;
	position: absolute;
	background-color: #333333;
	color: #FFFFFF;
	padding: 0.3em 1em;
	filter: alpha(opacity=90);
}

/*----------------------------------*/

#aLeft {
	float: left;
	width: 230px;
}
#aLeft li span { margin-left: 1em; margin-top: 2em; }
#aLeft #deta11, #aLeft #deta12 {
	margin-left: -3em;
}

#aRight {
	float: right;
	width: 230px;
}
#aRight li span { margin-left: 1em; margin-top: 2em; }
#aRight #deta40, #aRight #deta42b, #aRight #deta64 {
	margin-left: -10em;
}

