@charset "UTF-8";

/* table.css */



/* table.table021 */

div#maint div.section table.table021 {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 450px;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 100%;
}

div#maint div.section table.table021 caption {
	margin-top: 1em;
	text-align: left;
}

div#maint div.section table.table021 th,
div#maint div.section table.table021 td {
	padding: 4px 6px;
}

div#maint div.section table.table021 th {
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	background: #6699cc;
	text-align: left;
	color: #fff;
	font-size: 92%;
}

div#maint div.section table.table021 td {
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	background: #F3F3F3;
	text-align: left;

}
