/*　フォントカラー　*/
td	{
	color : #333333;
	}


/*　リンク　*/
a:link 	{
	color : #2A389E;
	text-decoration : underline;
	}
a:active{
	color : #0062C7;
	text-decoration : underline;
	}
a:visited{
	color : #2A389E;
	text-decoration : underline; 
	}
a:hover	{
	color : #0062C7;
	text-decoration : underline; 
	}

/*　ホワイトリンク　*/
a.white:link,
a.white:active,
a.white:visited,
a.white:hover
 {
	color : #FFFFFF;
	text-decoration : underline;
	}

/*　カラー　*/
#copyright	{
	color : #FFFFFF;
 }
