@charset "UTF-8";
#wrap {
	width: 1005px;
	margin-left: auto;
	margin-right: auto;
}
#wrap #header {
	width: 1000px;
	margin-top: -10px;
}
#wrap #navi {
	width: 1005px;
}
#navi p a {
	width: 16.6%;
	height: 40px;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	padding-top: 15px;
	background-color: #07E3F7;
	background-image: -webkit-linear-gradient(270deg,rgba(7,227,247,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(7,227,247,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(7,227,247,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(7,227,247,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;
}
#navi p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#wrap #main img {
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 1px;
}
#wrap #main {
	width: 1005px;
	text-align: center;
}

#navi p 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%);
}
#wrap #main div {
	text-align: center;
	background-color: #F6EA9D;
}
#wrap #sidebar {
	text-align: center;
	width: auto;
}
#wrap #footer {
	width: 1005px;
	height: 30px;
	background-color: #07E3F7;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(7,227,247,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(7,227,247,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(7,227,247,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(7,227,247,1.00) 100%);
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}
