@charset "UTF-8";
#wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#wrap #header {
	width: 1000px;
	height: 200px;
	margin-top: -10px;
}
#wrap #main img {
	float: left;
	margin-right: 1px;
	margin-top: 1px;
	border-radius: 10px;
}
#wrap #main #arakawa {
	text-align: left;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#wrap #sidebar {
	width: 1000px;
	float: left;
	text-align: center;
}



#wrap #main {
	width: 1000px;

}
#navi2 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;
}
#navi2 {
	width: 1000px;
	float: right;
}
#navi2 ul li a {
	width: 166.4px;
	height: 30px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #0AA98B;
	background-image: -webkit-linear-gradient(270deg,rgba(10,169,139,1.00) 0%,rgba(255,255,255,1.00) 98.96%);
	background-image: -moz-linear-gradient(270deg,rgba(10,169,139,1.00) 0%,rgba(255,255,255,1.00) 98.96%);
	background-image: -o-linear-gradient(270deg,rgba(10,169,139,1.00) 0%,rgba(255,255,255,1.00) 98.96%);
	background-image: linear-gradient(180deg,rgba(10,169,139,1.00) 0%,rgba(255,255,255,1.00) 98.96%);
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	/* [disabled]border-bottom-right-radius: 30px; */
	text-decoration: none;
}
#wrap #navi2 {
	width: 1000px;
}
#navi2 ul li a:hover {
	background-color: #F40608;
	background-image: -webkit-linear-gradient(270deg,rgba(250,165,0,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(250,165,0,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(250,165,0,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(250,165,0,1.00) 0%,rgba(255,255,255,1.00) 100%);
}
#wrap #footer {
	width: 1000px;
	float: left;
	height: 30px;
	background-color: #07E3F7;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(7,227,247,1.00) 99.46%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(7,227,247,1.00) 99.46%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(7,227,247,1.00) 99.46%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(7,227,247,1.00) 99.46%);
	text-align: center;
	margin-top: 1px;
	padding-top: 20px;
	padding-bottom: 5px;
}
