@charset "euc-jp";

/*メインコンテンツ*/
.artist_maincontent{
	margin-left:15px;
	width:635px;
	float:left;
}

/*ページリスト*/
.artist_page_list li{
	float:right;
	padding-left:10px;
	line-height:40px;
}

.artist_text_box{
	clear:right;
}

.artist_text_box dt{
	color:#333333;
	font-size:14px;
	font-weight:bold;
	background-color:#eaf6f9;
	line-height:24px;
	padding-left:10px;
}

.artist_text_box dd{
	padding:10px 0px;
	margin-bottom:10px;
	border-bottom: 1px dotted #333333;
}

.artist_text_box p{
	padding-bottom:20px;
}