@charset "utf-8";
/* CSS Document */

/* ===== Table ============================================= */
table.tblIMP {
	margin-bottom: 1.5em;
	border-collapse: separate;
}

table.tblIMP td, table.tblIMP th {
	padding: 4px 6px;
	background: url(../img/dot_line2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: top;
}

table.tblIMP th {
	font-weight: bold;
	text-align: center;
}

table.tblIMP td.BG01, table.tblIMP th.BG01 {
	background-color: #F5F1DF;
}

table.tblIMP td.BG02, table.tblIMP th.BG02 {
	background-color: #EBE3BF;
}

