@charset "UTF-8";
*{
  margin: 0;
}
body{
	font-family: "ＭＳ 明朝";
	background-image: url(images/totan.png);
	background-repeat: repeat;
	background-position: center top;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
h1{
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 24px;
  font-family: メイリオ;
}
div#head{
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  height: 70px;
  display: block;

  box-shadow: 0px 8px 8px rgba(0,0,0,0.5);
}
div#logo{
  margin-top: 23px;
  margin-left: 5%;
  margin-right: 0px;
  margin-bottom: 0px;
  position: absolute;
}
div#content{
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  margin-bottom: 120px;
  margin-top: 100px;
  box-shadow: 0px 8px 8px rgba(0,0,0,0.5);
}
div#msg1{
	font-size: 25px;
  margin-top: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  background-color: white;
  position: relative;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

div#msg1 h1{
	border-width: 1px;
	border-style: solid;
	border-color: black;
	font-size: 120%;
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

div#msg1 iframe{
	width: 95%;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

div#msg1 a{
	font-size: 30px;
	display: block;
	background: -moz-linear-gradient(top,#fdfdfd 0,#d1d1d1 100%);
	background: -webkit-linear-gradient(top,#fdfdfd 0,#d1d1d1 100%);
	background: -o-linear-gradient(top,#fdfdfd 0,#d1d1d1 100%);
	background: -ms-linear-gradient(top,#fdfdfd 0,#d1d1d1 100%);
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	text-decoration: none;
	text-align: center;
       box-shadow: 0px 8px 8px rgba(0,0,0,0.5);
}

div#msg1 p img{
	width: 100%;
	height: 100%;
}


div#fut{
	bottom: 0px;
	z-index: 99;
	max-width: 800px;
	padding-top: 10px;
	background-color: rgb(215, 255, 235);
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.5);
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
div#fut p{
  color: black;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  display: block;
  font-size: 150%;
  font-family: メイリオ;
  text-shadow: 2px 2px 2px #fff;
}

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

div#fut p a:visited{
  color: black;
}
div#fut img{
     box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
     vertical-align: middle;
     margin-right: 5px;
     margin-top: 5px;
     padding-top: 0px;
     padding-left: 0px;
     padding-right: 0px;
     padding-bottom: 0px;
     margin-left: 5px;
     margin-bottom: 5px;
}





/* ウィンドウ幅が0?799pxの場合に適用するCSS */
@media screen and ( max-width:799px )
{

  body{
   background-image: none;
   }

 .pc{
	display: none;
   }

}


/* ウィンドウ幅が800px以上の場合に適用するCSS */
@media screen and ( min-width:800px )
{

 .sp{
	display: none;
   }

}


