@charset "utf-8";
/* CSS Document */


/*artist-mainの写真とテキストのくくり*/
.art-hako{
	width:542px;
	padding-right:8px;
	padding-left:8px;
	background-color:#0a0a0a;/*消さない*/
	display:block;
	height:auto;
	}

/*ie6*/
*html .art-hako{
	margin-top:-5px;
	clear:both;	
}

#style{
	clear:both;
	height:0px;
	}

#n-ph{
	padding-right: 8px;
	float:left;
	/*background-color:#060;*/
	height:210px;
	width:158px;/**/
	display:block;
	
	}

/*右側テキスト部分*/
#arttextmigi{
	display:block;
	width:376px;
	float:right;
	/*
	padding-bottom:4px;
	background-color:#600;*/
	}
	
/*IE6-----------*/	
*html #arttextmigi{
	margin-bottom:-15px;
	}


	
	
/*artist-name*/
#n-name{
	font-size:20px;
	font-weight:bold;
	color:#a6a3a3;
	float:left;
	letter-spacing:0px;
	/*background-color:#066;*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width:376px;
	height:20px;
	margin-bottom:4px;
	line-height:16px;
	}	
	
/*web*/
.ar-title{
	/*height:14px;
	width:px;
	*/
	display:block;
	background-repeat:none;
	margin-bottom:4px;
	/*background-color:#399;*/
	}
	
/*関連作*/	
#kanren{
	display:block;
	background-repeat:no-repeat;
	margin:20px 0px 4px 0px;
	width:44px;
	height:14px;
	background-image:url(../images/a-em/artist-main1_kanren.jpg);
	}	
	
	
/*bun*/
.bun{
	font-family: "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #FFF;
	/*margin-bottom:20px;*/
	line-height:15px;
	}
	
	
/*roll-over*/
.bun a{
	color:#004f00;
	}
	
.bun a:hover{
	color:#999;
	text-decoration:none;
	}