mac = (navigator.userAgent.indexOf('Macintosh') != -1)?true:false;
ie = (navigator.userAgent.indexOf('MSIE') != -1)?true:false;
sf = (navigator.appName.indexOf('Safari') != -1)?true:false;
ff = (navigator.appName.indexOf('Netscape') != -1)?true:false;
op = (navigator.userAgent.indexOf('Opera') != -1)?true:false;

if(mac) {
		if(sf) {    //Safari
			document.write("<link href='http://www.artrush.co.jp/common/css/text_s.css' rel='stylesheet' type='text/css'>");
		}
		if(ff) {    //Firefox
			document.write("<link href='http://www.artrush.co.jp/common/css/text_s.css' rel='stylesheet' type='text/css'>");
		}
		if(op) {    //Opera
			document.write("<link href='http://www.artrush.co.jp/common/css/text_s.css' rel='stylesheet' type='text/css'>");
		}
	}
else {
		if(ie) {		//IE
			document.write("<link href='http://www.artrush.co.jp/common/css/text_s.css' rel='stylesheet' type='text/css'>");
		}
		if(ff) {		//FireFox
			document.write("<link href='http://www.artrush.co.jp/common/css/text_s.css' rel='stylesheet' type='text/css'>");
  }
		if(op) {				//Opera
			document.write("<link href='http://www.artrush.co.jp/common/css/text_s.css' rel='stylesheet' type='text/css'>");
  }
}
