table {
	border-width: 1px 1px 1px 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: silver;
	border-right-color: silver;
	border-left-color: silver;
	font-size: 100%;
	line-height: 1.5em;
	letter-spacing: 2px;
	border-bottom-style: solid;
	border-bottom-color: silver;
	width: 100%;
}

td {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid;
	border-right-style: solid;
	border-left-style: solid;
	border-color: silver silver;
	border-right-color: silver;
	border-left-color: silver;
}

.nowrap {
	white-space: nowrap;
}

.nowrap_center {
	text-align: center;
	white-space: nowrap;
}

th {
	font-size: 100%;
	color: lime;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: silver;
	border-left-color: silver;
	border-right-color: silver;
	border-bottom-style: solid;
	border-bottom-color: lime;
}

.box_below_data {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: silver;
	border-left-color: silver;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: silver;
}

.th_mizuiro {
	border-bottom-width : 1px;
	border-bottom-style: solid;
	border-bottom-color: aqua;
	border-top-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color : silver;
	border-left-color : silver;
	border-right-color : silver;
	caption-side: top;
	font-size: 120%;
	color: aqua;
}

.invisible {
	visibility: hidden;
}


.up{
  

  vertical-align : super;
}
