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

.tbl_discont{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tbldiscont th,
.tbldiscont td{
	line-height:1.4;
	padding:6px;
}

.tbldiscont th{
	background: #E6E6E6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
.tbldiscont td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tbl_none{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tbl_none th,
.tbl_none td{
	line-height:1.4;
	padding:0px;
	background: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

.bg_yellow {
	background-color: #FFFCCE;
}