//JavaScriptDocument

var browser = checkBrowser();
if (browser == "Sa") {
	//Safari
	document.write("<link rel=\"stylesheet\" type=\"text/css\" media=\"all\" href=\"../../common/css/regulation.css\" />");
	document.write("<link rel=\"stylesheet\" type=\"text/css\" media=\"all\" href=\"../../common/css/regulation-m.css\" />");
} else if (browser == "MI") {
	//MacIE
	document.write("<link rel=\"stylesheet\" type=\"text/css\" media=\"all\" href=\"../../common/css/regulation.css\" />");
	document.write("<link rel=\"stylesheet\" type=\"text/css\" media=\"all\" href=\"../../common/css/regulation-m.css\" />");
}else if (browser == "FF") {
	//Firefox
	document.write("<link rel=\"stylesheet\" type=\"text/css\" media=\"all\" href=\"../../common/css/regulation.css\" />");
	document.write("<link rel=\"stylesheet\" type=\"text/css\" media=\"all\" href=\"../../common/css/regulation-f.css\" />");
} else {
	//WinIE&Other
	document.write("<link rel=\"stylesheet\" type=\"text/css\" media=\"all\" href=\"../../common/css/regulation.css\" />");
	document.write("<link rel=\"stylesheet\" type=\"text/css\" media=\"all\" href=\"../../common/css/regulation-w.css\" />");
}