//...css
//--------------------------------------------------
UA = navigator.userAgent;
if(UA.indexOf("Mac")>=0){
	document.write("<link rel=\"stylesheet\" href=\"../common/common_mac.css\" type=\"text/css\">\n");
}
