@charset "UTF-8";



body {
	margin: 0px;
	padding: 0px;
	background-color: #EAF6F5;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #1C2E89;
	text-align: center;
}

/*幅と背景*/
#wrapper {
	text-align: center;
	padding: 0px;
	width: 800px;
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #262FA6;
}
h2 {
	font-size: 14px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.midashi1 h3 {
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	font-weight: 600;
	color: #FFFFFF;
}
p,td {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, "メイリオ";
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	color: #1C2E89;
}
.error {
	background-color: #FFEDF3;
	color: #FF0000;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.error400 {
	background-color: #FFEDF3;
	color: #C00;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 400px;
}
table.base1 {
	border-collapse: collapse;
	border: 1px solid #0B2C89;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
table.base1 th {
	padding: 3px;
	background-color: #C2ECF3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	border: 1px solid #2835A4;
}
table.base1 td {
	padding: 3px;
	margin: 0px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, "メイリオ";
	line-height: 16px;
	border: 1px solid #2630A4;
	color: #1C2E89;
}
table.base2 {
	border-collapse: collapse;
	border: 1px solid #99CCFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	line-height: 14px;
}
table.base2 td {
	padding: 3px;
	margin: 0px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, "メイリオ";
	line-height: 16px;
	border: 1px solid #99CCFF;
	color: #1C2E89;
	background-color: #FFF;
}
.komoku {
	background-color: #C2ECF3;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 11pt;
	font-weight: 300;
	text-align: left;
	width: 138px;
}
.midashi1 {
	background-color: #3AA7A1;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	color: #FFFFFF;
}
.setsumei {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 11pt;
	text-align: center;
	margin: 3px;
	padding: 3px;
	width: auto;
}
.center {
	text-align: center;
	margin: 0px;
	padding: 0px;
}


/*span設定*/
.eg {
	color: #930;
	font-size: 9pt;
}
.red {
	color: #F00;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0B2C89;
}
.note {
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}
.note2 {
	font-size: 18px;
	color: #F00;
	line-height: 24px;
	font-weight: bold;
}
