
/*------------------------------------------------
	外枠様
------------------------------------------------*/
.table_b{
	border-width: 2px;
	border-style: solid;
	border-color: #eeeae2;
}


/*------------------------------------------------
	左のテーブルの中線用
------------------------------------------------*/
.uline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}


/*------------------------------------------------
	色付セル用
------------------------------------------------*/
.bd{
	padding:3px;
	background-color: #eeeeee;
}

table {
	background-color: #FFFFFF;
}
