@charset "utf-8";

table#datsu {
	margin: 20px 80px 0 30px;
}

	table#datsu th {
		width: 12em;
		padding: 0.5em;
		text-align: center;
	}
	
	table#datsu td {
		width: auto;
		font-family: Verdana, "Century Gothic", Arial;
		letter-spacing: -1px;
		text-align: right;
		font-size: 90%
	}
	
	table#datsu td.num {
		text-align: center;
		background: #F2F3F1;
		padding: 0.2em;
	}

	table#datsu th.label {
		background-image: none;
		background-color: transparent;
		vertical-align: bottom;
		height: 1.5em;
		border: none;
		padding: 10px 0 3px 3px;
		color: #E67928;
		font-size: 110%;
		text-align: left;
	}
	
table#time {
	margin: 10px 100px 0 40px;
}
	
	table#time th {
		width: 10em;
	}
		
		table#time th.label {
			width: auto;
		}
			
	table#time td {
		width: auto;
		text-align: left;
	}
	
