@charset "utf-8";
/* ===================================================================
CSS information
 author     :nariai
 file name  :  index.css
 style info :  ページコンテンツを構成するスタイル(アーティスト一覧ページ)
=================================================================== */
/*グローバルナビ*/
#he-list li .he-list-02 {
	background-position:0 -37px;
}

#contBox {
	width:613px;
	padding:20px 0 5px;
}

#co-list {
	margin-right:-9px;
    zoom: 1;
	width:621px;
}

* html #co-list { /*IE6 hack*/
	margin-right:-18px;
}

#co-list li {
	width:198px;
	float:left;
	display:block;
	margin:0 9px 10px 0;
}

#co-list li a {
	display:block;
	padding:10px 5px 0;
	width:188px;
	height:162px;
}

.list-01 {
	background:url(/common/img/artist/byf_name.png) no-repeat;
}

.list-02 {
	background:url(/common/img/artist/bilou_name.png) no-repeat;
}

.list-03 {
	background:url(/common/img/artist/kifudoh_name.png) no-repeat;
}

.list-04 {
	background:url(/common/img/artist/btn_name.png) no-repeat;
}

.list-05 {
	background:url(/common/img/artist/fdc_name.png) no-repeat;
}

.list-06 {
	background:url(/common/img/artist/pog_name.png) no-repeat;
}

.list-07 {
	background:url(/common/img/artist/doo_name.png) no-repeat;
}

.list-08 {
	background:url(/common/img/artist/eng_name.png) no-repeat;
}

#co-list li a:hover {
	background-position:0 -172px;
}
