document.write('<style type="text/css"><!--');
   if(navigator.platform=="MacPPC"){
       document.write('.black{ font-size: 10px; font-family: OSAKA; font-style: normal; font-weight: normal; color: #000000 }')
       document.write('.kon{ font-size: 10px; font-family: OSAKA; font-style: normal; font-weight: normal; color: #003366 }')
       document.write('.glay{ font-size: 10px; font-family: OSAKA; font-style: normal; font-weight: normal; color: #666666 }')
       document.write('.red{ font-size: 10px; font-family: OSAKA; font-style: normal; font-weight: normal; color: #990000 }')
       document.write('.white{ font-size: 10px; font-family: OSAKA; font-style: normal; font-weight: normal; color: #FFFFFF }')
       document.write('.konbig{ font-size: 11px; font-family: OSAKA; font-style: normal; font-weight: normal; color: #003366 }')
       document.write('.blackbig{ font-size: 15px; font-family: OSAKA; font-style: normal; font-weight: bold; color: #000000 }')
       document.write('.glaybig{ font-size: 11px; font-family: OSAKA; font-style: normal; font-weight: bold; color: #666666 }')
   }
   else{
       document.write('.black{ font-size: 11px; font-family: MS Pゴシック; font-style: normal; font-weight: normal; color: #000000 }')
       document.write('.kon{ font-size: 11px; font-family: MS Pゴシック; font-style: normal; font-weight: normal; color: #003366 }')
       document.write('.glay{ font-size: 11px; font-family: MS Pゴシック; font-style: normal; font-weight: normal; color: #666666 }')
       document.write('.red{ font-size: 11px; font-family: MS Pゴシック; font-style: normal; font-weight: normal; color: #990000 }')
       document.write('.white{ font-size: 11px; font-family: MS Pゴシック; font-style: normal; font-weight: normal; color: #FFFFFF }')
       document.write('.konbig{ font-size: 12px; font-family: MS Pゴシック; font-style: normal; font-weight: normal; color: #003366 }')
       document.write('.blackbig{ font-size: 16px; font-family: MS Pゴシック; font-style: normal; font-weight: bold; color: #000000 }')
       document.write('.glaybig{ font-size: 12px; font-family: MS Pゴシック; font-style: normal; font-weight: bold; color: #666666 }')
   }
document.write('--></style>');