

/*FONT SET for MACINTOSH*/
if(navigator.userAgent.indexOf("Mac") != -1){
	document.write('<link rel="stylesheet" href="./css/mac.css" type="text/css">')
}

/*FONT SET for WINDOWS and others*/
else{
	document.write('<link rel="stylesheet" href="./css/win.css" type="text/css">')
}

