/* base */
body {
  color:#bbbbbb;
  background-color     :#555555;
  background-image     :url("./img/yakei.jpg");
  background-repeat    :repeat-y;
  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-00 YELLOW */
.table    { background-color:#906f30; border-color:#c3a263 #5d3c00 #5d3c00 #c3a263; }
.table th,
.table caption{ background-color:transparent; color:#ddddc0; }
.table td     { background-color:#cccdd0; color:#000000; border-color:#000000 #666666 #666666 #000000; }
.table .rv td { background-color:#99a5af; }

.item,
.item td,
.item th,
.txtable,
.txtable td,
.txtable th
      { border-color:#282929; }
.item th,
.txtable th
      { background-color:#ac8c50; color:#000000; }
.item td,
.txtable td
      { background-color:transparent; color:#000000; }

.table td a       { color:#880022; background-color:transparent;  }
.table td a:hover { color:#ffbbcc; background-color:#cc0022; }

.table th a       { color:#55dd66; }
.table th a:hover { color:#55dd66; background-color:#008811; }

    hr    { border-color:#772222; }
    hr.gro{ border-color:#999a9d #ffffff #ffffff #999a9d; }
    hr.rid{ border-color:#ffffff #999a9d #999a9d #ffffff; }
.rv hr.gro{ border-color:#66727c #ccd8e2 #ccd8e2 #66727c; }
.rv hr.rid{ border-color:#ccd8e2 #66727c #66727c #ccd8e2; }

.sub       { background-color:#977a44; border-color:#251e11; color:#ddddc0; }
.sub.small { background-color:#9f875b; border-color:#433823; color:#ddddc0; }

.table     th .inv { color:#906f30; }
.table     td .inv { color:#cccdd0; }
.table .rv td .inv { color:#99a5af; }
.item    th .inv,
.txtable th .inv { color:#ac8c50; }
.item    td .inv,
.txtable td .inv { color:transparent; }
.sub       .inv { color:#977a44; }
.sub.small .inv { color:#9f875b; }
