@charset "utf-8";
/* history CSS */

#history {
	width:595px;
	margin:0 auto;
}
#history table {
	border-left:1px solid #c9c7be;
	border-top:1px solid #c9c7be;
	width:100%;
	margin:10px 0 0;
}
#history table td {
	border-right:1px solid #c9c7be;
	border-bottom:1px solid #c9c7be;
	line-height:125%;
}
.td01 {
	width:100px;
	text-align:center;
	background-color:#f3f3ec;
}

