body {
	font-size: 9pt;
}
table {
	font-size: 9pt;
}

/* ブロック内のテキスト左寄せ */
.block_left {
	margin: 0 auto;
	text-align: left;
}
