table.staff_list {
  background-color: #000;
  color: #eee;
  border: none;
  width: 80%;
  margin: 0px;
  margin-bottom: 20px;
  padding: 20px 80px 5px 80px;
  float:right;
  font-family: "MS Mincho";
}
html>body table.staff_list {
  margin: 0px;
}
.staff_list caption {
  background-color: #000;
  border: none;
  margin: 0px;
  padding: 50px 0px 15px 195px;
  color: #6f5f3e;
  text-align: left;
  font-family: "MS PGothic";
}
.staff_list caption a, .staff_list a {
  color: #6f5f3e;
}
html>body .staff_list caption {
  padding: 50px 0px 0px 275px;
}
.staff_list tbody tr td {
  border: none;
  text-align: left;
  padding-left: 16px;
  vertical-align: top;
}
.staff_list tbody tr:hover {
  border: none;
  background-color: #000;
}

.staff_list .term {
  color: #6f5f3e;
  text-align: right;
  width: 210px;
  font-family: "MS PGothic";
}

.black_bg {
  background-color: #000;
  width: 80%;
  padding-top: 30px;
}
html>body .black_bg {
  background-color: inherit;
  width: 100%;
}
.margin_bottom {
  clear: both;
  padding-bottom: 20px;
}
.staff_margin_bottom {
  background-color: #000;
  padding-bottom: 80px;
}

#staff_lang_btn {
  float: right;
}

