<style TYPE="text/css">
<!--
body{
/*↓　背景画像の固定を設定（必要がなければここは削除してもOK）*/
  background-repeat:no-repeat;
  background-position:center top;
  background-attachment:fixed;
/*↑　ここまで　*/
}

/*リンクに関する指定*/
a:link    {text-decoration:none; color:blue; }
a:visited {text-decoration:none; color:slateblue; }
a:active  {text-decoration:none; color:violet; font-weight=600; }
a:hover   {color:red; }

/*ページタイトルの装飾*/
.pagetitle {
	font-size:18pt; color:purple; font-weight:900;
	filter: blur(direction=120,strength=3,add=true); width:100%;
}

/*文字サイズの装飾*/
.small{
	font-size:9pt;
	}
.normal{
	font-size:10pt;
	}
.large{
	font-size:12pt;
	}
.exlarge{
	font-size:14pt;
	color:darkblue;
	font-weight:bold;
	}
.error{
	font-size:12pt;
	color:red;
	font-weight:bold;
	}
.kaiinnsuu{
	color:blue;
	font-weight:bold;
	}
.red10{
	font-size:10pt;
	color:red;
	}
.black11{
	font-size:11pt;
	color:black;
	}
.bg1{
	backgroung-color:white;
	font-size:10pt;
	color:black;
	}
.bg2{
	backgroung-color:gray;
	font-size:10pt;
	font-weight:bold;
	color:darkgreen;
	}
.bg3{
	backgroung-color:gray;
	font-size:12pt;
	font-weight:bold;
	color:darkgreen;
	}
/*-->
</style>
