@charset "UTF-8";
/* CSS Document */

#header .navi {
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: 9999;
}
#header.fixed .navi {
	position: fixed;
	top: 0px;
	z-index: 9999;
	background-image:url(../img/shared/bg_navi.png);
	background-repeat:repeat;
}
