@charset "shift_jis";
.header_area {
	position: fixed !important;
    position: absolute;  
	top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: #FFF;
	
    text-align: center;
}
.header_box {
	height: 70px;
	width: 1029px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
	background-repeat: repeat;
	margin-top: 10px;
}
