/*--
【アーティスト紹介CSS】
web DIGAのアーティスト詳細（artistフォルダ以下）でのみ使用するCSSです
 -----*/

.artist_bg {
	width:500px;
	background-color:#FAF5CE;
	font-size:13px;
}

.artist_in {
	width:470px;
	color:#333333;
	line-height:1.3em;
	margin: 0 0 12px 15px;
}

.artist_title {
	background-color:#D0DFE3; 
	color:#10436e;
	font-size:17px;
	line-height:1.2em;
	font-weight:bold;
	padding:6px;
}
.artist_title font { font-size:12px; color:#000000; font-weight:normal; }

.artist_phot { width:150px; }

.artist_ohp { margin-top: 4px; }

.artist_news {
	width:310px;
	color:#333333;
	font-size:12px;
	line-height:1.4em;
}
.artist_news b { font-weight:bold; }

.artist_line_gray {
	border-bottom:1px solid #999999;
	margin:7px 0 7px 0;
}

