/* 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: -webkit-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:      -o-linear-gradient(      top, rgba(0,0,0,0.9), rgba(0,0,0,0.5) 5%, rgba(0,0,0,0.5));
  background:         linear-gradient(to bottom, 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:;
}

/* BLOODY RED */
.table    { background-color:#6c2027; border-color:#9f535a #390000 #390000 #9f535a; }
.table th,
.table caption{ background-color:transparent; color:#ddd0d0; }
.table td     { background-color:#332222; color:#c0bbbb; border-color:#390000 #9f535a #9f535a #390000; }
.table .rv td { background-color:#221111; }

.makingdata > table td.R { background-color:#221111; }

.o_item { background-color:#221111; }
.o_item .item_name td { background-color:transparent; }
.o_item,
.item,
.item td,
.item th,
.txtable,
.txtable td,
.txtable th
      { border-color:#766060; }
.item th,
.txtable th
      { background-color:#221111; color:#c0bbbb; }
.item td,
.txtable td
      { background-color:#332222; color:#c0bbbb; }

#Familiar td     { background-color:#221111; }
#Familiar .mons            { background-color:#332222; }
#Familiar .mons .mons-name { border-color:#c0bbbb; }
#Familiar .mons .mons-lv   { background-color:#c0bbbb; color:#332222; }
#Familiar .mons .mons-stat th { background-color:#642026; color:#ddd0d0; border-color:#766060; }
#Familiar .mons .mons-stat { border-color:#766060; }
#Familiar .mons .mons-stat  td    { background-color:#332222; border-color:#766060; }
#Familiar .mons .mons-stat .rv td { background-color:#221111; }

.table td a       { color:#d05057; background-color:transparent;  }
.table td a:hover { color:#332222; background-color:#d05057; }

.table th a       { color:#ee7777; }
.table th a:hover { color:#6c2027; background-color:#ee7777; }

    hr    { border-color:#766060; }
    hr.gro{ border-color:#000000 #665555 #665555 #000000; }
    hr.rid{ border-color:#665555 #000000 #000000 #665555; }
.rv hr.gro{ border-color:#000000 #554444 #554444 #000000; }
.rv hr.rid{ border-color:#554444 #000000 #000000 #554444; }

.sub       { background-color:#642026; border-color:#a99495; color:#ddd0d0; }
.sub.small { background-color:#5b2025; border-color:#957779; color:#ddd0d0; }

.table     th .inv { color:#6c2027; }
.table     td .inv { color:#332222; }
.table .rv td .inv { color:#221111; }
.item    th .inv,
.txtable th .inv { color:#221111; }
.item    td .inv,
.txtable td .inv { color:#332222; }
.sub       .inv { color:#642026; }
.sub.small .inv { color:#5b2025; }
