@charset "UTF-8";
*{
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
div#top{
  max-width: 1000px;

  background-color: black;
  border-width: 5px;
  border-style: ridge;
  border-color: white;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 30px 30px;
  border-bottom-left-radius: 70px 60px;
  background-image : url(img/syoufuku.png);
  background-repeat: no-repeat;
  background-position: right top;
  text-shadow: 2px 2px 2px black;
}

div#top p{
	color: white;
	text-decoration: none;
	position: relative;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	font-size: 18px;
      line-height: 2.5;
}

div#top p img{
	vertical-align: middle;
       box-shadow: 5px 5px 5px rgb(254, 248, 167);
}

div#top a{
	color: blue;
	text-decoration: none;
}

div#ph{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #336699;
	color: white;
	padding-bottom: 20px;
}
div#ph #msg{
	color: white;
	background-image: url(img/wallppr086.gif);
	background-repeat: repeat;
}

div#ph #msg img{
	float : left;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 10px;
  padding-bottom : 5px;
}

div#ph h2{
	background-color: rgba(255, 255, 255, 0.7);
	color: black;
	background-image: url(img/light.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#ph h2 img{
	float: right;
}

div#ph h3{
	background-color: silver;
	max-width: 400px;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	background-image: url(img/pro.gif);
	background-repeat: no-repeat;
	background-position: right center;

	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #a60000;

-webkit-transition: all 1s;
 -moz-transition: all 1s;
 -ms-transition: all 1s;
 -o-transition: all 1s;
 transition: all 1s;

}

div#ph h3:hover{
	background-color: black;
	color: white;
	max-width: 970px;

}

div#ph p{
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 20px;
	font-family: メイリオ;
       line-height : 1.5;
}

div#ph1{
	max-width: 1000px;
	padding-top: 10px;
}

div#cont{
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	background-color: #336699;
	color: white;
  padding-bottom : 30px;
}

div#cont h2{
	background-color: rgba(255, 255, 255, 0.7);
	color: black;
	background-image: url(img/light.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#cont h2 img{
	float: right;
}

div#cont h3{
	background-color: silver;
	max-width: 400px;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	margin-top: 10px;
	background-image: url(img/pro.gif);
	background-repeat: no-repeat;
	background-position: right center;

	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #a60000;

-webkit-transition: all 1s;
 -moz-transition: all 1s;
 -ms-transition: all 1s;
 -o-transition: all 1s;
 transition: all 1s;

}

div#cont h3:hover{
	max-width: 970px;
	background-color: black;
	color: white;
}

div#cont p{
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-family: メイリオ;
  line-height : 1.5;
}



h1{
	font-family: メイリオ;
	color: #999900;
	font-size: 24px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;

}
h2{
	font-family: メイリオ;
  color : white;
  font-size: 24px;
  padding-top : 5px;
  padding-left : 20px;
  padding-bottom : 5px;


	border-left-width: 10px;
	border-left-color: #006f00;
	border-left-style: solid;
}
h3{
  color : black;
  font-size: 24px;
  padding-top : 5px;
  padding-left : 20px;
  padding-bottom : 5px;
	font-family: メイリオ;

}
div#fut{


}
div#fut_in{
	background-color: black;

	background-image: url(img/fune_t3.png);
	background-repeat: repeat-y;
	background-position: right top;
	border-width: 5px;
	border-style: ridge;
	border-color: white;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	max-width: 1000px;
}
div#fut_in p{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: white;
	font-size: 20px;
}

div#fut_in p a img {
    box-shadow: 5px 5px 5px rgb(254, 248, 167);
}

div#fut_in h2{
  background-color : blue;
}
body{
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-image : url(img/wallppr039.gif);
}


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

 h2{
    font-size: 26px;
 }

 h3{
    font-size: 20px;
 }

 div#top p{
    font-size: 20px;
 }

 div#ph h3{
    font-size: 20px;
 }

 div#ph p{
    font-size: 20px;
 }

 div#cont h2{
    font-size: 26px;
 }

 div#cont h3{
    font-size: 20px;
 }

 div#cont p{
    font-size: 20px;
 }

 div#fut_in p{
    font-size: 20px;
 }

}



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


  div#top{
   background-image : none;
   }

  div#fut_in{
   background-image : none;
   }

  div#ph #msg {
   background-image: none;
   }

}




