@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	-webkit-text-size-adjust: 100%;
}
#header {
	width:100%;
	height: 70px;
	background-color: #1E2F8A;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10000;
}
	#header_logo {
		display: block;
		width: 197px;
		height: 43px;
		background: url(../img/header_logo.png) no-repeat 0px 0px;
		position: absolute;
		left: 10px;
		top: 10px;
	}
	#button_menu {
		width: 70px;
		height: 70px;
		background: url(../img/button_menu.png) no-repeat 0px 0px;
		background-size: 70px 70px;
		position: absolute;
		right: 0px;
		top: 0px;
	}
#page {
	padding: 90px 0px 20px 0px;
}
#footer {
	height: 40px;
	line-height: 40px;
	background-color: #1E2F8A;
	text-align: center;
	color: #FFF;
}
#filter {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #000;
	opacity: 0.6;
	z-index: 9000;
}
#menu {
	display: none;
	width: 440px;
	background-color: #FFF;
	position: fixed;
	left: 50%;
	top: 90px;
	margin-left: -220px;
	z-index: 9100;
}
	#menu a {
		display: block;
		padding: 10px 20px;
		color: #1E2F8A;
		text-decoration: none;
		border-bottom: dashed 1px #CCC;
	}
	#menu a:last-child {
		border: none;
	}
.heading {
	background-color: #EEE;
	height: 40px;
	line-height: 40px;
	padding: 0px 20px;
}
.clear {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
}