/*基本デザイン*/
body,td{font-size: 100%; color : #000000;}
/*リンク*/
a:link	{text-decoration : none; color: #0000ff ; }
a:visited {text-decoration : none; color: #000000 ; }
a:active {text-decoration : none; color: #0000ff ; }
a:hover	{text-decoration :underline; color: #0000ff ; }
