
html, body {
height: 100%;
margin: 0;
padding: 0;
overflow:hidden;
}

img#bg {
position:absolute;
top:0;
left:0;
height: 100%;
width: 100%;
overflow:hidden;
}

img#bg2 {
position:absolute;
top:40;
left:8%;
height: 95%;
overflow:hidden;
}




#white {
  position:absolute;
  top: 100%;
  margin-top: -120px;
  margin-left: -450px;
  width: 900;
  height: 150px;
  left: 50%;
  background-image: url(image/white.png);
}


#logo {
  position:absolute;
  top: 30px;
  margin-left: -90px;
  left: 50%;

}



#text {
  position:absolute;
  top: 28%;
  width: 600px;
  max-height: 51%;
  margin-left: -150px;
  left: 50%;
  overflow: auto; 
}


#top_navi {
  position:absolute;
  top: 8px;
  height: 40px;
  margin-left: 240px;
  left: 50%;
}

#music {
  position:absolute;
  top: 8px;
  height: 40px;
  margin-left: -448px;
  left: 50%;
}


#blue {
  position:absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
  background-image: url(image/blue.jpg);
}



#teaser1 {
  position:absolute;
  top: 100%;
  margin-top: -105px;
  width: 260px;
  height: 380px;
  margin-left: -430px;
  left: 50%;

}

#teaser2 {
  position:absolute;
  top: 100%;
  margin-top: -105px;
  width: 260px;
  height: 380px;
  margin-left: -130px;
  left: 50%;

}

#teaser3 {
  position:absolute;
  top: 100%;
  margin-top: -105px;
  width: 260px;
  height: 380px;
  margin-left: 170px;
  left: 50%;

}




.content {font-size: 8pt; line-height: 17px; color: #444444; font-family: verdana, arial ; text-decoration: none;}
A.content:link {color: #06779e}
A.content:visited {color: #06779e}
A.content:hover {color: #444444; text-decoration: underline}

.white { background-colsor:#FFFFFF;  background-image: url(image/white2.png); padding: 12px; display: block;}


.top {font-size: 8pt; line-height: 17px; color: white; font-family: verdana, arial ; text-decoration: none}
A.top:link {color: white}
A.top:visited {color: white}
A.top:hover {color: white; text-decoration: underline}






