/*スタイルシート ブラウザ判別*/
/* Diamond rental system CSS for IE NN7 NN4.75*/
/* trance cosmos 2004 */

if (navigator.userAgent.indexOf("Win")!=-1) {
	if (navigator.userAgent.indexOf("4.7") != -1) {
	document.write('<LINK rel=\"stylesheet\" href=\"../css/style_kyoutuu.css\" type=\"text/css\">');
	document.write('<LINK rel=\"stylesheet\" href=\"../css/style_fontsize.css\" type=\"text/css\">');
	document.write('<LINK rel=\"stylesheet\" href=\"../css/style_link.css\" type=\"text/css\">');
	document.write('<LINK rel=\"stylesheet\" href=\"../css/style_other_nn4.css\" type=\"text/css\">');
	} else {
	document.write('<LINK rel=\"stylesheet\" href=\"../css/style_kyoutuu.css\" type=\"text/css\">');
	document.write('<LINK rel=\"stylesheet\" href=\"../css/style_fontsize.css\" type=\"text/css\">');
	document.write('<LINK rel=\"stylesheet\" href=\"../css/style_link.css\" type=\"text/css\">');
	document.write('<LINK rel=\"stylesheet\" href=\"../css/style_other.css\" type=\"text/css\">');
	}
} else {
	if (navigator.userAgent.indexOf("4.7") != -1) {
	document.write('<LINK rel=\"stylesheet\" href=\"../css/style_kyoutuu.css\" type=\"text/css\">');
	document.write('<LINK rel=\"stylesheet\" href=\"../css/style_fontsize.css\" type=\"text/css\">');
	document.write('<LINK rel=\"stylesheet\" href=\"../css/style_link.css\" type=\"text/css\">');
	document.write('<LINK rel=\"stylesheet\" href=\"../css/style_other_nn4.css\" type=\"text/css\">');
	} else {
	document.write('<LINK rel=\"stylesheet\" href=\"../css/style_kyoutuu.css\" type=\"text/css\">');
	document.write('<LINK rel=\"stylesheet\" href=\"../css/style_fontsize.css\" type=\"text/css\">');
	document.write('<LINK rel=\"stylesheet\" href=\"../css/style_link.css\" type=\"text/css\">');
	document.write('<LINK rel=\"stylesheet\" href=\"../css/style_other.css\" type=\"text/css\">');
	}
}



