/*
ARCUS CSS（日本語版）
アーティスト一覧
2008.01.23
Calamari Inc.
*/


table {
	border-collapse: collapse;
	font-size: 85%;
}

td, th {
	padding: 0.5em;
	border: 1px solid #CCC;
}

thead, tfoot {
	background-color: #D9D9D9;
}

tr.rowodd {
	background-color: #FFF;
}

tr.roweven {
	background-color: #F2F2F2;
}

.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #8ECBFA;
	background-image: url(../images/up.gif);
}
.sortdesc {
	background-color: #8ECBFA;
	background-image: url(../images/down.gif);
}
.nosort {
	cursor: default;
}
.img_thumb1, .img_thumb1 img {
	margin: 0;
}