.tList {
	border: 2px solid #666666;
	border-collapse: collapse;
}
.tListNormal {
	background: #ffffff;
}
.tListNotice {
	background: #ffff99;
}
.tListNoticeCheck {
	background: #ffcccc;
}
.tListCols {
	border: 1px dotted #666666;
	font-family: "MS Gothic", Osaka;
	font-size: 12px;
	line-height: 100%;
}
.tListColsLast {
	border-top: 1px dotted #666666;
	border-left: 1px dotted #666666;
	border-right: 1px dotted #666666;
	border-bottom: 2px solid #666666;
	font-family: "MS Gothic", Osaka;
	font-size: 12px;
	line-height: 100%;
}
.tListTitle {
	border: 1px dotted #666666;
	font-family: "MS Gothic", Osaka;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	background: #ffb000;
}
.tListTitleLast {
	border-top: 1px dotted #666666;
	border-left: 1px dotted #666666;
	border-right: 1px dotted #666666;
	border-bottom: 2px solid #666666;
	font-family: "MS Gothic", Osaka;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	background: #ffb000;
}
.errmsg {
	color: #ff0000;
	font-weight: normal;
}
