#wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#wrap #footer {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FDE506;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(252,252,13,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(252,252,13,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(252,252,13,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(252,252,13,1.00) 100%);
}
#wrap #sidebar {
	text-align: center;
	width: 1000px;
	height: 40px;
	padding-top: 15px;
	background-color: #B8FA85;
	background-image: -webkit-linear-gradient(270deg,rgba(184,250,133,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(184,250,133,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(184,250,133,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(184,250,133,1.00) 0%,rgba(255,255,255,1.00) 100%);
}
#wrap #main table {
	margin-left: auto;
	margin-right: auto;
}
#wrap #main {
	background-color: #FDFDE5;
	clear: both;
}
#wrap #header {
	text-align: center;
	background-color: #949393;
	background-image: -webkit-linear-gradient(270deg,rgba(148,147,147,1.00) 0%,rgba(255,255,255,1.00) 47.15%,rgba(148,147,147,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(148,147,147,1.00) 0%,rgba(255,255,255,1.00) 47.15%,rgba(148,147,147,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(148,147,147,1.00) 0%,rgba(255,255,255,1.00) 47.15%,rgba(148,147,147,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(148,147,147,1.00) 0%,rgba(255,255,255,1.00) 47.15%,rgba(148,147,147,1.00) 100%);
	width: 1000px;
	height: 60px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top: -10px;
	padding-top: 1px;
	padding-bottom: 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: 24.8%;
	display: block;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	background-color: #5CCB07;
	background-image: -webkit-linear-gradient(270deg,rgba(92,203,7,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(92,203,7,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(92,203,7,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(92,203,7,1.00) 0%,rgba(255,255,255,1.00) 100%);
	font-size: 20px;
	text-decoration: none;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-left: 2px;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#wrap #navi a:hover {
	background-color: #FF0000;
	background-image: -webkit-linear-gradient(270deg,rgba(248,156,6,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(248,156,6,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(248,156,6,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(248,156,6,1.00) 0%,rgba(255,255,255,1.00) 100%);
}
