@charset "utf-8";
h1 {
	font-size: 120%;
	font-weight: bold;
	background-color: #063;
	color: #FFF;
	text-indent: 1em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #6BBD7F;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	background-color: #EEE;
	text-indent: 1em;
	margin-left: 1em;
	font-size: 100%;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
h3 {
	color: #FFF;
	background-color: #006;
	margin-left: 2em;
	font-size: 100%;
	text-indent: 1em;
	border-left-width: 3px;
	border-left-style: double;
	border-left-color: #FFF;
	margin-bottom: 0px;
	padding-top: 2px;
}


body {
	text-align: center;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #ECFFEC;
}

#wrapper {
	text-align: left;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#wrapper p {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-indent: 1em;
	width: 90%;
}
#wrapper table {
	margin-left: 20px;
	margin-bottom: 10px;
}
#wrapper dl {
	margin-left: 3em;
	margin-top: 10px;
}
#wrapper dl dd {
	margin-bottom: 10px;
	padding-top: 2px;
}
#header {
	text-align: center;
}





.backtotop {
	font-size: 80%;
	color: #063;
	text-align: right;
	clear: right;
	float: right;
	margin-bottom: 10px;
	height: 1em;
	width: 800px;
}
.navigator {
	font-size: 80%;
	color: #063;
}

.red {
	color: #F00;
}

#info {
	padding: 10px;
	height: 6em;
	width: 100%;
}
#info1 li  {
	padding-bottom: 5px;
}
