
/*------------------------------------------------
	基本的なテーブル設定
------------------------------------------------*/
.table_color{
	width: 85px;
	background-color: #b4caf0; 
	text-align: center;
	font-weight: bold;
}

.table_color2{
	width: 130px;
	background-color: #b4caf0; 
	text-align: center;
	font-weight: bold;
}

.wb{
	background-color: #ffffff;
}

.table2{
	border-width: 2px;
	border-style: solid;
	border-color: #eeeae2;
}


/*------------------------------------------------
	左のテーブルの中線用
------------------------------------------------*/
.uline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}

.sb{
	background-color: #eeeae2;
}

.bd{
	background-color: #eeeeee;
}
table {
	background-color: #FFFFFF;
}
