@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #CCC;
	background-position: center top;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
}
.h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 21px;
	font-weight: bold;
	line-height: 25px;
	color: #039;
}
.h2 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 16px;
	color: #039;
	font-weight: bold;
}
.h3 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 16px;
	color: #039;
	font-weight: bold;
	text-decoration: underline;
}
.h4 {
	font-size: 21px;
	font-weight: bold;
	color: #666;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	border-bottom-color: #999;
}
.answer {
	font-size: 14px;
	margin-left: 40px;
	line-height: 18px;
}
.copylrght {
	font-size: 10px;
	color: #999;
}
.midashi {
	color: #b81a35;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}
.white {
	color: #FFF;
}
#body {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    width: 1000px;
    text-align: right;
}
.text_1 {
	font-weight: bold;
	color: #09F;
}
.title {
	font-size: 21px;
	color: #FFF;
	background-color: #00F;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin: 3px;
	width: 680px;
}
.text_2 {
	font-size: 14px;
	line-height: 20px;
}
