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


/*NAVI*/
#navi {
	background-image: url(../img/bg_navi.gif);
	background-repeat: repeat-x;
	height: 40px;
	position: relative;
	overflow: visible;
	z-index: 20;
	width: 100%;
}
#buttons {
	margin-right: auto;
	margin-left: auto;
	width: 970px;
}
#shadow   {
	background-image: url(../img/shadow.png);
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	height: 13px;
	right: 0px;
	bottom: -13px;
}
