@charset "shift_jis";
/* ページの隙間対策 */
body{
 margin:0;            /* ←追加 */
}

/* ヘッダー */
#header {
	width: 1000px;
	height: 184px;
	background-color:#FFFFFF;
	margin: 0;
	padding: 0; 
}

/* ヘッダー トップ画像用 */
#header_top {
	width: 1000px;
	height: 634px;
	background-color:#FFFFFF;
	margin: 0;
	padding: 0; 
}

/* ヘッダー タイトル*/
#header_title {
	width: 1000px;
	height: 130px;
	background-color:#FFFFFF;
}

/* ヘッダー メニュー */
#header_menu {
	width: 1000px;
	height: 54px;
	background-color:#FFFFFF;
	margin: 0 auto;
	text-align: center;
	position: relative;	/* メニューの中央揃えに必要 */
	overflow: hidden;	/* メニューの中央揃えに必要 */
}

/* ヘッダー ボタン通常 */
.button {
	display: inline-block;
	width: 120px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #fff;
	color: #000;
	line-height: 40px;
	overflow: hidden;
	padding: 1px;
	font-size: 1em;
	font-weight: bold;
}
.button:hover {
	color: #000;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	bottom: -100%;
	width: 100%;
	height: 20%;
}
.button:hover::after {
	bottom: 0;
	background-color: #f00;
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* ヘッダー ボタンロードサービス */
.buttonb {
	display: inline-block;
	width: 120px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #fff;
	color: #000;
	line-height: 18px;
	overflow: hidden;
	padding: 1px;
	font-size: 1em;
	font-weight: bold;
}
.buttonb:hover {
	color: #000;
}
.buttonb::before,
.buttonb::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	bottom: -100%;
	width: 100%;
	height: 20%;
}
.buttonb:hover::after {
	bottom: 0;
	background-color: #f00;
}
.buttonb,
.buttonb::before,
.buttonb::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* ヘッダー トップ画像 */
#header_topflv {
	width: 1000px;
	height: 450px;
	background-color:#FFFFFF;
	margin: 0 auto;
	position: relative;	/* メニューの中央揃えに必要 */
	overflow: hidden;	/* メニューの中央揃えに必要 */
}

