@charset "UTF-8";

:root {
	font-size: 16px;
}
* {
	font: 1em/1.7 'Hiragino Kaku Gothic ProN', 'BIZ UDPGothic', sans-serif;
}
body {
	margin: 0 0 1.5em;
	padding: 0;
	color: #333;
	background: #fff;
}
h1 {
	margin: 0;
	padding: .2em 1em;
	color: #fff;
	font-weight: bold;
	background: url('https://ryus.cloudfree.jp/x/dcount/count.cgi?mode=time&type=24') calc(100% - 1em)/5%,
		url('https://ryus.cloudfree.jp/x/dcount/count.cgi?mode=date') calc(100% - 6em)/9%;
	background-color: #000;
	background-repeat: no-repeat;
}
h2 {
	margin: .5em auto 0;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

h2 > a:is([href]:link, [href]:visited, [href]:hover, [href]:active) {
	color: #000;
	background: #0000;
	text-decoration: none;
}
h2 + div[align='right'] {
	float: right;
}
main {
	padding: 0 3%;
}
table {
	border-collapse: collapse;
}
td {
	padding: 0 .5em;
}

.ttl {
	color: #004040;
}
.eng {
	font-family: Verdana, Helvetica, Arial;
}
input[type='submit'] {
	padding: 0 .8em;
}

