@charset "utf-8";

table.table001{
  border: 1px #E3E3E3 solid;
  border-collapse: collapse;
  border-spacing: 0;
}
table.table001 th{
  padding: 5px;
  border: #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  background: #F5F5F5;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  white-space: nowrap; 
}
table.table001 td{
  padding: 5px;
  border: 1px #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  white-space: nowrap;
}

table.table002 {
	margin-top: 0.2em;
  margin-bottom: 1em;
	width: 720px;
	margin-left : auto;
	margin-right : auto;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
}
table.table002 th,
table.table002 td {
  padding: 4px 6px;
}
table.table002 th {
  background: #1B3AB4;
  text-align: center;
  white-space: nowrap;
  font-size: 92%;
  color: #FFF;
}
table.table002 td {
  background: #E5EAFF;
  text-align: left;
  white-space: nowrap;
}

table.table003 {
	margin-top: 0.2em;
  margin-bottom: 1em;
	width: 900px;
	margin-left : auto;
	margin-right : auto;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 95%;
}
table.table003 th,
table.table003 td {
  padding: 3px 5px;
}
table.table003 th {
  background: #1B3AB4;
  text-align: center;
  white-space: nowrap;
  font-size: 90%;
  color: #FFF;
}
table.table003 td {
  background: #E5EAFF;
  font-size: 85%;
}

table.table004 {
	margin-top: 0.2em;
  margin-bottom: 1em;
	width: 100%;
  border-collapse: collapse;
  border: solid 1px #999;
}
table.table004 th,
table.table004 td {
  border: solid 1px #999;
  padding: 4px 6px;
  font-size: 85%;
}
table.table004 th {
  background: #7979ff;
  text-align: center;
  white-space: nowrap;
  font-size: 90%;
  color: #FFF;
}
table.table004 tr.normal {
  background: #ffffff;
}
table.table004 tr.bkother {
  background: #e8e8ff;
}

table.table005 {
	margin-top: 0.2em;
  margin-bottom: 1em;
	width: 100%;
	margin-left : auto;
	margin-right : auto;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 95%;
}
table.table005 th,
table.table005 td {
  padding: 3px 5px;
}
table.table005 th {
  background: #1B3AB4;
  text-align: center;
  white-space: nowrap;
  font-size: 90%;
  color: #FFF;
}
table.table005 td {
  background: #E5EAFF;
  font-size: 85%;
}

