@charset "Shift_JIS";
#wrap {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#wrap #main {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    float: right;
    background-color: #FEC706;
}
#wrap #footer {
	width: 800px;
	height: 40px;
	text-align: center;
	background-color: #000000;
	clear: both;
	color: #FFFEFE;
	padding-top: 15px;
}
table {
	margin-left: auto;
	margin-right: auto;
}
#wrap #header {
	width: 800px;
	height: 70px;
	text-align: center;
	padding-top: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(121,230,255,1.00) 3.44%,rgba(255,255,255,1.00) 57.32%,rgba(121,230,255,1.00) 99.46%);
	background-image: -moz-linear-gradient(270deg,rgba(121,230,255,1.00) 3.44%,rgba(255,255,255,1.00) 57.32%,rgba(121,230,255,1.00) 99.46%);
	background-image: -o-linear-gradient(270deg,rgba(121,230,255,1.00) 3.44%,rgba(255,255,255,1.00) 57.32%,rgba(121,230,255,1.00) 99.46%);
	background-image: linear-gradient(180deg,rgba(121,230,255,1.00) 3.44%,rgba(255,255,255,1.00) 57.32%,rgba(121,230,255,1.00) 99.46%);
	background-color: #79E6FF;
	margin-top: -10px;
}
#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;
}
#wrap #navi a {
	width: 16.4%;
	height: 40px;
	display: block;
	text-align: center;
	text-decoration: none;
	padding-top: 15px;
	float: left;
	margin-left: 2px;
	background-color: #79E6FF;
	background-image: -webkit-linear-gradient(270deg,rgba(121,230,255,1.00) 0%,rgba(249,244,244,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(121,230,255,1.00) 0%,rgba(249,244,244,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(121,230,255,1.00) 0%,rgba(249,244,244,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(121,230,255,1.00) 0%,rgba(249,244,244,1.00) 100%);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-top: 2px;
}
#wrap #navi a:hover {
	background-color: #FE0E12;
	background-image: -webkit-linear-gradient(270deg,rgba(252,160,8,1.00) 0%,rgba(255,254,254,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(252,160,8,1.00) 0%,rgba(255,254,254,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(252,160,8,1.00) 0%,rgba(255,254,254,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(252,160,8,1.00) 0%,rgba(255,254,254,1.00) 100%);
}
