body {
	font-size: 90%;
	color: #000066;
	background-color: #ffffff;
	background-image: url(back.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	line-height: 150%;
	margin: 20pt;
}

table {
	font-size: 90%;
	color: #000066;
	line-height: 120%;
	width: 100%;
}

.bor { text-align: center; border-width: 4px; border-style: dotted; border-color: #00ccff; padding: 10pt; margin-left: 5pt; margin-right: 5pt; }

.bor2 { text-align: center; border-width: 1px; border-style: solid; border-color: #00ccff; padding: 10pt; margin-left: 5pt; margin-right: 5pt; }

h1 { font-family: "ＭＳ Ｐ明朝", "細明朝体"; font-size: 250%; font-style: italic; }

h2 { font-size: 120%; color: #ff3300; text-align: center; margin: 5pt; }

h3 { font-size: 120%; text-align: center; }

.menu {
	text-decoration: none;
	color: #009999;
	background-color: #eeffff;
	border-width: 1px;
	border-style: outset;
	margin: 3pt;
	padding: 3pt;
	width: 140px;
}

a { text-decoration: none; }
a:hover {
	text-decoration: underline; 
}
span.ml a:hover {
	color: #ccffff;
	background-color: #009999;
	text-decoration: none; 
	border-width: 1px;
	border-style: inset;
	border-color: #009999;
	margin-left: 4pt;
	margin-top: 4pt;
	padding: 3pt;
}