@charset "Shift_JIS";


/* artist
------------------------------------------------------------------------*/
div#artist{
	clear: both;
	width: 660px;
}

.inst {font-size:75%;
margin:0 0 30px 0;
}

div#artist_title {
	width: 200px;
	margin: 0;
	padding: 0 0 0 8px;
	font-size: 87.5%;
	font-weight: bold;
}

div#artistname {
	float: left;
	width: 160px;
	margin: 0 8px 20px 0;
}

div#artistname li {
	font-size:75%;
	line-height:2;
	margin: 0;
}

div#artistname a {
	display:block;
	width: 160px;
	height: 26px;
	color:#000000;
	background:url(../img/anbtn_nrm.gif);
	background-repeat: no-repeat;	
	margin: 0;
	padding:0 0 0 22px;
	text-decoration:none;
}


div#artistname a:hover {
	background:url(../img/anbtn_hover.gif) ;
	background-repeat: no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}


div.article {
	float: left;
	width: 490px;
	height: 518px;
	background-color: #f7f7f7;
	border:1px solid #dddddd;
	/*margin: 0 0px 20px 0;*/
}

.article_imag {
margin:9px;
}

.fixed {
	position:fixed;
	top:20px;
	left:50%;
	margin-left:-312px;
}
div#artistname .li_active a {
	background: url(../img/anbtn_hover.gif);
	background-repeat: no-repeat;
    color: #FFFFFF;
    text-decoration: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after   {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both; 
}