/*　リンク　*/
a:link {
	text-decoration:none;
	color:#999999;
	font-weight: normal
}
a:visited {
	text-decoration:underline;
	color:#ff0000;
	font-weight: normal; 
}
a:hover {
	text-decoration:none;
	color:#ff0000;
	background-color:#ffffff;
	font-weight: normal; 
}
a:active {
	text-decoration:none;
	color:#00ff00;
}

/*　サイズ変更　*/
td {
	font-size:14px;
	line-height:120%;
}
