body * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height: 150%;
	overflow-x: hidden;
}
#header_contact {
	width: 100%;
	background: url(../../images/common/form_header_bg.gif) repeat-x;
	height: 75px;
}
#footer_contact {
	width: 100%;
	border-top: 1px dotted #CCC;
	padding: 20px 0;
	font-size: 0.8em;
}

#header_contact .inner_content,
#footer_contact .inner_content,
#contact_form {
	width: 1003px;
	margin: 0 auto;
}

#header_contact .inner_content {
	height: 75px;
}

#header_contact #logo {
	background: url(../../images/common/air_logo.png) 100%/140px no-repeat;
	height: 75px;
	width: 140px;
	text-indent: -9999px;
}