/* NTT HIGASHINIHON FUKUSHIMA website css last update 01.04.2009 */

<!--
var Win = (navigator.userAgent.indexOf("Win")!=-1);
var Mac = (navigator.userAgent.indexOf("Mac")!=-1);
var Explorer = (navigator.appName.indexOf("Explorer")!=-1);
var Netscape = (navigator.appName.indexOf("Netscape")!=-1);
var Safari = (navigator.userAgent.indexOf("Safari")!=-1);
var Firefox = (navigator.userAgent.indexOf("Firefox")!=-1);
var Opera = (navigator.userAgent.indexOf("Opera")!=-1);
var IE45 = (navigator.userAgent.indexOf("4.5")!=-1);
var NN60 = (navigator.userAgent.indexOf("Netscape6")!=-1);
var Version = navigator.appVersion.charAt(0);

document.write("<style type='text/css'><!--");

/* For Windows OS Browsers ====================== */

if (Win) {
if (Explorer) {
document.write (".txt2 { font-size:7pt; line-height:200%; }");
document.write (".txt2_1 { font-size:7pt; line-height:140%; }");
document.write (".txt2w { font-size:7pt; color:#ffffff; line-height:140%; }");
document.write (".txt3_1 { font-size:8pt; line-height:140%; }");
document.write (".txt3_2 { font-size:8pt; line-height:200%; }");
document.write (".txt4 { font-size:10pt; color:#0072BC; line-height:180%;}");
} else if (Netscape && Version == "4") {
document.write (".txt2 { font-size:7pt; line-height:200%; }");
document.write (".txt2_1 { font-size:7pt; line-height:140%; }");
document.write (".txt2w { font-size:7pt; color:#ffffff; line-height:140%; }");
document.write (".txt3_1 { font-size:8pt; line-height:140%; }");
document.write (".txt3_2 { font-size:8pt; line-height:200%; }");
document.write (".txt4 { font-size:10pt; color:#0072BC;  line-height:180%;}");
} else {
document.write (".txt2 { font-size:7pt; line-height:200%; }");
document.write (".txt2_1 { font-size:7pt; line-height:140%; }");
document.write (".txt2w { font-size:7pt; color:#ffffff; line-height:140%; }");
document.write (".txt3_1 { font-size:8pt; line-height:140%; }");
document.write (".txt3_2 { font-size:8pt; line-height:200%; }");
document.write (".txt4 { font-size:10pt; color:#0072BC; line-height:180%;}");
}


/* For Macintosh OS Browsers ==================== */

} else if (Mac) {
if (Safari) {
document.write (".txt2 { font-size:7pt; line-height:200%; }");
document.write (".txt2_1 { font-size:7pt; line-height:140%; }");
document.write (".txt2w { font-size:7pt; color:#ffffff; line-height:140%; }");
document.write (".txt3_1 { font-size:8pt; line-height:140%; }");
document.write (".txt3_2 { font-size:8pt; line-height:200%; }");
document.write (".txt4 { font-size:10pt; color:#0072BC;  line-height:180%;}");
} else if (Firefox) {
document.write (".txt2 { font-size:7pt; line-height:200%; }");
document.write (".txt2_1 { font-size:7pt; line-height:140%; }");
document.write (".txt2w { font-size:7pt; color:#ffffff; line-height:140%; }");
document.write (".txt3_1 { font-size:8pt; line-height:140%; }");
document.write (".txt3_2 { font-size:8pt; line-height:200%; }");
document.write (".txt4 { font-size:10pt; color:#0072BC;  line-height:180%;}");
} else if (Opera) {
document.write (".txt2 { font-size:7pt; line-height:200%; }");
document.write (".txt2_1 { font-size:7pt; line-height:140%; }");
document.write (".txt2w { font-size:7pt; color:#ffffff; line-height:140%; }");
document.write (".txt3_1 { font-size:8pt; line-height:140%; }");
document.write (".txt3_2 { font-size:8pt; line-height:200%; }");
document.write (".txt4 { font-size:10pt; color:#0072BC; line-height:180%;}");
} else if (Explorer) {
document.write (".txt2 { font-size:7pt; line-height:200%; }");
document.write (".txt2_1 { font-size:7pt; line-height:140%; }");
document.write (".txt2w { font-size:7pt; color:#ffffff; line-height:140%; }");
document.write (".txt3_1 { font-size:8pt; line-height:140%; }");
document.write (".txt3_2 { font-size:8pt; line-height:200%; }");
document.write (".txt4 { font-size:10pt; color:#0072BC; line-height:180%;}");
} else if (Netscape) {
document.write (".txt2 { font-size:7pt; line-height:200%; }");
document.write (".txt2_1 { font-size:7pt; line-height:140%; }");
document.write (".txt2w { font-size:7pt; color:#ffffff; line-height:140%; }");
document.write (".txt3_1 { font-size:8pt; line-height:140%; }");
document.write (".txt3_2 { font-size:8pt; line-height:200%; }");
document.write (".txt4 { font-size:10pt; color:#0072BC;  line-height:180%;}");
} else {
document.write (".txt2 { font-size:7pt; line-height:200%; }");
document.write (".txt2_1 { font-size:7pt; line-height:140%; }");
document.write (".txt2w { font-size:7pt; color:#ffffff; line-height:140%; }");
document.write (".txt3_1 { font-size:8pt; line-height:140%; }");
document.write (".txt3_2 { font-size:8pt; line-height:200%; }");
document.write (".txt4 { font-size:10pt; color:#0072BC;  line-height:180%;}");
}
}


document.write("--></style>");

//-->


