@charset "utf-8";

header {
	height: 120px;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	left: 0;
	position: fixed !important;
	top: 0;
	z-index: 100;
}
#headerInner {
	margin: 0 auto;
	width: 1000px;
	height: 120px;
	position: relative;
}
header h1 {width: 210px; position: absolute; top: 30px; left:0;}
header h1 img {width: 100%;}
header #inquiry { position: absolute; top: 0; left: 750px;}
header #nav { position: absolute; top: 60px; left: 455px;}
header #nav li { float: left; margin-right: 30px;}
