@charset "utf-8";

table {
  font-family:'ＭＳ Ｐゴシック';
  font-size:15px;
  margin:10px;
  color:#000;
}

caption {
  text-align:center;
  font-weight:bold;
}

table thead tr th {
  background-color: #c0c0c0;
}

table tbody tr td {
  vertical-align:top;
}
