@charset "Shift_JIS";

table.sample {
  border-collapse:collapse;
  border: 1px outset gray;
  margin-bottom:10px;
}

table.sample tr, table.sample td {
  border: 1px solid gray;
  padding:2px 3px;
  font-size:12px;
}