@charset "UTF-8";

h1{
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 12px;
	text-align: center;
}

h2{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 6px;
}

p{
	line-height: 166%;
	margin-bottom: 0.5em;
}

table{
	border-collapse: collapse;
	margin-bottom: 20px;
}
td{
	width: 60px;
	border-collapse: collapse;
	border: 1px solid #AAA;
	text-align: center;
	padding: 4px 0;
}
td.tdm{
	width: 124px;
}
tr.kaisuu td{
	border-bottom: 3px double;
}

p.jiki{
	margin-bottom: 20px;
	font-size: 90%;
}

