@charset "utf-8";
/* CSS Document */

body {
	width: 960px;
	background-color: #ffffff;
	margin-right: auto;
	margin-left : auto;
 	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

header{
	background-color: #f2f2f2;
	height: 101px;
	width: 960px;
	margin: 0 ;
	overflow:hidden;
}
footer{
	background-color: #f2f2f2;
	width: 960px;
	height: 90px;
	font-size: 14px;
	color: #3C3C3C;
	font-weight: 900;
	margin: 0px;
	padding-top: 10px;
	
}

.hleft{
	float:left;
	width: 400px;
	height: 101px;
}
.hls{
	float:right;
	width: 174px;
	height: 40px;
	}

.box{
	width: 150px;
}

a {
  text-decoration: none;
	color:#3c3c3c;
	
}
.maincontainer {
	width: 960px;
	height: 82px;
	overflow: hidden;
}

.main01 {
	float: left;
	width: 240px;
	height: 82px;
	background: url(../img/mainbutton01_over.png) no-repeat;
}

.main01 a{
		display: inline-block;
	}

.main01 a:hover{
		background-color: transparent; /* IE6対応 */
	}

.main01 a:hover img {
    visibility: hidden;

	}

.main02 {
	float: left;
	width: 240px;
	height: 82px;
	background: url(../img/mainbutton02_over.png) no-repeat;
}

.main02 a{
		display: inline-block;
	}

.main02 a:hover{
		background-color: transparent; /* IE6対応 */
	}

.main02 a:hover img {
    visibility: hidden;

	}
	

.main03 {
	float: left;
	width: 240px;
	height: 82px;
	background: url(../img/mainbutton03_over.png) no-repeat;
}

.main03 a{
		display: inline-block;
	}

.main03 a:hover{
		background-color: transparent; /* IE6対応 */
	}

.main03 a:hover img {
    visibility: hidden;

	}
	

.main04 {
	float: left;
	width: 240px;
	height: 82px;
	background: url(../img/mainbutton04_over.png) no-repeat;
}

.main04 a{
		display: inline-block;
	}

.main04 a:hover{
		background-color: transparent; /* IE6対応 */
	}

.main04 a:hover img {
    visibility: hidden;

	}
	


.top {
	background-image: url(../img/top_img.png);
	background-size: 960px;
	background-repeat: no-repeat;
	height: 271px;
	width: 960px;
	margin: 0 ;
	padding: 30px 0 0 0;
		
}

h1{
	color: #666666;
	font-size: 30px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 40px;
	padding-left: 120px;
		
}

h2{
	color: #ffffff;
	font-size: 22px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 25px;
	padding-left: 30px;
		
}

h3{
	color: #ffffff;
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 30	px;
	padding-left: 30px;
		
}

.undercontainer{
	background-color: #F8F8DB;
	width: 960px;
	overflow:hidden;

}

.news{
	width:480px;
	height:250px;
	float:left;
}

.submenu{
	width:480px;
	height: 250px;
	float:right;
}
