@charset "utf-8";
@import "./common.css";

/* コメントを入れたらUTF-8化ヲ忘れずに */

/* override *************************************************************/

/************************************************************************/


.artistslist {
	display:block;
	width:979px;
	margin:0 auto;
	padding:0 0 65px;
}

.artistslist ul {
	display:block;
	margin:0;
	padding:0;
	list-style-type:none;
}

.artistslist li {
	float:left;
	display:block;
	width:112px;
	height:233px;
	margin:0;
	padding:0 0 9px 9px;
}

#extranavi {
	display:block;
	height:251px;
	position:relative;
	left:-6px;
}

#extra-hair {
	display:block;
	width:92px;
	height:16px;
	margin:0;
	padding:0;
	text-indent:-9000em;
	background:url(../images/hairmake-extranavi.gif) no-repeat 0 0;
}

#extra-make {
	display:block;
	width:92px;
	height:18px;
	margin:0;
	padding:0;
	text-indent:-9000em;
	background:url(../images/hairmake-extranavi.gif) no-repeat 0 -16px;
}
#extra-hairmake {
	display:block;
	width:92px;
	height:16px;
	margin:0;
	padding:0;
	text-indent:-9000em;
	background:url(../images/hairmake-extranavi.gif) no-repeat 0 -34px;
}


.artistslist li {
	float:left;
	display:block;
	width:112px;
	height:233px;
	margin:0;
	padding:0 0 9px 9px;
}


.artistslist li a {
	display:block;
	width:112px;
	height:233px;
	margin:0;
	padding:0;
	background:#333333;
	overflow:hidden;
}
.artistslist li a:hover {
	background:#666666;
}


.artistslist li a:link		{ color:#eeeeee; text-decoration:none;}
.artistslist li a:visited	{ color:#eeeeee; text-decoration:none;}
.artistslist li a:active	{ color:#ffffff; text-decoration:none;}
.artistslist li a:hover		{ color:#ffffff; text-decoration:none;}

.artistslist li .image {
	display:block;
	width:112px;
	height:135px;
	margin:0;
	padding:0;
	text-indent:-9000em;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:hand;
}

.artistslist li .a_name {
	display:block;
	margin:0;
	padding:7px 0 0 10px;
	font-family:Helvetica,Arial,sans-serif;
	line-height:1.33;
}


.artistslist li .a_area {
	display:block;
	margin:0;
	padding:7px 4px 0 9px;
	font-family:Helvetica,Arial,sans-serif;
	/*font-size:90%;*/
	line-height:1.1;
}

