<!--css“Ç‚Ýž‚Ý-->
if (navigator.appName == "Microsoft Internet Explorer") 
{
	//IE
	document.write('<link rel="stylesheet" type="text/css" href="../common/css/tsukuru_style_ie.css">');
}
else if (navigator.appName == "Netscape")
{
	//Netscape
	document.write('<link rel="stylesheet" type="text/css" href="../common/css/tsukuru_style_ie.css">');
	}


<!--top of page-->
function go_top(){
document.location = '#' + document.anchors[0].name;
}

