/* Manabu Design Style Sheet with Apple Design Style Sheet 2002 and JSSS definition for fonts*/

/*  -----------------------------------------------------------------------------------  */ 
/*  ---"ƒqƒ‰ƒMƒmŠpƒS Pro W3,W6;ƒqƒ‰ƒMƒmŠpƒS Std W8;ƒqƒ‰ƒMƒm–¾’© Pro W3,W6;ƒqƒ‰ƒMƒmŠÛƒS Pro W4"--  */
/*  -----------------------------------------------------------------------------------  */ 
canUseHiragino=false;
isSafari=false;
if ((navigator.userAgent.indexOf('MSIE 5.12') != -1) ||(navigator.userAgent.indexOf('MSIE 5.2') != -1) || ((navigator.userAgent.indexOf('Mozilla') != -1) && (navigator.userAgent.indexOf('Mac OS X') != -1))) {
	canUseHiragino=true;
	if(navigator.userAgent.indexOf('AppleWebKit') != -1){
		isSafari=true;
	}
}

if(navigator.userAgent.indexOf('MSIE 5.14') != -1){
	if (navigator.plugins) {
		for (i=0; i < navigator.plugins.length; i++ ) {
			if (navigator.plugins[i].name.indexOf("QuickTime") >= 0 && navigator.plugins[i].filename.indexOf('.plugin')!=-1){
				canUseHiragino=true;
			}
		}
	}
}


if(canUseHiragino){
	document.writeln('<style type="text/css">');
	document.writeln('<!--');
	if(isSafari){
	/* Standard elements */
	/* Standard elements */
	document.writeln('body { margin: 0px; background-color: #ffffff; font-family: "Hiragino Kaku Gothic Pro"; font-weight: normal; }');
	document.writeln('table, td { font-family: "Hiragino Kaku Gothic Pro"; font-weight: normal; }');

	/* Standard fonts */
	document.writeln('.K9, .K10, .K12, .K14, .K18, .K24 { font-family: "Hiragino Kaku Gothic Pro"; font-weight: normal; }');
	document.writeln('.KB10, .KB12, .KB14, .KB18, .KB24 { font-family: "Hiragino Kaku Gothic Pro"; font-weight: bold; }');
	document.writeln('.KEB24 { font-family: "Hiragino Kaku Gothic Std"; font-weight: bolder; }');

	/* For localization */
	document.writeln('.K9G, .K10G, .K12G, .K14G, .K18G, .K24G { font-family: "Hiragino Kaku Gothic Pro"; font-weight: normal; color: #76797c; }');
	document.writeln('.K10W, .K12W, .K14W, .K18W, .K24W { font-family: "Hiragino Kaku Gothic Pro"; font-weight: normal; color: #ffffff; }');
	document.writeln('.T13, .INTRO { font-family: "Hiragino Mincho Pro"; font-weight: normal; }');
	document.writeln('.TITLE { font-family: "Hiragino Kaku Gothic Pro"; font-weight: bold; }');
	
	/*-- For localization --
	document.writeln('.G9G, .G10G, .L10G, .L12G, .L14G, .L18G { font-family: "Hiragino Kaku Gothic Pro"; font-weight: normal; color: #76797c; }');
	document.writeln('.G10W, .L10W, .L12W, .L14W, .L18W, .L24W { font-family: "Hiragino Kaku Gothic Pro"; font-weight: normal; color: #ffffff; }');
	document.writeln('.T13, .INTRO { font-family: "Hiragino Mincho Pro"; font-weight: normal; }');
	document.writeln('.TITLE { font-family: "Hiragino Kaku Gothic Pro"; font-weight: bold; }');
	--*/
	
	/* For Mincho style page */
	document.writeln('.M12, .M14 { font-family: "Hiragino Mincho Pro"; font-weight: normal; }');
	document.writeln('.MB12, .MB18, .MB24 { font-family: "Hiragino Mincho Pro"; font-weight: bold; }');

	/* Maru gothic styles */
	document.writeln('.R10, .R12, .R14 { font-family: "Hiragino Maru Gothic Pro"; font-weight: normal; }');
	} else {
	/* Standard elements */
	document.writeln('body { margin: 0px; background-color: #ffffff; font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; font-weight: normal; }');
	document.writeln('table, td { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; font-weight: normal; }');
	/* Standard fonts */
	document.writeln('.K9, .K10, .K12, .K14, .K18, .K24 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; font-weight: normal; }');
	document.writeln('.KB10, .KB12, .KB14, .KB18, .KB24 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W6"; font-weight: normal; }');
	document.writeln('.KEB24 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Std W8"; font-weight: normal; }');

	/* For localization */
	document.writeln('.K9G, .K10G, .K12G, .K14G, .K18G, .K24G { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; font-weight: normal; color: #76797c; }');
	document.writeln('.K10W, .K12W, .K14W, .K18W, .K24W { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; font-weight: normal; color: #ffffff; }');
	document.writeln('.T13, .INTRO { font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W3"; font-weight: normal; }');
	document.writeln('.TITLE { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W6"; font-weight: normal; }');

	/* For Mincho style page */
	document.writeln('.M12, .M14 { font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W3"; font-weight: normal; }');
	document.writeln('.MB12, .MB14, .MB18, .MB24 { font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W6"; font-weight: normal; }');	
	/* Maru gothic styles */
	document.writeln('.R10, .R12, .R14{ font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4"; font-weight: normal; }');
	}
	/*
	document.writeln('.K10 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; font-size: 10px; line-height: 130%; font-weight: normal}');
	document.writeln('.K12 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; font-size: 12px; line-height: 130%; font-weight: normal}');
	document.writeln('.KB12 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W6"; font-size:12px; font-weight: normal}');
	document.writeln('.K14 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; font-size: 14px; line-height: 130%; font-weight: normal}');
	document.writeln('.KB14 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W6"; font-size:14px; font-weight: normal}');
	document.writeln('.M12 { font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W3"; font-size: 12px; line-height: 130%; font-weight: normal}');
	document.writeln('.MB12 { font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W6"; font-size:12px; font-weight: normal}');
	document.writeln('.M14 { font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W3"; font-size: 14px; line-height: 130%; font-weight: normal}');
	document.writeln('.MB14 { font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W6"; font-size:14px; font-weight: normal}');
	document.writeln('.R10 { font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4"; font-size: 10px; line-height: 130%; font-weight: normal}');
	document.writeln('.R12 { font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4"; font-size: 12px; line-height: 130%; font-weight: normal}');
	document.writeln('.R14 { font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4"; font-size: 14px; line-height: 130%; font-weight: normal}');
	*/
	document.writeln('-->');
	document.writeln('</style>');
}

