@charset "utf-8";
#taiken {
	font-size: 10pt;
	border: inset 2px;
}
#taiken thead, #taiken tfoot {
	font-weight: bold;
	text-align: center;
	background: #668888;
}
#taiken td {
	border: inset 1px;
/*	line-height: 1.8; */
	padding: 5px;
}
.date {
	text-align: right;
	background: #FFFF00;
}
.num {
	margin-left: 30px;
	list-style: decimal;
}
.alpha {
	margin-left: 30px;
	padding-left: 20px;
	list-style: lower-alpha;
}

