a {text-decoration:none;}

body,table {
	font-family: Franklin Gothic Medium;
	font-size: 10pt;
	word-break: break-all;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
	
}
a{/*リンクされた文字*/
	color:#F90;
	text-decoration: none;
}
a:link {/*未訪問のリンク*/
	color:#F90;
	text-decoration: none;
}
a:visited {/*訪問後のリンク*/
	color:#F90;
	text-decoration: none;
}
a:hover {/*マウスをのせたとき*/
	color:#F90;
	text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}

