document.writeln("<style type='text/css'><!--");
if (navigator.appVersion.indexOf("Win") > -1) {
  if (navigator.appVersion.indexOf('MSIE') > -1) {
    document.write("#div_content1,");
    document.write("#div_content1_focus,");
    document.write("#div_content2,");
    document.write("#div_content2_focus,");
    document.write("#div_content3,");
    document.write("#div_content3_focus,");
    document.write("#div_content4,");
    document.write("#div_content4_focus,");
    document.write("#div_content5,");
    document.write("#div_content5_focus,");
    document.write("#div_content6,");
    document.write("#div_content6_focus,");
    document.write("#div_content_nothing {");
    document.write("  position: absolute;");
    document.write("}");
    document.write("#move_area h1 {");
    document.write("  position: absolute;");
    document.write("}");
  }
}
document.writeln("--></style>");


