/* 基本スタイル */
BODY,TABLE,TD {
	font-size:10pt;
}
TABLE {
	table-layout:fixed;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
