﻿<!--
	if (navigator.appVersion.indexOf("Mac") != -1) {
		if (navigator.userAgent.indexOf("Safari",0) != -1) {
			document.write("<link rel='stylesheet' href='http://mihoebihara.com/ja/shared/css/safari.css' type='text/css' />");
		}
		if (navigator.userAgent.indexOf("MSIE") != -1) {
			document.write("<link rel='stylesheet' href='http://mihoebihara.com/ja/shared/css/macie.css' type='text/css' />");
		}
		if ((navigator.userAgent.indexOf("Gecko") != -1) && (navigator.userAgent.indexOf("Safari") == -1)) {
			document.write("<link rel='stylesheet' href='http://mihoebihara.com/ja/shared/css/macmozilla.css' type='text/css' />");
		}
		if (navigator.userAgent.indexOf("Camino") != -1) {
			document.write("<link rel='stylesheet' href='http://mihoebihara.com/ja/shared/css/maccamino.css' type='text/css' />");
		}
	}
	if (navigator.appVersion.indexOf("Windows") != -1) {
		if (navigator.userAgent.indexOf("MSIE") != -1) {
			document.write("<link rel='stylesheet' href='http://mihoebihara.com/ja/shared/css/winie.css' type='text/css' />");
		}
		if (navigator.userAgent.indexOf("Netscape/7") != -1) {
			document.write("<link rel='stylesheet' href='http://mihoebihara.com/ja/shared/css/winns7.css' type='text/css' />");
		}
		if (navigator.userAgent.indexOf("Opera") != -1) {
			document.write("<link rel='stylesheet' href='http://mihoebihara.com/ja/shared/css/winopera.css' type='text/css' />");
		}
	}
// -->

