@charset "EUC-JP";

/* (C) Miyahan 2006-09-01 */
/* このCSSファイルの利用、複製、改変、配布等の行為は GNU Free Documentation License を適用します。 */

body,td,th {
	font-size: medium;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro",Meiryo,sans-serif;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #063;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #063;
}
a:hover {
	text-decoration: underline;
	color: #039;
}
a:active {
	text-decoration: none;
	color: #039;
}
div#title {
	background-color: #006633;
	position: relative;
	padding-top: 1em;
	padding-right: 4%;
	padding-bottom: 1em;
	padding-left: 1%;
	width: 95%;
	left: 0px;
	top: 0px;
	text-align: right;
}
div#contents {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}
div#text {
	position: relative;
	text-align: center;
	width: 80%;
	left: 10%;
}
div#footer {
	color: #FFFFFF;
	background-color: #006633;
	width: 94%;
	margin-bottom: 0px;
	padding-top: 1em;
	padding-right: 6%;
	padding-bottom: 1em;
	padding-left: 0%;
	text-align: right;
	margin-top: 1em;
}
div#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
	color: #009933;
	background-color: #FFFFFF;
}