<STYLE type="text/css">
<!--
BODY

h1{
	font-size: 10pt;
	margin:0px;
	padding-bottom:0px;
	padding-left:5px;
}

td { font-size: 10pt;} /*枠内のフォントサイズ*/ 
td.1 { font-size: 12pt;} /*枠内のフォントサイズ*/ 
td.2 { font-size: 14pt;} /*枠内のフォントサイズ*/ 
td.3 { font-size: 8pt;} /*枠内のフォントサイズ*/ 

font { font-size: 10pt;} /*フォントサイズ*/ 
font.1 { font-size: 12pt;} /*フォントサイズ*/ 
font.2 { font-size: 14pt;} /*フォントサイズ*/ 
font.3 { font-size: 8pt;} /*フォントサイズ*/ 

b { font-size: 10pt;} /*太字のフォントサイズ*/ 
b.1 { font-size: 12pt;} /*太字のフォントサイズ*/ 
b.2 { font-size: 14pt;} /*太字のフォントサイズ*/ 
b.3 { font-size: 8pt;} /*太字のフォントサイズ*/

a:link { font-size: 10pt; color: #292929 ; text-decoration: underline ; }/*未訪問リンク */
a:visited { font-size: 10pt; color: #292929 ; text-decoration: underline ; }/*訪問済みリンク */
a:active { font-size: 10pt; color: #ff0000 ; text-decoration: none ; }/*クリックしたとき */
a:hover { font-size: 10pt; color: #cc0000 ; text-decoration: none ; background-color: silver ; }/*マウスが乗ったとき */

a.sub:link { font-size: 10pt; color: #FF3333 ; text-decoration: underline ; }/*未訪問リンク */
a.sub:visited { font-size: 10pt; color: #FF3333 ; text-decoration: underline ; }/*訪問済みリンク */
a.sub:active { font-size: 10pt; color: #999999 ; text-decoration: none ; }/*クリックしたとき */
a.sub:hover { font-size: 10pt; color: #666666 ; text-decoration: none ; background-color: #FF9999 ; }/*マウスが乗ったとき */

a.sub1:link { font-size: 8pt; color: #ff6600 ; text-decoration: none ; }/*未訪問リンク */
a.sub1:visited { font-size: 8pt; color: #ff6600 ; text-decoration: none ; }/*訪問済みリンク */
a.sub1:active { font-size: 8pt; color: #ff0000 ; text-decoration: none ; }/*クリックしたとき */
a.sub1:hover { font-size: 8pt; color: #ff66ff ; text-decoration: underline ; }/*マウスが乗ったとき */

input.text { color: #FF0033; border: 1px solid red; }
input.text1 { color: #FF0033; border: 1px solid white; }
-->
</STYLE>