table.table001 {
	margin-top: 2em;
	margin-bottom: 1em;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 10pt;
	margin-right: auto;
	margin-left: auto;
}

table.table001 caption {
  margin-top: 1em;
  text-align: right;
}

table.table001 th,
table.table001 td {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

table.table001 th {
	background: #5276fd;
	text-align: center;
	white-space: nowrap;
	color: #FFF;
}

table.table001 td {
	white-space: nowrap;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	line-height: 15pt;
	font-size: 10pt;
	background-color: #dce4ff;
}
.bg_blue {
	background-color: #dc143c !important;
}
.bg_red {
	background-color: #e77771 !important;
}
.bg_gray {
	background-color: #999999 !important;
}
.text_right {
	text-align: right;
}
.text_left {
	text-align: left;
}
.juuji {
	color: #FFF;
	background-color: #c80000 !important;
	z-index: 100;
	width: 60px !important;
	display: block;
}
