html, body {
  background: #ffa244;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

a.link_button {
 text-decoration: none;
}

#tbl_male {
  background-color: #add8e6;
}

#tbl_female {
  background-color: #ffc0cb;
}

#tbl_head {
  font-size: small; font-weight: bold; text-align: center;
}

#tbl_name {
  font-size: medium; text-align: center; font-weight: bold;
}

#tbl_kana {
  font-size: x-small; text-align: center;
}

#tbl_remark {
  font-size: small; text-align: center; font-weight: bold; color: #505050;
}

#tbl_intro {
  font-size: 9pt; text-align: center; color: #000000;
}

#tbl_number {
  font-size: small; text-align: center; font-weight: bold;
}

caption {
  caption-side: top; font-size:large; font-weight: bold; color: #000000; background-color: transparent;
}
