@charset "utf-8";
.contentwrap {
	min-height: 95%;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
}
.contentwrap h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 100%;
	color: #000;
	text-align: center;
	margin: 0px;
}
.contentwrap h2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 100%;
	color: #000;
	text-align: center;
	margin: 0px;
}
table {
	border-collapse:collapse;
	border: thin solid #000;
}
td {
	border: thin dotted #000;
	line-height: 110%;
	empty-cells: show;
	padding: 2px;
}
td:last-child {
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 5px;
}
.col0 {
	width: 15px;
	text-align: center;
}
.col1 {
	width: 80px;
}
.col2 {
	width: 90px;
}
.col3 {
	width: 25px;
	text-align: center;
}
.col4 {
	width: 140px;
}
.col5 {
	text-align: justify;
	text-justify: inter-ideograph;
}