/*リンクの文字色*/
a:visited { color: #808080; }
a:hover { color: #ff0000; }
a:active { color: #ff8000; }
a:link { color: #000000; }
body {/*背景の設定*/
	background-color: #ffffff;
	background-image: url(back.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.fontnomal {/*標準のフォント*/
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #808080;
	text-decoration: none;
	font-weight: bold;
}
.fontnomal12 {/*12ポイントのフォント*/
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	color: #808080;
	text-decoration: none;
	font-weight: bold;
	margin-top:0px;
}
.fontnomal12und {/*12ポイントのフォント*/
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	color: #808080;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}
.fontnc {/*標準のフォントで中央そろえ*/
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	text-align: center;
}
.Whfontnc {/*標準のフォントで中央そろえ*/
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
.Refontnc {/*標準のフォントで中央そろえ*/
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
	text-align: center;
}
.fontnc12 {/*12ポイントのフォントで中央そろえ*/
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	text-align: center;
}.fontnc16BK {/*16ポイントのフォントで左右上下中央そろえ*/
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
}
.fontnc18 {/*18ポイントのフォントで中央そろえ*/
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	text-align: center;
}
.fontnr {/*標準のフォントで右寄せ*/
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	text-align: right;
}
h1 {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #808080;
	font-variant: normal;
	text-align: center;
	margin-bottom:0px;
}
table {/*標準のテーブル*/
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}
.nomal {/**/
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #8C8C8C;
}
hr {/*水平線*/
	color: #ffffff;
}
.Red16ptc {/*赤の大文字*/
	color: #ff0000;
	font-size: 16pt;
	text-align: center;
}