@charset "Shift_JIS";
/*---フォントサイズと色の設定---*/

a { color: #666666 }
body { font-size: 9pt;color: #666666 ;}
TD { font-size: 9pt ;color : gray;}

/*---フォントカラーの設定---*/
a:link{
	color: #993399;
	text-decoration: none;
	background-color: transparent;
}
a:visited{
	color: #993399;
	text-decoration: none;
	background-color: transparent;
}
a:hover{
	color: #FF00CC;
	text-decoration: none;
	background-color: transparent;
}
a:active{
	color: #993399;
	text-decoration: none;
	background-color: transparent;
}

/*--- フォントクラス---*/
.Font08pt{ font-size: 8pt ;
  color : gray;
}
.Font09pt{ font-size: 9pt ;}
.Font10pt{ font-size: 10pt ;}
.Font11pt{ font-size: 11pt ;}
.Font12pt{ font-size: 12pt ;}
.Font13pt{ font-size: 13pt ;}
.Font14pt{ font-size: 14pt ;}
