@charset   "Shift_JIS";
/* ページのレイアウト用CSS */

.alubmheader {
  visibility: visible;
}
.alubm1 {
  position: absolute;
  visibility: visible;
  height: 20px;  
  width: 100%;
  top: 0px;
  left:0px;
}
.alubm2 {
  position: absolute;
  visibility: visible; 
  width: 100%;
  top: 160px;
  left: 0px;
}
.alubm3 {
  position: absolute;
  visibility: hidden;
  height: 100%; 
  width: 100%;
  top: 45px;
  left: 0px;
}