/*  -----------------------------------------------------------------------------------  */ 
/*  ---"‚c‚g‚o•½¬–¾’©‘ÌW3,W7;‚c‚g‚o•½¬ƒSƒVƒbƒNW5"----------------------------------------  */
/*  -----------------------------------------------------------------------------------  */ 
isMSIE=false
if(((navigator.userAgent.indexOf('MSIE 5') !=-1) && (navigator.userAgent.indexOf('Windows') !=-1)) || ((navigator.userAgent.indexOf('MSIE 6.0') !=-1) && (navigator.userAgent.indexOf('Windows') !=-1))){
	isMSIE=true;
}

if(isMSIE){
	document.writeln('This is Dhpheisei');
	document.writeln('<style type="text/css">');
	document.writeln('<!--');
	/* Standard elements */
	document.writeln('body {margin: 0px; background-color: #ffffff; font-family:"‚c‚g‚o•½¬ƒSƒVƒbƒNW5","‚i‚r‚oƒSƒVƒbƒN"; font-weight: normal; }');
	document.writeln('table, td { font-family: "‚c‚g‚o•½¬ƒSƒVƒbƒNW5","‚i‚r‚oƒSƒVƒbƒN"; font-weight: normal; }');
	/* Standard fonts */
	document.writeln('.K9, .K10, .K12, .K14 { font-family: "‚l‚r ‚oƒSƒVƒbƒN"; font-weight: normal; }');
	document.writeln('.K18, .K24 { font-family: "‚c‚g‚o•½¬ƒSƒVƒbƒNW5","‚i‚r‚oƒSƒVƒbƒN"; font-weight: normal; }');
	document.writeln('.KB10, .KB12, .KB14 { font-family: "‚l‚r ‚oƒSƒVƒbƒN"; font-weight: normal; }');
	document.writeln('.KB18, .KB24 { font-family: "‚c‚g‚oƒSƒVƒbƒNW5","‚i‚r‚oƒSƒVƒbƒN"; font-weight: normal; }');
	document.writeln('.KEB24 { font-family: "‚c‚g‚o•½¬ƒSƒVƒbƒNW5","‚i‚r‚oƒSƒVƒbƒN"; font-weight: normal; }');

	/* For localization */
	document.writeln('.K9G, .K10G, .K12G, .K14G { font-family: "‚l‚r ‚oƒSƒVƒbƒN"; font-weight: normal; color: #76797c; }');
	document.writeln('.K18G, .K24G { font-family: "‚c‚g‚o•½¬ƒSƒVƒbƒNW5","‚i‚r‚oƒSƒVƒbƒN"; font-weight: normal; color: #76797c; }');
	document.writeln('.K10W, .K12W, .K14W { font-family: "‚l‚r ‚oƒSƒVƒbƒN"; font-weight: normal; color: #ffffff; }');
	document.writeln('.K18W, .K24W { font-family: "‚c‚g‚o•½¬ƒSƒVƒbƒNW5","‚i‚r‚oƒSƒVƒbƒN"; font-weight: normal; color: #ffffff; }');
	document.writeln('.T13, .INTRO { font-family: "‚c‚g‚o•½¬–¾’©‘ÌW3","‚i‚r‚o–¾’©"; font-weight: normal; }');
	document.writeln('.TITLE { font-family: "‚c‚g‚o•½¬ƒSƒVƒbƒNW5","‚i‚r‚oƒSƒVƒbƒN"; font-weight: normal; }');

	/* For Mincho style page */
	document.writeln('.M12, .M14 { font-family: "‚c‚g‚o•½¬–¾’©‘ÌW3","‚i‚r‚o–¾’©"; font-weight: normal; }');
		/* document.writeln('.M12, .M14 { font-family: "‚c‚g‚o•½¬–¾’©‘ÌW3","‚i‚r‚o–¾’©"; font-weight: normal; }'); */
	document.writeln('.MB12, .MB14 { font-family: "‚l‚r ‚oƒSƒVƒbƒN"; font-weight: normal; }');	
	document.writeln('.MB18, .MB24 { font-family: "‚c‚g‚o•½¬–¾’©‘ÌW7","‚i‚r‚o–¾’©"; font-weight: normal; }');	
	/* Maru gothic styles */
	document.writeln('.R10, .R12, .R14{ font-family: "HGŠÛƒSƒVƒbƒNM-PRO","‚c‚g‚o•½¬ƒSƒVƒbƒNW5","‚i‚r‚oƒSƒVƒbƒN"; font-weight: normal; }');
	/* ----- */
	document.writeln('-->');
	document.writeln('</style>');
}






















