

.head {
	font-weight: bold;
}
.soshiki {
}
.history {
	width: 800px;
	overflow: visible;
	height: 20px;
	border-bottom: 1px #c0c0c0 solid;
}
.number {
	float: left;
	width: 30px;
	text-align: right;
}
.date {
	float: left;
	width: 100px;
	padding-left: 10px;
	text-align: left;
}
.kind {
	text-align: left;
	float: left;
	width: 200px;
}
.dan {
	float: left;
	width: 70px;
}
.ken {
	float: left;
	width: 100px;
}
.sensei {
	float: left;
	width: 200px;
}
.clear {
	clear: both;
}

.paid {
    margin-left: 10px;
}
.nopaid {
    margin-left: 10px;
    text-decoration: line-through;
    background-color: #ffe0e0;
}
.dcpaid {
    margin-left: 10px;
    text-decoration: line-through;
    background-color: #ffe0e0;
    display: none;
}
