@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: 138px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(../images/base/body_back.jpg);
}
