@charset "UTF-8";
@import url("common.css");
@import url("fontsize.css");
@import url("base.css");
table.history {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 95%;
	line-height: 135%;
	width: 500px;
}
.history td,th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	padding: 5px;
}
.history th {
	background-color: #F3F3F3;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
