mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie=(navigator.appName.charAt(0)=="M")?true:false;
document.write("<STYLE TYPE='text/css'><!--");
if(mac){
	if(ie){
//Macintosh版IE用の記述==========================================================
//▼▼▼基本テキスト▼▼▼
	document.writeln(".t12white {color: #FFFFFF;  font-size: 0.9em;  line-height: 1.4em; }" );
	document.writeln(".t12 {color: #000000;  font-size: 0.9em;  line-height: 1.4em;}" );
	document.writeln(".t12lgray {color: #999999;  font-size: 0.9em;  line-height: 1.4em;}" );
	document.writeln(".t12red {color: #A00000;  font-size: 0.9em;  line-height: 1.4em;}" );
//▼▼▼小テキスト▼▼▼
	document.writeln(".t10white {color: #FFFFFF;  font-size: 0.8em;  line-height: 1.4em; }" );
	document.writeln(".t10 {color: #000000;  font-size: 0.8em;  line-height: 1.4em;}" );
	document.writeln(".t10lgray {color: #999999;  font-size: 0.8em;  line-height: 1.4em;}" );
	document.writeln(".t10red {color: #A00000;  font-size: 0.8em;  line-height: 1.4em;}" );
//▼▼▼中テキスト▼▼▼
	document.writeln(".t13white {color: #FFFFFF;  font-size: 1.0em;  line-height: 1.4em; }" );
	document.writeln(".t13 {color: #000000;  font-size: 1.0em;  line-height: 1.4em;}" );
	document.writeln(".t13lgray {color: #999999;  font-size: 1.0em;  line-height: 1.4em;}" );
	document.writeln(".t13red {color: #A00000;  font-size: 1.0em;  line-height: 1.4em;}" );
//▼▼▼大テキスト▼▼▼
	document.writeln(".t14white {color: #FFFFFF;  font-size: 1.1em;  line-height: 1.4em; }" );
	document.writeln(".t14 {color: #000000;  font-size: 1.1em;  line-height: 1.4em;}" );
	document.writeln(".t14lgray {color: #999999;  font-size: 1.1em;  line-height: 1.4em;}" );
	document.writeln(".t14red {color: #A00000;  font-size: 1.1em;  line-height: 1.4em;}" );
//▼▼▼白テキストリンク用▼▼▼
	document.writeln("a.white:link{color: #FFFFFF;  font-size: 0.9em; line-height: 1.4em; }" );
	document.writeln("a.white:visited{color: #FFFFFF;  font-size: 0.9em; line-height: 1.4em; }" );
	document.writeln("a.white:hover{color: #FFFFFF;  font-size: 0.9em; line-height: 1.4em; text-decoration: underline;}" );
	}
	else{
//Macintosh版Neとその他用の記述====================================================
//▼▼▼基本テキスト▼▼▼
	document.writeln(".t12white {color: #FFFFFF;  font-size: 0.9em;  line-height: 1.5em; }" );
	document.writeln(".t12 {color: #000000;  font-size: 0.9em;  line-height: 1.5em;}" );
	document.writeln(".t12lgray {color: #999999;  font-size: 0.9em;  line-height: 1.5em;}" );
	document.writeln(".t12red {color: #A00000;  font-size: 0.9em;  line-height: 1.5em;}" );
//▼▼▼小テキスト▼▼▼
	document.writeln(".t10white {color: #FFFFFF;  font-size: 0.8em;  line-height: 1.4em; }" );
	document.writeln(".t10 {color: #000000;  font-size: 0.8em;  line-height: 1.4em;}" );
	document.writeln(".t10lgray {color: #999999;  font-size: 0.8em;  line-height: 1.4em;}" );
	document.writeln(".t10red {color: #A00000;  font-size: 0.8em;  line-height: 1.4em;}" );
//▼▼▼中テキスト▼▼▼
	document.writeln(".t13white {color: #FFFFFF;  font-size: 1.0em;  line-height: 1.5em; }" );
	document.writeln(".t13 {color: #000000;  font-size: 1.0em;  line-height: 1.5em;}" );
	document.writeln(".t13lgray {color: #999999;  font-size: 1.0em;  line-height: 1.5em;}" );
	document.writeln(".t13red {color: #A00000;  font-size: 1.0em;  line-height: 1.5em;}" );
//▼▼▼大テキスト▼▼▼
	document.writeln(".t14white {color: #FFFFFF;  font-size: 1.1em;  line-height: 1.5em; }" );
	document.writeln(".t14 {color: #000000;  font-size: 1.1em;  line-height: 1.5em;}" );
	document.writeln(".t14lgray {color: #999999;  font-size: 1.1em;  line-height: 1.5em;}" );
	document.writeln(".t14red {color: #A00000;  font-size: 1.1em;  line-height: 1.5em;}" );
//▼▼▼白テキストリンク用▼▼▼
	document.writeln("a.white:link{color: #FFFFFF;  font-size: 0.9em; line-height: 1.5em; }" );
	document.writeln("a.white:visited{color: #FFFFFF;  font-size: 0.9em; line-height: 1.5em; }" );
	document.writeln("a.white:hover{color: #FFFFFF;  font-size: 0.9em; line-height: 1.5em; text-decoration: underline; }" );
	}
}
else{
		//
	if(ie){
//Win版IE用の記述===============================================================
//▼▼▼基本テキスト▼▼▼
	document.writeln(".t12white {color: #FFFFFF;  font-size: 0.8em;  line-height: 1.4em; }" );
	document.writeln(".t12 {color: #000000;  font-size: 0.8em;  line-height: 1.4em;}" );
	document.writeln(".t12lgray {color: #999999;  font-size: 0.8em;  line-height: 1.4em;}" );
	document.writeln(".t12red {color: #A00000;  font-size: 0.8em;  line-height: 1.4em;}" );
//▼▼▼小テキスト▼▼▼
	document.writeln(".t10white {color: #FFFFFF;  font-size: 0.7em;  line-height: 1.3em; }" );
	document.writeln(".t10 {color: #000000;  font-size: 0.7em;  line-height: 1.3em;}" );
	document.writeln(".t10lgray {color: #999999;  font-size: 0.7em;  line-height: 1.3em;}" );
	document.writeln(".t10red {color: #A00000;  font-size: 0.7em;  line-height: 1.3em;}" );
//▼▼▼中テキスト▼▼▼
	document.writeln(".t13white {color: #FFFFFF;  font-size: 1.0em;  line-height: 1.4em; }" );
	document.writeln(".t13 {color: #000000;  font-size: 1.0em;  line-height: 1.4em;}" );
	document.writeln(".t13lgray {color: #999999;  font-size: 1.0em;  line-height: 1.4em;}" );
	document.writeln(".t13red {color: #A00000;  font-size: 1.0em;  line-height: 1.4em;}" );
//▼▼▼大テキスト▼▼▼
	document.writeln(".t14white {color: #FFFFFF;  font-size: 1.1em;  line-height: 1.4em; }" );
	document.writeln(".t14 {color: #000000;  font-size: 1.1em;  line-height: 1.4em;}" );
	document.writeln(".t14lgray {color: #999999;  font-size: 1.1em;  line-height: 1.4em;}" );
	document.writeln(".t14red {color: #A00000;;  font-size: 1.1em;  line-height: 1.4em;}" );
//▼▼▼白テキストリンク用▼▼▼
	document.writeln("a.white:link{color: #FFFFFF;  font-size: 0.8em; line-height: 1.4em; }" );
	document.writeln("a.white:visited{color: #FFFFFF;  font-size: 0.8em; line-height: 1.4em; }" );
	document.writeln("a.white:hover{color: #FFFFFF;  font-size: 0.8em; line-height: 1.4em; text-decoration: underline; }" );
	}
	else{
//Win版Neとその他の用の記述=======================================================
//▼▼▼基本テキスト▼▼▼
	document.writeln(".t12white {color: #FFFFFF;  font-size: 0.8em;  line-height: 1.4em; }" );
	document.writeln(".t12 {color: #000000;  font-size: 0.8em;  line-height: 1.4em;}" );
	document.writeln(".t12lgray {color: #999999;  font-size: 0.8em;  line-height: 1.4em;}" );
	document.writeln(".t12red {color: #A00000;  font-size: 0.8em;  line-height: 1.4em;}" );
//▼▼▼小テキスト▼▼▼
	document.writeln(".t10white {color: #FFFFFF;  font-size: 0.7em;  line-height: 1.3em; }" );
	document.writeln(".t10 {color: #000000;  font-size: 0.7em;  line-height: 1.3em;}" );
	document.writeln(".t10lgray {color: #999999;  font-size: 0.7em;  line-height: 1.3em;}" );
	document.writeln(".t10red {color: #A00000;  font-size: 0.7em;  line-height: 1.3em;}" );
//▼▼▼中テキスト▼▼▼
	document.writeln(".t13white {color: #FFFFFF;  font-size: 1.0em;  line-height: 1.4em; }" );
	document.writeln(".t13 {color: #000000;  font-size: 1.0em;  line-height: 1.4em;}" );
	document.writeln(".t13lgray {color: #999999;  font-size: 1.0em;  line-height: 1.4em;}" );
	document.writeln(".t13red {color: #A00000;  font-size: 1.0em;  line-height: 1.4em;}" );
//▼▼▼大テキスト▼▼▼
	document.writeln(".t14white {color: #FFFFFF;  font-size: 1.1em;  line-height: 1.4em; }" );
	document.writeln(".t14 {color: #000000;  font-size: 1.1em;  line-height: 1.4em;}" );
	document.writeln(".t14lgray {color: #999999;  font-size: 1.1em;  line-height: 1.4em;}" );
	document.writeln(".t14red {color: #A00000;  font-size: 1.1em;  line-height: 1.4em;}" );
//▼▼▼白テキストリンク用▼▼▼
	document.writeln("a.white:link{color: #FFFFFF;  font-size: 0.8em; line-height: 1.4em; }" );
	document.writeln("a.white:visited{color: #FFFFFF;  font-size: 0.8em; line-height: 1.4em; }" );
	document.writeln("a.white:hover{color: #FFFFFF;  font-size: 0.8em; line-height: 1.4em; text-decoration: underline; }" );
	}	
}
document.write("--></STYLE>");