@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;
}
#hyogo{
  padding-top : 90px;
  margin-top : -90px;
}
#tokyo{
  padding-top : 90px;
  margin-top : -90px;
}
#cast{
  padding-top : 90px;
  margin-top : -90px;
}
#staff{
  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;
}
#page-top{
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-width : 0px;
  border-style : none;
  z-index : 11;
  width : 60px;
  background-color : rgba(0, 0, 0, 0.4);
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
#icon1{
  position: fixed;
  leftt: 20px;
  border-width : 0px;
  border-style : none;
  z-index : 1001;
  right : 20px;
  bottom : 90px;
  width : 60px;
  background-color : rgba(0, 0, 0, 0.4);
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
#bnr1{
  position: fixed;
  leftt: 20px;
  border-width : 0px;
  border-style : none;
  z-index : 1001;
  bottom : 0px;
  left : 0px;
  width : 250px;
  background-color : rgba(255, 255, 255, 0.4);
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
