@import url("bace.css");

@import url("table.css");

@import url("form.css");


table {
    border-collapse: collapse; /* セルの境界線を重ねる */
    border-spacing: 0;         /* セル間の隙間をゼロにする */
}


td.lefttable2 {
	background-color: #BE7736 !important;
	color: #fff !important;
	padding: 3px 20px;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;

    height: 1px; 
    line-height: 1;
}
