@charset "shift-jis";

body{
  position       : absolute;
}

#popup{
  position       : absolute;
  bottom         : 40px;
  right          : 40px;
  display        : none;
  background     : url(./flame.gif);
  padding        : 0;
  width          : 600px;
  height         : 500px;
}
#popup h2{
  font-size      : 12px;
  color          : #fff;
  margin         : 0;
  padding        : 0;
  font-family    : 'MS UI Gothic',Osaka,sans-serif,monospace;
  font-weight    : normal;
  position       : absolute;
  top            : 7px;
  left           : 28px;
}
#popup #closebutton{
  text-indent    : -9999px;
  overflow       : hidden;
  width          : 14px;
  height         : 13px;
  background     : url(./close.gif);
  display        : block;
  position       : absolute;
  top            : 7px;
  right          : 6px;
  cursor         : hand;
}
#popup em{
  letter-spacing : 0.1ex;
  font-size      : 12px;
  font-weight    : bold;
  font-style     : normal;
  position       : absolute;
  bottom         : 3px;
  right          : 173px;
  cursor         : hand;
}
#popup em a{
  color          : #333;
  text-decoration: none;
}
#popup em a:hover{
  color          : #c00;
}
#popup strong{
  letter-spacing : 0.1ex;
  font-size      : 10px;
  color          : #333;
  font-family    : 'MS UI Gothic',Osaka,sans-serif,monospace;
  font-weight    : normal;
  position       : absolute;
  bottom         : 6px;
  right          : 23px;
  cursor         : hand;
}
#popup strong a{
  color          : #333;
  text-decoration: none;
}
#popup strong a:hover{
  color          : #c00;
}
iframe {
  width          : 592px;
  height         : 452px;
  margin         : 0;
  padding        : 0;
  position       : relative;
  top            : 26px;
  left           : 4px;
  }