/*
 * レコードの挿入削除追加用CSS
 * $Date: 2004/10/30 05:06:24 $
 * $Revision: 1.2 $
 */
table {
  border-collapse: collapse;
  empty-cells: show;
  border: none;
}
th {
  background: Menu;
  border: 1px solid black;
}
td {
  border: 1px solid black;
}
input {
  background: transparent;
  border: none;
  font-size: 1em;
}
div.table_title {
  margin-bottom: 0.25em;
}
td.table_title {
  padding: 0;
  border: none;
  vertical-align: bottom;
}
td.table_buttons {
  padding: 0;
  border: none;
  text-align: right
}
#table1_eventController {
  background: transparent;
  color:white;
  border: none;
  width: 0;
}
.c0 { width: 0.5em; }
.c1 { width: 4em }
.c2 { width: 6em }
.c3 { width: 4em }
.c4 { width: 6em }
.c5 { width: 3em }
.c6 { width: 10em }
