@charset "UTF-8";
#wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #FFFFFF;
}
#wrap #header {
	margin-top: -10px;
}
#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;
}
ul li a {
	width: 14.15%;
	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 1s;
	-o-transition: all 1s 1s;
	transition: all 1s 1s;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	padding-bottom: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	margin-right: auto;
}
#wrap #main img {
	float: left;
	margin-bottom: 1px;
	border-radius: 20px;


}
#wrap #footer {
	width: 1000px;
	float: left;
	background-color: #07E3F7;
	text-align: center;
	padding-top: 15px;
	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%);
}



#wrap #main {
	clear: both;
	width: 1000px;

}
#wrap #main table {
	clear: both;
}
#wrap #sidebar {
	background-color: #000000;
	float: left;
	clear: both;
	text-decoration: underline;
	text-align: center;
}
ul li a:hover {
	background-color: #F8C156;
	background-image: -webkit-linear-gradient(270deg,rgba(248,193,86,1.00) 0%,rgba(255,255,255,1.00) 99.48%);
	background-image: -moz-linear-gradient(270deg,rgba(248,193,86,1.00) 0%,rgba(255,255,255,1.00) 99.48%);
	background-image: -o-linear-gradient(270deg,rgba(248,193,86,1.00) 0%,rgba(255,255,255,1.00) 99.48%);
	background-image: linear-gradient(180deg,rgba(248,193,86,1.00) 0%,rgba(255,255,255,1.00) 99.48%);
}
#wrap #navi {
	width: 100%;
	height: 55px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
