@charset "UTF-8";
@import url("../common/common.css");

/* general table */
table.tbl1{
	margin:15px 0 0 21px;
	width:607px;
	border-top:solid 1px #CCC;
	border-right:solid 1px #CCC;
}
table.tbl1 tr th,table.tbl1 tr td{
	border-bottom:solid 1px #CCC;
	border-left:solid 1px #CCC;
}
table.tbl1 tr th{
	background-color:#FFE6D2;
	padding:1px 7px 1px;
}
table.tbl1 tr td{
	padding:6px 7px 5px;
	line-height:17px;
}
table.tbl1 tr td.td1{
	white-space:nowrap;
}
table.tbl1 tr td.osTdCont{
	width:230px;
	white-space:nowrap;
}
