/* 基本フォント&基本サイズ */
body,th,td {
	font-family: "ＭＳ Ｐゴシック";
	font-size: 10pt;
}

/* リンクテキスト色 */
a:link {
	text-decoration: none;
	color: #0000ff;
}
a:link.index {
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color: #0000ff;
}
a:visited.index {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #0000ff;
}
a:active.index {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ff4040;
}
a:hover.index {
	text-decoration: underline;
	color: #ffffff;
}

