/* base */
body {
  color:#bbbbbb;
  background-color     :#111111;
  background-image     :url("../../img/back_tokyo.png");
  background-repeat    :no-repeat;
  background-attachment:fixed;
  background-position  :center bottom;
}
#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:#111111;
}

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

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

/* BLACK + PINK */
.table    { background-color:#333333; border-color:#666666 #000000 #000000 #666666; }
.table th,
.table caption{ background-color:transparent; color:#dddddd; }
.table td     { background-color:#d1afc0; color:#000000; border-color:#000000 #666666 #666666 #000000; }
.table .rv td { background-color:#c985a7; }

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

.o_item { background-color:#c985a7; }
.o_item .item_name td { background-color:transparent; }
.o_item,
.item,
.item td,
.item th,
.txtable,
.txtable td,
.txtable th
      { border-color:#292326; }
.item th,
.txtable th
      { background-color:#c985a7; color:#000000; }
.item td,
.txtable td
      { background-color:#d1afc0; color:#000000; }

#Familiar td     { background-color:#c985a7; }
#Familiar .mons            { background-color:#d1afc0; }
#Familiar .mons .mons-name { border-color:#000000; }
#Familiar .mons .mons-lv   { background-color:#000000; color:#d1afc0; }
#Familiar .mons .mons-stat th { background-color:#464244; color:#dddddd; border-color:#292326; }
#Familiar .mons .mons-stat { border-color:#292326; }
#Familiar .mons .mons-stat  td    { background-color:#d1afc0; border-color:#292326; }
#Familiar .mons .mons-stat .rv td { background-color:#c985a7; }

.table td a       { color:#800040; background-color:transparent;  }
.table td a:hover { color:#d1afc0; background-color:#800040; }

.table th a       { color:#dd5599; }
.table th a:hover { color:#333333; background-color:#dd5599; }

    hr    { border-color:#444444; }
    hr.gro{ border-color:#9e7c8d #ffe2f3 #ffe2f3 #9e7c8d; }
    hr.rid{ border-color:#ffe2f3 #9e7c8d #9e7c8d #ffe2f3; }
.rv hr.gro{ border-color:#965274 #fcb8da #fcb8da #965274; }
.rv hr.rid{ border-color:#fcb8da #965274 #965274 #fcb8da; }

.sub       { background-color:#464244; border-color:#111011; color:#dddddd; }
.sub.small { background-color:#5d5458; border-color:#242122; color:#dddddd; }

.table     th .inv { color:#333333; }
.table     td .inv { color:#d1afc0; }
.table .rv td .inv { color:#c985a7; }
.item    th .inv,
.txtable th .inv { color:#c985a7; }
.item    td .inv,
.txtable td .inv { color:#d1afc0; }
.sub       .inv { color:#464244; }
.sub.small .inv { color:#5d5458; }
