/****************NC_base.css‚Ì“à—e****************/
@charset "Shift_JIS";
html {
  *filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

a:link {
	color: #0077E6;
	text-decoration: none;
}

a:visited {
	color: #996699;
	text-decoration: none;
}

a:hover {
	color: #0077E6;
	text-decoration: underline;
}

a:active {
	color: #0077E6;
	text-decoration: underline;
}

hr {
	display: none;
}

tabel,
tr, td, th,
img {
	border: 0px;
}
