#wrap #sidebar {
	background-color: #000000;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(0,0,0,1.00) 99.48%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(0,0,0,1.00) 99.48%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(0,0,0,1.00) 99.48%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(0,0,0,1.00) 99.48%);
	text-align: center;
	width: 1000px;
	height: 20px;
}
#wrap #main {
	height: 400px;
	clear: both;
	text-align: center;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(161,246,180,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(161,246,180,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(161,246,180,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(161,246,180,1.00) 100%);
	background-color: #A1F6B4;
}
#wrap #footer {
	height: 50px;
	text-align: center;
	padding-top: 15px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(161,247,235,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(161,247,235,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(161,247,235,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(161,247,235,1.00) 100%);
	background-color: #A1F7EB;
}
#wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#wrap #header {
	text-align: center;
	width: 1000px;
	height: 80px;
	background-color: #04DEF6;
	background-image: -webkit-linear-gradient(270deg,rgba(4,222,246,1.00) 0%,rgba(255,255,255,1.00) 92.28%);
	background-image: -moz-linear-gradient(270deg,rgba(4,222,246,1.00) 0%,rgba(255,255,255,1.00) 92.28%);
	background-image: -o-linear-gradient(270deg,rgba(4,222,246,1.00) 0%,rgba(255,255,255,1.00) 92.28%);
	background-image: linear-gradient(180deg,rgba(4,222,246,1.00) 0%,rgba(255,255,255,1.00) 92.28%);
	margin-top: -10px;
	font-size: 40px;
	padding-top: 15px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#navi a {
	width: 16.6%;
	display: block;
	height: 40px;
	text-align: center;
	padding-top: 15px;
	float: left;
	background-color: #A1F6B4;
	background-image: -webkit-linear-gradient(270deg,rgba(161,246,180,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(161,246,180,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(161,246,180,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(161,246,180,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;
	text-decoration: none;
	font-size: 20px;
}
#navi {
	width: 1000px;
	height: 60px;
	margin-top: -30px;
}
#navi a:hover {
	background-color: #FA8C31;
	background-image: -webkit-linear-gradient(270deg,rgba(250,140,49,1.00) 0%,rgba(255,255,255,1.00) 78.12%);
	background-image: -moz-linear-gradient(270deg,rgba(250,140,49,1.00) 0%,rgba(255,255,255,1.00) 78.12%);
	background-image: -o-linear-gradient(270deg,rgba(250,140,49,1.00) 0%,rgba(255,255,255,1.00) 78.12%);
	background-image: linear-gradient(180deg,rgba(250,140,49,1.00) 0%,rgba(255,255,255,1.00) 78.12%);
}
