/* artist_detail
-----------------------------*/


#mainArea .artistList{
	width:705px;
}

#mainArea .artistList h2{
	width:705px;
	height:150px;
	background:#fff;
}

#mainArea .artistList .thumbList{
	width:750px;
	margin-top:20px;
	background:url(../image/cmn_bg_dot_gray_wide3.gif) 0 0 no-repeat;;
}


#mainArea .artistList .thumbList .thumbnailImage{
	width:209px;
	height:318px;
	float:left;
	margin-right:39px;
}


#mainArea .artistList .thumbList .thumbnailImage p{
	margin-top:7px;
	padding-left:15px;
	background:url(../image/cmn_icon_arrow_right.gif) left center no-repeat;

}



/* font
-----------------------------*/


#mainArea .artistList .thumbList p a{
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
}


#mainArea .artistList .thumbList p a:hover{
	color:#666;
	text-decoration:none;
}

