@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

#navi_In ul li {
	//width:117.75px;
	width:134.7px;
	margin-right:1px;
	background: #e6e6e6;
}

#navi_In ul li.current_sub {
	background: #149c3c;
}

#navi_In ul li.current_sub a {
	color: #ffffff;
}

#navi_In ul li a {
	font-family:'Roboto Condensed', sans-serif;
	font-weight:bold;
	color: #666666;
	text-indent:0;
	padding:5.5px 0;
	display: block;
}

#navi_In ul li a:hover {
	background: #149c3c;
	color: #ffffff;
}

/* ------------------------------------
 * Globalnavigation:current
 * ------------------------------------ */

#home #navi_In ul li.home a,
#news #navi_In ul li.news a,
#media #navi_In ul li.media a,
#profile #navi_In ul li.profile a,
#shop #navi_In ul li.shop a,
#recruit #navi_In ul li.recruit a,
#aboutus #navi_In ul li.aboutus a
{
	background: #149c3c;
	color: #ffffff;
}

