<!--

table{
  display: table;
  margin-left : 1em;
  font-size : 9pt;
  border-collapse: collapse;
  border-spacing : 0px;
  border-style : solid;
  border-width : 1px;
  border-color : #666666;
}

caption{
  text-align : left;
}

th{
  width : 8em;
  text-align : center;
  border-style : solid;
  border-width : 1px;
  border-color : #666666;
}

th.ko{
  width : 11em;
}

th.ba{
  width : 30em;
}


td{
  text-align : center;
  border-style : solid;
  border-width : 1px;
  border-color : #666666;
}

img{
  margin : 0 0 1em 0.5em;
}

-->


