/* 余白の調整 */
body {
	margin: 0;
	width: 100%;
}
div.base {
	padding: 0;
}
/* 文字サイズ */
body, th, td {
	font-size: 11px;
}
.bigfont1 {
	font-size: 16px;
}
.bigfont2 {
	font-size: 14px;
}

/* 印刷時に非表示にする */
h1, table.buttons {
	display: none;
}
/* 表示領域を大きく */
textarea {
	height: 230px;
	font-size: 90%;
}
/* 枠線を消す */
div.base {
	border: none;
}
#seathtml div.base {
	border-top: none;
}
