a {text-decoration:none;}
a:hover {color:#ff0000}

/*  webの余白をなくす */
* {
  padding: 0px;
  margin: 0px;
}

body,table {
  font-size: 12px;
}
.box {
  margin: auto;
  width: 620px;
  background-color: #ffffff;
}
table.style {
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #ffffff;
  width: 600px;
}
.style th,.style td {
  padding: 6px;
  border: 1px solid #ffffff;
}
.style td.title {text-align: center}

.copy {text-align: center}
