@charset "UTF-8";

*{
  margin: 0;
}
.bgslideshow{
  position: fixed;
  left:0;
  top:0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.bgslideshow img{
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: auto;
  left:0;
  top:0;
}
body{
	color: silver;
	font-family: メイリオ;
}
h1{
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 10px;
}
h3{
  font-size: 14px;

}
div#content{
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	padding-bottom: 730px;
}
.logo img{
  background-color: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
}
.logo img:hover{
  background-color: rgba(0, 255, 0, 0.5);
}
div#logot{
  max-width: 300px;
  height: 150px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  margin-top: 0px;

}
div#logot:hover{
  transform: rotate(5deg);
}
div#msg1{
	border-width: 1px;
	border-style: ridge;
	border-color: black;
	background-color: #f7f7f7;
	margin-top: 30px;
	margin-bottom: 0px;
	color: #0a0a0a;
	padding-bottom: 20px;
	font-size: 10px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	max-width: 300px;
	box-shadow: 0px 8px 8px rgba(0,0,0,0.5);
}
div#msg1:hover{
  color: #f6f6f6;
  background-color: #0d0d0d;
}
div#msg1 marquee{
  margin-left: 60px;
  background-position: left top;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}
div#msg1 marquee:hover{
  background-position: right bottom;
}
div#msg1 marquee img:hover{
  transform: rotate(15deg);
}
div#msg1a{
  max-width: 300px;
  height: 60px;
  text-align: right;
  margin-top: -35px;
}


div#fut{
	bottom: 0px;
	z-index: 99;
	max-width: 800px;
	padding-top: 10px;
	background-color: rgba(0, 0, 255, 0.2);
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.5);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;

}
div#fut p{
	color: white;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	display: block;
	font-family: メイリオ;

}

div#fut p a{
	color: white;
	display: inline-block;
}

div#fut p a:visited{
	color: white;
}

div#fut img{
	box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
	vertical-align: middle;
	margin-right: 5px;
	margin-top: 5px;
}


.on{
  visibility: visible;
}
.off{
  visibility: hidden;
}
