@media screen { 
@charset "utf-8";
#container {
	_overflow:auto;
	height:100%;
	z-index:1;
}

/*メニュー固定*/
#header {
	_position:fixed;
	position:fixed;
	width: 100%;
}
}

