@charset "Shift_JIS";

table.History {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:480px;
}

table.History th {
	width:8em;
	padding:3px;
	border:1px solid white;
	font-size:small;
	font-weight:normal;
	text-align:left;
	white-space:nowrap;
}

table.History td {
	padding:3px;
	border:1px solid white;
	font-size:small;
	font-weight:normal;
	text-align:left;
}

table.History .Line1 {
	background:#e6e6fb;
}

table.History .Line2 {
	background:#f7f7fd;
}