/* e[u */
.generaltablewaku {
	width: 450px;
	margin: auto;
}

.generaltable {
	width: 450px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size: 80%;
	color: #666666;
	margin: 0px auto 20px;
}

.generaltable td,.generaltable th {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-valign: top;
}

.generaltable td.tittle {
	font-weight: bold;
	text-align: center;
	background-color: #cefbf9;
}

.generaltable td.af {
	background-color: #fff799;
	color: #c67;
}

.generaltable td.caption {
	text-align: center;
}

.generaltable td.at {
	border-bottom: 0px;
}

.generaltable td.t {
	border-top: 0px;
}

