@charset "utf-8";
/* CSS Document */

.tbl_head{
	background-color:#eeeeee;
}
.tbl_row{
	background-color:#CFDCE8;
}
.wrap_div{
	line-height:25px;
	width:100%;
	overflow: hidden;
}
.cell_div_r{
	float:right;
	width:30%;
	text-align:left;
	padding-left:5px;
}
.cell_div_l{
	float:right;
	width:60%;
}
.fs_row{
	background-color:#ccd4dc;
}
.headLine{
	background-color:#e3e1e1;
	font-weight:bold;
}
