@charset "UTF-8";
body {
	font-family: "メイリオ",sans-serif;
	font-size: 14px;
}
tr.header {
	text-align: center;
	font-weight: bold;
	background-color: #EEEEEE;
}
th {
	font-size: 12px;
	background-color: #EEEEEE;
}
td {
	font-size: 12px;
}
select {
	font-size: 13px;
}
input {
	font-size: 13px;
}
textarea {
	font-size: 13px;
}
.red {
	color: #FF0000;
	font-weight: normal;
}
.mono {
	font-family: monospace;
}
