/* base */
body {
  color:#bbbbbb;
  background-color     :#555555;
  background-image     :url("./img/check1.png");
  background-repeat    :repeat;
  background-attachment:fixed;
  background-position  :center;
}
#base {
  background: url("./img/translucent_black50.png");
  background: rgba(0, 0, 0, 0.5);
  background:         linear-gradient(top, rgba(0,0,0,0.9), rgba(0,0,0,0.5) 5%, rgba(0,0,0,0.5));
  background:      -o-linear-gradient(top, rgba(0,0,0,0.9), rgba(0,0,0,0.5) 5%, rgba(0,0,0,0.5));
  background:    -moz-linear-gradient(top, rgba(0,0,0,0.9), rgba(0,0,0,0.5) 5%, rgba(0,0,0,0.5));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.9), rgba(0,0,0,0.5) 5%, rgba(0,0,0,0.5));
}
#footer {
  background: url("./img/translucent_black50.png");
  background: rgba(0, 0, 0, 0.5);
}

a        { color:#99aacc; }
a:visited{ color:; }
a:hover  { color:#cccccc; }

#header,
#header:before,
#header:after,
#sub:before,
#sub:after,
#sub h1:before,
#sub h1:after,
#footer {
  color:#eeeeee;
  border-color:#666666;
}
a.backurl {
  background: url("./img/translucent_black50.png");
  background: rgba(0, 0, 0, 0.5);
  border-color:#bbbbbb;
  color:#bbbbbb;
}
a.backurl:hover {
  background-color:#bbbbbb;
  color:#555555;
}

#BackUpList {
  border-color:#bbbbbb;
  background-color:#000;
  color:#bbbbbb;
}

#sub input[type="password"] {
  background-color:;
  border-color:#bbbbbb;
  color:;
}

/* E-03 BLACK */
.table    { background-color:#353f55; border-color:#687288 #020c22 #020c22 #687288; }
.table th,
.table caption{ background-color:transparent; color:#dddddd; }
.table td     { background-color:#222222; color:#cccccc; border-color:#020c22 #687288 #687288 #020c22; }
.table .rv td { background-color:#331315; }

.item,
.item td,
.item th,
.txtable,
.txtable td,
.txtable th
      { border-color:#666677; }
.item th,
.txtable th
      { background-color:#331315; color:#cccccc; }
.item td,
.txtable td
      { background-color:transparent; color:#cccccc; }

.table td a       { color:#66bb66; background-color:transparent;  }
.table td a:hover { color:#22c2e2; background-color:#1111a1; }

.table th a       { color:#66bb66; }
.table th a:hover { color:#22c2e2; background-color:#1111a1; }

    hr    { border-color:#833333; }
    hr.gro{ border-color:#000000 #555555 #555555 #000000; }
    hr.rid{ border-color:#555555 #000000 #000000 #555555; }
.rv hr.gro{ border-color:#000000 #664648 #664648 #000000; }
.rv hr.rid{ border-color:#664648 #000000 #000000 #664648; }

.sub       { background-color:#a0a0a0; border-color:#dddddd; color:#000000; }
.sub.small { background-color:#8b8b8b; border-color:#c8c8c8; color:#000000; }

.table     th .inv { color:#353f55; }
.table     td .inv { color:#222222; }
.table .rv td .inv { color:#331315; }
.item    th .inv,
.txtable th .inv { color:#331315; }
.item    td .inv,
.txtable td .inv { color:transparent; }
.sub       .inv { color:#a0a0a0; }
.sub.small .inv { color:#8b8b8b; }
