
/******************************
	@Bݔ
*******************************/
div.machineBox {
	width: 640px;
	margin: 0px 4px;
}

table#machineTable {
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
/*	width: auto;*/
	line-height: 1.6em;
}


table#machineTable th {
	background-color: #FAFAFA;
	border:	1px solid #CCCCCC;

	padding: 2px;
	text-align: center;
	font-weight: normal;
	vertical-align: top;
	width: auto;
}


table#machineTable td {
	border:	1px solid #CCCCCC;
	padding: 8px;
	text-align: left;
	vertical-align: top;
}
