@charset "utf-8";
/* CSS Document */

/* Scroll Table */
#scrollable {
		margin: 0 auto;
}

#scrollable th,td {
	border: outset 1px;
}

#scrollable th {
	background-color:#FF9900;
}

#scrollable table thead tr th .w38 {
	width:38px;
}

#scrolTitle {
		margin: 0 auto;
}

/* style="height:340px; overflow:auto; margin:0; width:758px; border:1px solid #FF9900;*/
#scrollBody {
	margin:0 auto;
	height:340px;
	overflow:auto;
	width:758px;
	border-bottom:1px solid #FF9900;
	border-left:1px solid #FF9900;
}

table td .paraNa {
	cellpadding:4px;
}




