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



/*--------------- そのうちの1曲の囲み --------------- */
#filelist .file {
clear : both;
width : 480px;
font-size : x-small;
/*border-bottom : 1px dotted #CCCCCC;*/
padding : 10px;
padding-top : 5px;
margin : 10px;
margin-bottom : 10px;
background : #eeeeee url("http://image.onpoo.net/www/img/file_bg.png") left top no-repeat;
}

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

/*--------------- 歌詞 --------------- */
#songtext .title {
}

#songtext .lylics {
clear : both;
width : 480px;
font-size : x-small;
padding : 10px;
padding-top : 5px;
margin : 10px;
margin-bottom : 10px;
}


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


/*--------------- 日付・ジャンル・レーベル --------------- */
/*#filelist .file .price, #filelist .file .date, #filelist .file .genre, #filelist .file .publisher, #filelist .file .comment*/
/*#filelist .file .publisher {*/
/*margin-left : 20px;*/
/*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_mini .jacket_img {
float : left;
margin-right : 15px;
margin-bottom : 10px;
width : 60px;
}

/*--------------- ジャケ写真（ミススペル） --------------- */
#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;
}
