body td {
	font-size: 10.5pt; 
	line-height: 150%;
	}
a.white	{ 
	font-size: 11.5pt; 
	line-height: 150%;
	color: white;
	text-decoration:none;
	}
a.white:visited { color: white; }
a.white:active { color: yellow; }
a.white:hover { color: yellow; }
a.green	{ 
	font-size: 10pt; 
	line-height: 120%;
	color: green;
	text-decoration:none;
	}
a.green:visited { color: green; }
a.green:active { color: green; }
a.green:hover { color: yellow; }

/*リンク：レッド*/
a.red	{
	font-size: 10.5pt;
	}
a.red:link{ color:#990000; text-decoration:none; }
a.red:visited{ color:#990000; text-decoration:none; }
a.red:hover{ color:#990000; text-decoration:underline; }

/*リンク：ブルー*/
a.blue	{
	font-size: 10.5pt;
	font-weight: bold;
	}
a.blue:link{ color:#0066FF; text-decoration:none; }
a.blue:visited{ color:#0066FF; text-decoration:none; }
a.blue:hover{ color:#990000; text-decoration:underline; }

/*リンク：ブラック*/
a.black	{
	font-size: 10pt;
	}
a.black:link{ color:#000000; text-decoration:none; }
a.black:visited{ color:#000000; text-decoration:none; }
a.black:hover{ color:#336600; text-decoration:underline; }
b.mini	{
	font-size: 8pt;
	}
h1	{
	font-size: 12pt;
	line-height: 150%;
	}
h2	{
	font-size: 12pt;
	color: #4D7B7D;
	}
#menu
	{
	font-size: 12pt; 
	color: #FFFFFF;
	line-height: 150%;
	} 
p	{
	font-size: 8pt;
	color: #808080;
	}
