body{
	background: #fff;
	margin: 10pt;
}

hr{
	width:60%;
	margin: 10pt auto;
}

div.header{
	margin: auto;
}
div.title{
	float: left;
	width: 350px;
	text-align: right;
	font-size: 200%;
	font-weight: bold;
}
div.footer{
	clear: both;
	text-align: center;
}

ul{
	margin: 10px;
}
ul.menu	{
	width: 150px;
	margin: 0px;
	margin-left: 350px;
	white-space: nowrap;
	text-align:center;
}
ul li{
	border-color: #DD8;
	background: #FFC;
}
ul.menu	li{
	border-color: #84F;
	background: #FDF;
}
li	{
	margin: 0px 0px 5pt;
	padding: 2pt;
	border: 4px outset;
	list-style-type: none;
}

li a{
	margin: 0pt;
	padding: 0pt;
	font-size: 150%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
}
li a.mail{
	font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
	display: inline;
}

h1{
	background: #8ff;
	border: 4px outset #8ff;
	font-size: 200%;
	margin: auto;
	text-align: center;
	width: 10em;
	font-weight: normal;
}

h2{
	margin: auto;
	font-weight: normal;
}
strong{
	font-weight:normal;
	color: #F00;
}

p.back{
	text-align: center;
	margin: 0pt;
}
h3{
	background: #ff8;
	border: 2px outset #ff8;
	font-size: 150%;
	margin: 10px auto;
	text-align: center;
	width: 15em;
	padding: 5px;
	font-weight: normal;
}
table.fee{
	--border-collapse: collapse;
	width: 90%;
	margin: 10px auto;
	border: 3px outset #009;
}
table.fee td{
	border: 1px inset #009;
}
