@charset "UTF-8";
#wrap {
	width: 1004px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FE0E12;
	height: 2600px;
}
#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: 12.3%;
	height: 40px;
	display: block;
	text-align: center;
	padding-top: 15px;
	background-color: #79E6FF;
	float: left;
	margin-left: 2px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	text-decoration: none;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	background-image: -webkit-linear-gradient(270deg,rgba(121,230,255,1.00) 0%,rgba(255,254,254,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(121,230,255,1.00) 0%,rgba(255,254,254,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(121,230,255,1.00) 0%,rgba(255,254,254,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(121,230,255,1.00) 0%,rgba(255,254,254,1.00) 100%);
}
#wrap #main {
	clear: both;
	text-align: center;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	padding-top: 5px;
	background-color: #FFFFFF;
	height: 2100px;
	margin-bottom: 2px;
}
#wrap #navi {
	width: 1004px;
	height: 60px;
	background-color: #FFFEFE;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#wrap #header {
	text-align: center;
	background-color: #FFFEFE;
	margin-top: -10px;
}
#wrap #main img {
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 7px;
	clear: none;
	float: left;
}
#wrap #sidebar {
	width: 900px;
	height: 40px;
	float: right;
	text-align: left;
	background-color: #FFFFFF;
	padding-left: 100px;
	padding-top: 2px;
	padding-bottom: 10px;
	margin-right: 2px;
	margin-left: auto;
}
#wrap #footer {
	text-align: center;
	width: 1004px;
	height: 40px;
	padding-top: 15px;
	float: left;
	background-color: #FE0E12;
	color: #FFFEFE;
}
#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%);
}
#wrap #main #AISATU {
	width: 998px;
	background-color: #FAF27B;
	height: 25px;
	float: right;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
