//ブラウザー情報取得
nuA = navigator.userAgent;

//Windows and Mac 以外のOS用 mozira
$css_define = '';
$css_file = '<link rel="stylesheet" href="http://style.nisso.co.jp/chiba_office/style_other.css" type="text/css" />';

if (nuA.indexOf('Opera')!=-1){
	//Windows and Mac 以外のOS用 Opera
	$css_define = '';
	$css_file = '<link rel="stylesheet" href="http://style.nisso.co.jp/chiba_office/style_other.css" type="text/css" />';
}

if (nuA.indexOf('MSIE')!=-1){
	//Windows and Mac 以外のOS用 IE
	$css_define = '';
	$css_file = '<link rel="stylesheet" href="http://style.nisso.co.jp/chiba_office/style_other.css" type="text/css" />';
	
	if (nuA.indexOf('Opera')!=-1){
		//Windows and Mac 以外のOS用 Opera IEghost
		$css_define = '';
		$css_file = '<link rel="stylesheet" href="http://style.nisso.co.jp/chiba_office/style_other.css" type="text/css" />';
	}
}

//MAC用CSS
if (nuA.indexOf('Mac')!=-1){
//MAC Mozira
	$css_define = '';
	$css_file = '<link rel="stylesheet" href="http://style.nisso.co.jp/chiba_office/style_other.css" type="text/css" />';
	
	if (nuA.indexOf('Opera')!=-1){
		//MAC Opera
		$css_define = '';
		$css_file = '<link rel="stylesheet" href="http://style.nisso.co.jp/chiba_office/style_other.css" type="text/css" />';
	}
	
	if (nuA.indexOf('MSIE')!=-1){
		//MAC IE
		$css_define = '';
		$css_file = '<link rel="stylesheet" href="http://style.nisso.co.jp/chiba_office/style_other.css" type="text/css" />';
		
		if (nuA.indexOf('Opera')!=-1){
			//MAC Opera IEghost
			$css_define = '';
			$css_file = '<link rel="stylesheet" href="http://style.nisso.co.jp/chiba_office/style_other.css" type="text/css" />';
		}
	}
	
	if (nuA.indexOf('Safari')!=-1){
		//MAC Safari
		$css_define = '';
		$css_file = '<link rel="stylesheet" href="http://style.nisso.co.jp/chiba_office/style_other.css" type="text/css" />';
	}
}
//Windows 用
if (nuA.indexOf('Windows')!=-1){
	//Windows mozira
	$css_define = '';
	$css_file = '<link rel="stylesheet" href="http://style.nisso.co.jp/chiba_office/style_other.css" type="text/css" />';
	
	if (nuA.indexOf('Opera')!=-1){
		//Windows Opera
		$css_define = '';
		$css_file = '<link rel="stylesheet" href="http://style.nisso.co.jp/chiba_office/style_other.css" type="text/css" />';
	}
	if (nuA.indexOf('MSIE')!=-1){
		//Windows IE
		$css_define = '';
		$css_file = '<link rel="stylesheet" href="http://style.nisso.co.jp/chiba_office/style_ie.css" type="text/css" />';
	}
	if (nuA.indexOf('MSIE 7.0')!=-1){
			//Internet Explorer 7
			$css_define = '';
			$css_file = '<link rel="stylesheet" href="http://style.nisso.co.jp/chiba_office/style_ie.css" type="text/css" />';
	}

	if (nuA.indexOf('MSIE 8.0')!=-1){
			//Internet Explorer 7
			$css_define = '';
			$css_file = '<link rel="stylesheet" href="http://style.nisso.co.jp/chiba_office/style_eight.css" type="text/css" />';
		
		if (nuA.indexOf('Opera')!=-1){
			//Windows Opera IEghost
			$css_define = '';
			$css_file = '<link rel="stylesheet" href="http://style.nisso.co.jp/chiba_office/style_other.css" type="text/css" />';
		}
	}
}
