<!--

/***** アーティスト一覧ページ定義 *****/

A.a_arist_head			{ color: #ff9a9a; text-decoration:none; }
A.a_arist_head:hover	{ color: #ff0000; }

tr.tr_artist_choice
{
	font-weight : bold;
	background-color : #444444;
}

div.box_artist
{
	width : 620px;
	text-align  : left;
	padding     : 10px;
	line-height : 18px;
	background-color : #222222;
}

div.title_artist
{
	border  : 1px solid black;
	padding : 3px;
	font-weight : bold;
	font-size   : 14px;
	background-color : #444444;
}

img.img-artist-large
{
	float : left;
	margin-right  : 10px;
	margin-bottom : 10px;
	border : 1px solid #dddddd;
}


//-->
