/* 基本読込 */
@import "basic.css";
@import url("main.css");

/* バグ回避 */
a img { color: white; }	/* trick to hide the border in Netscape 4 */
@media all {			/* hide the next rule from Netscape 4 */
	a img { color: inherit; }	/* undo the color change above */
}
th, td { /* ns 4 */ font-family:sans-selif;}