@charset "utf-8";
.fixed{
  position: fixed;
  top: 0;
  width: 100%;
  z-index : 999;
}
#top{
  width : 100%;
  height : 0px;
  top : 0px;
  position : absolute;
}
#introduction{
  padding-top : 90px;
  margin-top : -90px;
}
#news{
  padding-top : 90px;
  margin-top : -90px;
}
#cast{
  padding-top : 90px;
  margin-top : -90px;
}
#staff{
  padding-top : 90px;
  margin-top : -90px;
}
#story{
  padding-top : 90px;
  margin-top : -90px;
}
#comment{
  padding-top : 90px;
  margin-top : -90px;
}
a:link.white{
  color : #ffffff;
  font-weight : bold;
}
a:visited.white{
  color : #ffffff;
  font-weight : bold;
}
a:active.white{
  text-decoration : underline;
  color : #ffffff;
  font-weight : bold;
}
a:hover.white{
  text-decoration : underline;
  color : #ffffff;
  font-weight : bold;
}
#icon1{
  position: fixed;
  leftt: 20px;
  border-width : 0px;
  border-style : none;
  z-index : 1001;
  right : 20px;
  bottom : 95px;
  width : 70px;
}
#icon0{
  position: fixed;
  leftt: 20px;
  border-width : 0px;
  border-style : none;
  z-index : 1001;
  right : 20px;
  bottom : 20px;
  width : 70px;
}
#icon2{
  position: fixed;
  leftt: 20px;
  border-width : 0px;
  border-style : none;
  z-index : 1001;
  right : 20px;
  bottom : 160px;
  width : 60px;
  background-color : rgba(255, 255, 255, 0.4);
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  border-top-left-radius : 10px 10px;
  border-top-right-radius : 10px 10px;
  border-bottom-right-radius : 10px 10px;
  border-bottom-left-radius : 10px 10px;
}
#bnr1{
  position: fixed;
  leftt: 20px;
  border-width : 0px;
  border-style : none;
  z-index : 1001;
  bottom : 0px;
  left : 0px;
  width : 350px;
  background-color : rgba(255, 255, 255, 0.4);
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
