/* 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:;
}

/* LUNA METAL */
.table    { background-color:#777777; border-color:#bbbbbb #333333 #333333 #bbbbbb; }
.table th,
.table caption{ background-color:transparent; color:#e0e0e0; }
.table td     { background-color:#c0bb90; color:#000000; border-color:#333333 #bbbbbb #bbbbbb #333333; }
.table .rv td { background-color:#bba880; }

.item,
.item td,
.item th,
.txtable,
.txtable td,
.txtable th
      { border-color:#26251c; }
.item th,
.txtable th
      { background-color:#bba880; color:#000000; }
.item td,
.txtable td
      { background-color:transparent; color:#000000; }

.table td a       { color:#800000; background-color:transparent;  }
.table td a:hover { color:#c0bb90; background-color:#800000; }

.table th a       { color:#800000; }
.table th a:hover { color:#777777; background-color:#800000; }

    hr    { border-color:#000000; }
    hr.gro{ border-color:#8d885d #f3eec3 #f3eec3 #8d885d; }
    hr.rid{ border-color:#f3eec3 #8d885d #8d885d #f3eec3; }
.rv hr.gro{ border-color:#88754d #eedbb3 #eedbb3 #88754d; }
.rv hr.rid{ border-color:#eedbb3 #88754d #88754d #eedbb3; }

.sub       { background-color:#807f7a; border-color:#201f1e; color:#e0e0e0; }
.sub.small { background-color:#8a897d; border-color:#3a3935; color:#e0e0e0; }

.table     th .inv { color:#777777; }
.table     td .inv { color:#c0bb90; }
.table .rv td .inv { color:#bba880; }
.item    th .inv,
.txtable th .inv { color:#bba880; }
.item    td .inv,
.txtable td .inv { color:transparent; }
.sub       .inv { color:#807f7a; }
.sub.small .inv { color:#8a897d; }
