@charset "shift_jis";


/*‘•”õ‚©‚ç‘I‚Ôteble*/
table.soubi {

  margin: auto;
  width: 570px;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 75%;
  table-layout:fixed;
  line-height: 120%;

}

table.soubi th, table.soubi td {
  padding: 4px;

}

table.soubi col.col1 {
  width: 100px;
}

table.soubi col.col2, table.soubi col.col3, table.soubi col.col4, table.soubi col.col5,
 table.soubi col.col6, table.soubi col.col7 {
  width: 65px;
}


table.soubi th {

  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #d4d1f3;
  text-align: center;
  white-space: nowrap;
  font-weight:normal;
  margin-top:5px;
  width:200px;
}

table.soubi td {

  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #F3F3F3;
  text-align: center;
  white-space: nowrap;
}







