// JavaScript Document
var os, ua = navigator.userAgent;
if(ua.indexOf("Mac")!=-1){ 
document.write("<link rel='stylesheet' href='/_shared/css/mac.css' type='text/css' />");
} 
if ((ua.match(/Win(dows )?NT 6\.1/)) || (ua.match(/Win(dows )?NT 6\.0/))) {
	document.write("<link rel='stylesheet' href='/_shared/css/meiryo.css' type='text/css' />");
}

