@media print {
h1 {
	font-size: 16px;
	font-weight: bold;
	background-color: #063;
	color: #FFF;
	text-indent: 1em;

	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	background-color: #EEE;
	text-indent: 1em;
	margin-left: 1em;
	font-size: 16px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333;
}
h3 {
	color: #FFF;
	background-color: #006;
	margin-left: 2em;
	font-size: 16px;
	text-indent: 1em;
	margin-bottom: 0px;
}
body {
	text-align: center;
	background-image: none;
	background-repeat:no-repeat;
}

#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%;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
}
#wrapper table {
	margin-left: 20px;
	margin-bottom: 10px;
}
#wrapper dl {
	margin-left: 3em;
}
#wrapper dl dd {
}
#header {
	text-align: center;
	display:none;
}

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

.red {
	color: #F00;
}

#info {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 90%;
	overflow: auto;
	height: auto;
}
}
