@charset "utf-8";
/* CSS Document */

table.table001 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 570px;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
}

table.table001 caption {
	text-align: left;
	font-weight: bold;
}

table.table001 th,
table.table001 td {
  padding: 4px 6px;
}

table.table001 th {
	background: #F60;
	text-align: center;
	white-space: nowrap;
	font-size: 92%;
	color: #FFF;
}

table.table001 td {
  background: #E5EAFF;
  text-align: right;
  white-space: nowrap;
}
