@import url(ofr_common.css);

/* ラベル列 */
.tblColLbl{
	background-color:#33CC66;
	text-align:center;	
	white-space:nowrap;
	width:200px;
	height:70px;
	color:#FFFFFF;
}

/* フォーム要素列 */
.tblColFmEl {
	background-color:#EBFEE2;	
}	
/* 送信ボタン行 */
#tblRowSbmt {
	text-align:center;
	background-color:#CCCCCC;
	height:60px;
}