@charset "UTF-8";
*{
	margin: 0;
	padding: 0;
}
section,article,aside,hgroup,header,footer,main,nav,figure{
	display: block;
}
img{
	display: block;
	border: none;
}
a{
	color: #fff;
	text-decoration: none;
}
a:hover{
	opacity: 0.5;
}
header li a:hover{
	height: 70px;
	background-color: #bdf7ea;
	opacity: 1;
}
ul,ol{
	list-style-type: none;
}
body{
	font-size: 18px;
	color: #92dfe8;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS Pゴシック", "MS PGothic",sans-serif;
	background: linear-gradient(to right, #e3f8fd, #e9f8fd);
	line-height: 1.7em;
}
header{
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
}
#logo{
	float: left;
	width: 120px;
	margin-top: 22px;
	margin-left: 39px;
}
header nav{
	float: right;
	width: 791px;
}
header li{
	float: left;
	width: 190px;
}
header li a{
	display: block;
	height: 100px;
	text-align: center;
	padding-top: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #61cbe1;
}
main{
	clear: both;
	width: 100%;
}
#mainPhotoText{
	width: 100%;
	margin-top: -30px;
	min-width: 1000px;
	height: 563px;
	padding: 68px 0 0 0;
	background-image: url("../../images/main.jpg");
	background-size: cover;
	background-position: center center;
}
#mainPhotoText img{
	position: absolute;
	right: 130px;
	top: 150px;
}
main h2{
	margin-bottom: 35px;
	text-align: center;
	font-size: 36px;
}
#mainNews{
	margin-top: 66px;
}
#mainNews ul{
	background: linear-gradient(to right, #68dbf2, #c6defa);
	width: 940px;
	margin: auto;
	padding: 30px 30px;
	overflow: hidden;
}
#mainNews li{
	float: left;
}
#mainNews img{
	float: left;
}
.imgMargin{
	margin-right: 13px;
}
li:hover{
	opacity: 0.5;
}
#logo:hover{
	opacity: 0.6;
}
#mainTopics table{
	clear: both;
	width: 100%;
	background-color: #c6defa;
	color: #1f508b;
	padding: 72px;
	padding-left: 230px;
}
.title{
	color: #92dfe8;
	margin-top: 65px;
}

footer{
	margin-top: 125px;
	color: #FFF;
    background: linear-gradient(to right, #6cdcf3,#c5defa);
	font-size: 8px;
}
#footerInner{
	width: 1000px;
	margin: auto;
	padding: 36px 20px 121px;
}
#footerlogo{
	width: 120px;
}
#footerInner ul{
	float: left;
	margin-top: 70px;
}
#footerInner li{
	float: left;
	margin-right: 20px;
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#footerInner a{
	color: #fff;
}
#footerInner p{
	float: right;
	margin-top: 69px;
}