/* ===== for Netscape Navigator 4.xx ===== */

if (document.layers){
	var forNN4 = '<link rel="styleSheet" href="./style/nn4x.css" media="screen" type="text/css" charset="Shift_JIS">';
	document.write(forNN4);
}