@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header{
	width: 100%;
	height: 110px;
	background-color: #FFF;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 100;
	overflow: hidden;
	}
#header img {
	float:left;
	border-style:none;
}
#header_tel_bx{
	float:right;
	}
#header span{
	display:none;
}
