@charset "euc-jp";

#history {
	padding: 2px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#history table {
	margin-top: 0.2em;
	margin-bottom: 1em;
	width: 600px;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 100%;
	border: 1px solid #CCCCCC;
}
#history th,#history td {
  padding: 4px 6px;
}
#history th {
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
	background-color: #FFCE8C;
}
#history td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #F3F3F3;
}
