@charset "utf-8";
/* CSS Document */
@keyframes bnr-animation{
		0%{width:300px; background-color:white;}
		50%{width:600px; height:100px; background-color:white; }
		100%{width:1500px; height:360px;background-color:white;}
	}
@-webkit-keyframes bnr-animation{
		0%{width:300px; background-color:white;}
		50%{width:600px; height:100px; background-color:white; }
		100%{width:1500px; height:360px;background-color:white;}
	}
	.section img{width:300px; height:100px; animation-name:bnr-animation; -webkit-animation-name:bnr-animation;animation-duration:7s; -webkit-animation-duration:7s;
	animation-timing-function: ease-in; -webkit-animation-timing-function: ease-in;}
	#header{border:6px solid black; width:100%; height:95px; border-left-style:hidden;
	border-top-style:hidden; border-right-style:hidden; position:fixed;
	background-image:url(header.jpg); max-width:100%; height:auto; top:0px; text-align:center;}
	#header img{float:left; margin-top:1em;} 
	#header a:hover img{opacity:0.6;}
	ul li{border:1px solid white; width:250px;
		height:50px; display:inline-block;margin-top:2.7em;text-align:center; font-weight:bold;}
	    #header a:link{text-decoration:none; font:18px"impact",sans-serif;}
	#header a{color:black;}#header a:hover{border:4px solid blue;
	border-top-style:hidden; border-right-style:hidden; border-left-style:hidden;}
	h3{font:38px"Arial-black",sans-serif; text-align:center; color:#c0c0c0; font-size:38px;}
	h1{font-family:'Yu Mincho','游明朝';font-size:67px; text-align:center; color:#696969;
	text-shadow:2px 2px 2px #0000ff; margin-top:-0.4em;}
	a{color:black;} 
	.section img{width:1500px; height:360px; } 
	.footer a{text-decoration: none;}
	.footer{font-size:17px; text-align: center; background-image:url(footer2.jpg);}　
	.toppen{margin-left:2em;}.endy{font-family: serif;  font-weight:bold; font-size:19px;}