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

/* LOTUS PINK */
.table    { background-color:#be7287; border-color:#f1a5ba #8b3f54 #8b3f54 #f1a5ba; }
.table th,
.table caption{ background-color:transparent; color:#2b1020; }
.table td     { background-color:#debecc; color:#000000; border-color:#8b3f54 #f1a5ba #f1a5ba #8b3f54; }
.table .rv td { background-color:#cea7b5; }

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

.o_item { background-color:#cea7b5; }
.o_item .item_name td { background-color:transparent; }
.o_item,
.item,
.item td,
.item th,
.txtable,
.txtable td,
.txtable th
      { border-color:#2c2628; }
.item th,
.txtable th
      { background-color:#c68699; color:#000000; }
.item td,
.txtable td
      { background-color:#debecc; color:#000000; }

#Familiar td     { background-color:#cea7b5; }
#Familiar .mons            { background-color:#debecc; }
#Familiar .mons .mons-name { border-color:#000000; }
#Familiar .mons .mons-lv   { background-color:#000000; color:#debecc; }
#Familiar .mons .mons-stat th { background-color:#c27b8f; color:#2b1020; border-color:#2c2628; }
#Familiar .mons .mons-stat { border-color:#2c2628; }
#Familiar .mons .mons-stat  td    { background-color:#debecc; border-color:#2c2628; }
#Familiar .mons .mons-stat .rv td { background-color:#cea7b5; }

.table td a       { color:#990011; background-color:transparent;  }
.table td a:hover { color:#debecc; background-color:#990011; }

.table th a       { color:#880022; }
.table th a:hover { color:#be7287; background-color:#880022; }

    hr    { border-color:#6f3644; }
    hr.gro{ border-color:#ab8b99 #fff1ff #fff1ff #ab8b99; }
    hr.rid{ border-color:#fff1ff #ab8b99 #ab8b99 #fff1ff; }
.rv hr.gro{ border-color:#9b7482 #ffdae8 #ffdae8 #9b7482; }
.rv hr.rid{ border-color:#ffdae8 #9b7482 #9b7482 #ffdae8; }

.sub       { background-color:#c27b8f; border-color:#301e23; color:#2b1020; }
.sub.small { background-color:#c68699; border-color:#553840; color:#2b1020; }

.table     th .inv { color:#be7287; }
.table     td .inv { color:#debecc; }
.table .rv td .inv { color:#cea7b5; }
.item    th .inv,
.txtable th .inv { color:#c68699; }
.item    td .inv,
.txtable td .inv { color:#debecc; }
.sub       .inv { color:#c27b8f; }
.sub.small .inv { color:#c68699; }
