/* Apple Design Style Sheet 2002 */

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('<!--');
	document.writeln('.K10 { font-family: "ヒラギノ角ゴ Pro W3"; font-size: 10px; line-height: 130%; font-weight: normal}');
	document.writeln('.K12 { font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", ; font-size: 12px; line-height: 130%; font-weight: normal}');
	document.writeln('.KB12 { font-family: "ヒラギノ角ゴ Pro W6"; font-size:12px; font-weight: normal}');
	document.writeln('.K14 { font-family: "ヒラギノ角ゴ Pro W3"; font-size: 14px; line-height: 130%; font-weight: normal}');
	document.writeln('.KB14 { font-family: "ヒラギノ角ゴ Pro W6"; font-size:14px; font-weight: normal}');
	document.writeln('.M12 { font-family: "ヒラギノ明朝 Pro W3"; font-size: 12px; line-height: 130%; font-weight: normal}');
	document.writeln('.MB12 { font-family: "ヒラギノ明朝 Pro W6"; font-size:12px; font-weight: normal}');
	document.writeln('.M14 { font-family: "ヒラギノ明朝 Pro W3"; font-size: 14px; line-height: 130%; font-weight: normal}');
	document.writeln('.MB14 { font-family: "ヒラギノ明朝 Pro W6"; font-size:14px; font-weight: normal}');
	document.writeln('.R10 { font-family: "ヒラギノ丸ゴ Pro W4"; font-size: 10px; line-height: 130%; font-weight: normal}');
	document.writeln('.R12 { font-family: "ヒラギノ丸ゴ Pro W4"; font-size: 12px; line-height: 130%; font-weight: normal}');
	document.writeln('.R14 { font-family: "ヒラギノ丸ゴ Pro W4"; font-size: 14px; line-height: 130%; font-weight: normal}');
	document.writeln('-->');
	document.writeln('</style>');
}

body { 
　　　　　　margin: 0; 
　　　　　　font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Geneva, Arial, Verdana, sans-serif; 
　　　　　　background-color: #404040; 
} 

