/*id–¼‚ð•t‚¯‚½—v‘f‚ÉƒXƒ^ƒCƒ‹‚ð“K—p‚·‚éê‡*/
#headerslide {
  position: relative;
  width:  100%; /* ‰æ‘œ‚Ì‰¡•‚É‡‚í‚¹‚Ä‹LqiLk—p‚ÉC³j*/
  height:150px;
}
#headerslide img {
  position: absolute;
  top: 0;
  left:0;
  z-index: 8;
  opacity: 0.0;
}
#headerslide img.active {
  width:  100%; /* ‰æ‘œ‚Ì‰¡•iLk—p‚É’Ç‰Áj*/
  max-width:  900px; /* ‰æ‘œ‚Ì‰¡•iLk—p‚É’Ç‰Áj*/
  height:150px; /* ‰æ‘œ‚Ìƒ^ƒe•iLk—p‚É’Ç‰Áj*/
  z-index: 10;
  opacity: 1.0;
}
#headerslide img.last-active {
  width:  100%; /* ‰æ‘œ‚Ì‰¡•iLk—p‚É’Ç‰Áj*/
  max-width:  900px; /* ‰æ‘œ‚Ì‰¡•iLk—p‚É’Ç‰Áj*/
  height:150px; /* ‰æ‘œ‚Ìƒ^ƒe•iLk—p‚É’Ç‰Áj*/
  z-index: 9;
}
