@charset "UTF-8";
#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 1004px;
	margin-top: -20px;
	background-color: #FE0E12;
	height: 4500px;
}
#wrap #header {
	text-align: center;
	background-color: #79A6AA;
	height: 50px;
	background-image: -webkit-linear-gradient(270deg,rgba(121,166,170,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(121,166,170,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(121,166,170,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(121,166,170,1.00) 0%,rgba(255,255,255,1.00) 100%);
	width: 1004px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 25px;
	color: #000000;
	padding-top: 25px;
}
#wrap #main {
	text-align: center;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(9,30,177,1.00) 98.39%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(9,30,177,1.00) 98.39%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(9,30,177,1.00) 98.39%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(9,30,177,1.00) 98.39%);
	background-color: #80EFDD;
	width: 1000px;
	float: left;
	list-style-type: armenian;
	text-transform: none;
	border-top-right-radius: 0px;
	margin-left: 2px;
	margin-top: 2px;
}
#wrap #navi {
	width: 1004px;
	background-color: #FFFEFE;
	text-decoration: none;
	margin-right: auto;
	height: 60px;
}

#wrap #footer {
	text-align: center;
	color: #FFFFFF;
	width: 1004px;
	height: 30px;
	float: right;
	padding-top: 15px;
	padding-bottom: 5px;
	background-color: #070808;
	margin-top: 2px;
}
#wrap #navi ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
ul li a {
	width: 16.5%;
	height: 40px;
	display: block;
	padding-top: 15px;
	float: left;
	text-align: center;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	background-image: -webkit-linear-gradient(270deg,rgba(121,166,170,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(121,166,170,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(121,166,170,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(121,166,170,1.00) 0%,rgba(255,255,255,1.00) 100%);
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color: #79A6AA;
	margin-left: 1px;
	margin-right: auto;
}
ul li a:hover {
	background-color: #F8C156;
	background-image: -webkit-linear-gradient(270deg,rgba(248,193,86,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(248,193,86,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(248,193,86,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(248,193,86,1.00) 0%,rgba(255,255,255,1.00) 100%);
}
