#naviBar {
	background: url('_Image/NaviBar/naviback.png') repeat;
	height: 34px;
	width: 100%;
	border-top: 15px solid #454545;
}

#navi-wrapper {
	position: relative;
	width: 600px;
	height: 34px;
	left: 50%;
	margin-left: -300px;
}

#navi-news {
	float: left;
	background: url('_Image/NaviBar/C_navi_news.png') center center no-repeat;
	width: 131px;
	height: 34px;
	margin-right: 62px;
}
#navi-news:hover {
	background: url('_Image/NaviBar/CL_navi_news.png') center center no-repeat;
}

#navi-sandee {
	float: left;
	background: url('_Image/NaviBar/C_navi_sandee.png') center center no-repeat;
	width: 131px;
	height: 34px;
	margin-right: 62px;
}
#navi-sandee:hover {
	background: url('_Image/NaviBar/CL_navi_sandee.png') center center no-repeat;
}

#navi-works {
	float: left;
	background: url('_Image/NaviBar/C_navi_works.png') center center no-repeat;
	width: 131px;
	height: 34px;
	margin-right: 62px;
}
#navi-works:hover {
	background: url('_Image/NaviBar/CL_navi_works.png') center center no-repeat;
}

#navi-community {
	float: left;
	background: url('_Image/NaviBar/C_navi_community.png') center center no-repeat;
	width: 131px;
	height: 34px;
	margin-right: 62px;
}
#navi-community:hover {
	background: url('_Image/NaviBar/CL_navi_community.png') center center no-repeat;
}

#navi-sitemap {
	float: left;
	background: url('_Image/NaviBar/C_navi_sitemap.png') center center no-repeat;
	width: 131px;
	height: 34px;
}
#navi-sitemap:hover {
	background: url('_Image/NaviBar/CL_navi_sitemap.png') center center no-repeat;
}