/*
  #LayerAll {
    position:absolute;
    left: 212px;
    top: 105px;
    z-index:0; 
  }
  #LayerNorth {
    position:absolute;
    left: 212px;
    top: 100px;
    z-index:0; 
  }
  #LayerSouth {
    position:absolute;
    width:200px;
    height:440px;
    left: 201px;
    top: 101px;
    z-index:0; 
  }
  #LayerEast {
    position:absolute;
    width:200px;
    height:440px;
    left: 205px;
    top: 101px;
    z-index:0; 
  }
  #LayerWest {
    position:absolute;
    width:200px;
    height:440px;
    left: 200px;
    top: 100px;
    z-index:0; 
  }
  */
  .CautionInfo {
    width:500px;
  }
  #MarqueePopup{
    width:400px;
    height:200px;
    -webkit-marquee-direction: up;
    -webkit-marquee-style: scroll;
    -wap-marquee-style: scroll;
    overflow: hidden;
    overflow: -webkit-marquee;
    display: -wap-marquee;
    -wap-marquee-loop: infinite;
    -webkit-marquee-speed: normal;
    -wap-marquee-speed: normal;
    -webkit-marquee-increment:1.1mm;
  }
