
/*------------------------------------------------
	上部詳細の左側様
------------------------------------------------*/
.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;
}


/*------------------------------------------------
	各テーブルの右側様
------------------------------------------------*/
.td{
	height:25px;
	font-color: #001832;
	padding-left: 5px;
	padding-top: 1px;
	background-color: #eeeeee;
}


/*------------------------------------------------
	外枠様
------------------------------------------------*/
.table_b{
	border-width: 2px;
	border-style: solid;
	border-color: #eeeae2;
}


/*------------------------------------------------
	左のテーブルの中線用
------------------------------------------------*/
.uline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}

table {
	background-color: #FFFFFF;
}


/*------------------------------------------------
	文字の装飾
------------------------------------------------*/
.italic{ font-style:italic; }
.bold  { font-weight:bold; }

