/* 文字 */
.AllText td{
	font-size: 80%;
	color: #333333
}

/* 文字リンク */
a.MenuText:link {
	text-decoration: none
}

a.MenuText:visited {
	text-decoration: none;
}

a.MenuText:active {
	text-decoration: none;
}

a.MenuText:hover {
	color: #FF9900;
	text-decoration: underline;
}

/* 文字リンク */
a.MenuTextW:link {
	color: #FFFFFF;
	text-decoration: none
}

a.MenuTextW:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.MenuTextW:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.MenuTextW:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
