/*  ================================================================================
 *
 *  Ippodo  Mac”»•Ê Win XP”»•Ê—p
 *   
 *  2011.09.14
 *
================================================================================ */

if (navigator.appVersion.indexOf("Mac") !=-1){
document.write("<link rel='stylesheet' href='/css/mac.css' type='text/css' />");
}


var os, ua = navigator.userAgent;
if (ua.match(/Win(dows )?(NT 5\.1|XP)/)) {
document.write("<link rel='stylesheet' href='/css/xp.css' type='text/css' />");
}

