/*--------------- ランキングの順位 --------------- */
.rank {
display : block;
float : left;
height : 20px;
width : 20px;
text-align : center;
font-size : 11pt;
font-weight : bold;
font-family : ヒラギノPro W3, arial, helvatica, verdana, sans-serif;
color : #FFFFFF;
margin-right : 5px;
background : url("http://image.onpoo.net/www/img/rank_bg.png") left top repeat-x;
}



/*--------------- 曲のtitle --------------- */
/*--------------- defaultで指定しているが、ここではランキング番号が付くので独自指定 --------------- */
#filelist .file .title {
font-weight : bold;
font-size : medium;
display:block;
padding-top : 5px;
padding-bottom : 5px;
margin-bottom : 10px;
background : url("http://image.onpoo.net/www/img/title_bg.png") right top no-repeat;
}





/*--------------- アーティスト情報全体の囲み --------------- */
#artistlist {
border-top : 1px dotted #CCCCCC;
margin-top : 10px;
margin-bottom : 10px;
}



/*--------------- 曲のタイトル --------------- */
/*.title{ */
/*font-size : x-small; */
/*margin-bottom : 0px; */
/*} */

/*--------------- アーティスト名 --------------- */
#artistlist .title {
font-weight : bold;
margin-bottom : 10px;
}


/*--------------- 日付・ジャンル・レーベル --------------- */
.date, .genre, .publisher {
font-size : x-small;
}

/*--------------- コメント --------------- */
.comment {
font-size : x-small;
line-height : 1.3;
}

/*--------------- アーティスト写真 --------------- */
#artist_detail .artist .jacket_img {
float : left;
margin-right : 15px;
margin-bottom : 10px;
width : 120px;
}


/*--------------- ジャケ写真 --------------- */
#filelist .file .jacket_img {
float : left;
margin-right : 15px;
margin-bottom : 10px;
width : 120px;
}
/*--------------- ジャケ写真（ミススペル） --------------- */
#filelist .file .jaket_img {
float : left;
margin-right : 15px;
margin-bottom : 10px;
width : 120px;
}


/*--------------- ボタン達 --------------- */
.buttons {
float : left;
margin-top : 10px;
margin-bottom : 10px;
}

.userSearch, .addLibrary, .addCart, .addLiblist {
float : right;
margin-left : 10px;
}

/*--------------- ここまでが曲情報 --------------- */

/*--------------- リンクテキスト設定 --------------- */
.list_number a {
color: #006699;
border : 1px solid #006699;
padding : 5px;
margin : 5px;
text-decoration: none; }
.list_number a:link		{ color: #006699; text-decoration: underline; }
.list_number a:visited	{ color: #669999; text-decoration: underline; }
.list_number a:active	{ color: #EEEEEE; text-decoration: underline; }
.list_number a:hover		{ color: #CC0000; text-decoration: underline; }

.list_jacket {
width : 60px;
height : 60px;
}

/*--------------- ランキング --------------- */
.list_number {
font-weight : bold;
margin : 5px;
text-align : center;
}

.list_number_h {
color : #CC3333;
font-weight : bold;
border : 1px solid #CC3333;
padding : 5px;
margin : 5px;
}
