body {
    background:#000;
    scrollbar-arrow-color: #999;
    scrollbar-3dlight-color: #000;
    scrollbar-darkshadow-color: #000;
    scrollbar-track-color: #000;
    scrollbar-face-color: #111;
    scrollbar-highlight-color: #222;
    scrollbar-shadow-color: #222;
    }


/*■■■■■■■■■文字色■■■■■■■■■*/

body {
    color:#BBB;
    }
form div.input legend,
form div.input label,
td,
th,
div#content h4{
    color:#FFF;
    }

div#content div.point li{
    color:#F60;
    }
a{
    color:#F60;
    }
#content a{
    text-decoration:underline;
    }
div#content div.actions li a,
div#under-navi div.actions li a{
    color:#ccc;
    }
div#content div.actions li a:hover,
div#under-navi div.actions li a:hover{
    color:#FFF;
    }
a:hover{
    color:#F90;
    }

.annotate{
    color:#666;
    }

.price .annotate{
    color:#999;
    }


/*　■■■■■■■■■背景色・罫線色■■■■■■■■■　*/

/*　■サブナビ■　*/

div#content div.actions li a{
    background-color: #000;
    text-decoration:none;
    }
div#content div.actions li a:hover,
div#content div.actions li a.selected{
    background-color: #333;
    }

/*　■フォーム■　*/

form legend,
form label{
    border-left:solid 5px #F60;
    }
div.submit input{
    border:solid 1px #333;
    color:#CCC;
    }
div.submit input:hover{
    color:#F60;
    border:solid 1px #F60;
    }
form .rule {
    color:#999;
    }






div.backToTop a,
a.pastPosts,
form div.input,
div.paginator a,
#profiles.view div.profileShedules dd,
td{
    background-color:#111;
    border:solid 1px #222;
    }
div.backToTop a:hover,
#top div.posts a.pastPosts:hover,
div.paginator a:hover,
#profiles.view div.profileShedules dt,
th {
    background-color:#222;
    border:solid 1px #333;
    }


