@charset "UTF-8";

/* ヘッダー */
#header{
	width:100%;
	height:100px;
	background:url('../img/header_bg.png') repeat-x top center;
	position:relative;
	top: 0px;
	left: 0px;
	/* IE6対策（位置固定） */
	_position: absolute; 
	_top: expression(eval(document.documentElement.scrollTop+0)+'px');
	z-index:100;
}

/* page-top */
#page-top {
	display:none;
}


@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}