@charset "UTF-8";

*{
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
div#top{
	width: 1000px;
	height: 125px;
	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/fune_t3.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#top p{
	color: white;
	text-decoration: none;
	position: relative;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
}

div#top p img{
	vertical-align: middle;
}

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

div#ph_out{
	height: 810px;
}


div#ph{
	width: 1000px;
	height: 810px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color: white;
}

div#cont_out{

}

div#cont{
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	padding-bottom: 100px;
	width: 1000px;
	background-position: right bottom;
	background-repeat: no-repeat;
	color: white;
	background-color: #336699;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;


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

}

div#cont:hover{
  color : black;
	background-color: rgba(254, 254, 254, 0.7);
}

div#cont h2{
	color: black;
	background-color: rgba(255, 255, 255, 1.0);
	background-image: url(img/light.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}


div#cont p{
	width: 910px;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 20px;
	line-height: 1.5;
	padding-bottom: 40px;
}



div#cont p:hover{


}


h1{
  font-family: メイリオ;
  color : #999900;
  font-size : 30px;
  padding-left : 20px;
  padding-top : 5px;
  padding-bottom : 5px;
}
h2{
  font-family: メイリオ;
	color: white;
       font-size : 22px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	border-left-width: 10px;
	border-left-color: #006f00;
	border-left-style: solid;
}
h3{
  font-family: メイリオ;
  color : white;
  font-size : 18px;
  padding-top : 5px;
  padding-left : 20px;
  padding-bottom : 5px;

}
div#fut{

}


div#fut_in{
	background-color: black;

	background-image: url(img/toudai2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	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;
	display: block;
	width: 1000px;
}
div#fut_in p{
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  color: white;
}
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/nami5.png);
	background-repeat: repeat;
}



