<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*********************/


/***** navi ***************/

#navi {
	background: url(../images/navi_bg.png) 50% 0 repeat-y;
	padding: 0 05px 0;
	z-index: 10;
}


#navi li {
	line-height: 0;
	vartical-align: bottom;
	font-size: 0;
	/* [disabled]margin-bottom: 15px; */
	padding-bottom: 17px;
}

#navi li.first {
	line-height: 0;
	vartical-align: bottom;
	font-size: 0;
	/* [disabled]margin-bottom: 15px; */
	padding-top: 27px;
}

#navi li.last {
	line-height: 0;
	vartical-align: bottom;
	font-size: 0;
	/* [disabled]margin-bottom: 15px; */
	padding-bottom: 27px;
}

#navi_top {
}

#navi_bottom {
	/* [disabled]margin-bottom:15px; */
}
</pre></body></html>