// JavaScript Document
if(navigator.platform.charAt(0)=="W"){
 if(navigator.appName.charAt(0)=="M"){document.write("<link href='css/egami-wi.css' rel='stylesheet' type='text/css'>")}
 if(navigator.appName.charAt(0)=="N"){document.write("<link href='css/egami-wn.css' rel='stylesheet' type='text/css'>")}
}
else if(navigator.platform.charAt(0)=="M"){
 if(navigator.appName.charAt(0)=="M"){document.write("<link href='css/egami-mi.css' rel='stylesheet' type='text/css'>")}
 if(navigator.appName.charAt(0)=="N"){document.write("<link href='css/egami-mn.css' rel='stylesheet' type='text/css'>")}
}
else{document.write("<link href='css/egami-wi.css' rel='stylesheet' type='text/css'>")}

