/*
 MUSIC FLAKE用カスケーディングスタイルシート
 MIX RANKING用
*/

body{background-color:#ffffff;}  /* 背景色 */
a:link{text-decoration:none;  /* ハイパーリンク下線なし */
       color:#000000;}  /* ハイパーリンクの色 */
a:visited{text-decoration:none;  /* リンク（訪問済み）下線なし */
          color:000000;}  /* リンク（訪問済み）色 */
a:active{color:#ff00ff;}  /* リンク（訪問中）の色 */
a:hover{color:red; text-decoration:underline;}  /* ハイパーリンクの文字の上にマウスが来たときの色＆下線（IEのみ) */
th.title{background:#00b39d}  /* タイトル部分の背景色 */
th.a{background:#ffffce}  /* １〜１０位 順位 部分背景 */
td.a{background:#ffffce}  /* １〜１０位 部分背景 */
th.b{background:#e0f2ff}  /* １１〜２０位 順位 部分背景 */
td.b{background:#e0f2ff}  /* １１〜２０位 部分背景 */
p.day{color:#a00000;}  /* 最終更新日 */
p.dousa{font-style:italic}  /* 動作確認 */
