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

/* BLACK + TURQUOISE */
.table    { background-color:#333333; border-color:#666666 #000000 #000000 #666666; }
.table th,
.table caption{ background-color:transparent; color:#dddddd; }
.table td     { background-color:#a5c7b6; color:#000000; border-color:#000000 #666666 #666666 #000000; }
.table .rv td { background-color:#71b593; }

.item,
.item td,
.item th,
.txtable,
.txtable td,
.txtable th
      { border-color:#212724; }
.item th,
.txtable th
      { background-color:#71b593; color:#000000; }
.item td,
.txtable td
      { background-color:transparent; color:#000000; }

.table td a       { color:#006633; background-color:transparent;  }
.table td a:hover { color:#a5c7b6; background-color:#006633; }

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

    hr    { border-color:#444444; }
    hr.gro{ border-color:#729483 #d8fae9 #d8fae9 #729483; }
    hr.rid{ border-color:#d8fae9 #729483 #729483 #d8fae9; }
.rv hr.gro{ border-color:#3e8260 #a4e8c6 #a4e8c6 #3e8260; }
.rv hr.rid{ border-color:#a4e8c6 #3e8260 #3e8260 #a4e8c6; }

.sub       { background-color:#414543; border-color:#101110; color:#dddddd; }
.sub.small { background-color:#515a56; border-color:#202321; color:#dddddd; }

.table     th .inv { color:#333333; }
.table     td .inv { color:#a5c7b6; }
.table .rv td .inv { color:#71b593; }
.item    th .inv,
.txtable th .inv { color:#71b593; }
.item    td .inv,
.txtable td .inv { color:transparent; }
.sub       .inv { color:#414543; }
.sub.small .inv { color:#515a56; }
.table { border-radius:6px; }
.table tr:first-child td:first-child { border-top-left-radius    :4px; }
.table tr:first-child td:last-child  { border-top-right-radius   :4px; }
.table tr:last-child  td:first-child { border-bottom-left-radius :4px; }
.table tr:last-child  td:last-child  { border-bottom-right-radius:4px; }
#Effect tr:last-child td:first-child        { border-bottom-left-radius:0px; }
#Effect tr:nth-last-child(2) td:first-child { border-bottom-left-radius:4px; }
#EffectEz tr:last-child td:first-child        { border-bottom-left-radius:0px; }
#EffectEz tr:nth-last-child(2) td:first-child { border-bottom-left-radius:4px; }
#Lifepath tr:last-child td:last-child         { border-bottom-right-radius:0px; }
.item    td,
.txtable td { border-radius:0px !important; }
