a:link {
font-size: 9pt;
text-decoration:none;
color:#ffffff ; /*未訪問リンク */
}
a:visited {
font-size: 9pt;
text-decoration:none;
color:#ffffff ; /*訪問済みリンク */
}
a:active {
font-size: 9pt;
text-decoration:none;
color:#cc66ff ; /*クリックしたとき */
}
a:hover {
font-size: 9pt;
text-decoration:none;
color:#003300 ; /*マウスが乗ったとき */
background-color : #ffffff ; /*マウスが乗ったとき */
}
body		{font-size:9pt;}
.size7		{font-size:7pt;}
.size9	{font-size:9pt;}
.size9b	{font-size:9pt;font-weight:bold;}
.size11		{font-size:11pt;}
.size11b	{font-size:11pt;font-weight:bold;}
.size14		{font-size:14pt;}
.size14b	{font-size:14pt;font-weight:bold;}
.size16		{font-size:16pt;}
.size16b	{font-size:16pt;font-weight:bold;}
.size18		{font-size:18pt;}
.size18b	{font-size:18pt;font-weight:bold;}

