@charset "utf-8";

/*local_common ナビゲーション設定
/////////////////////////////////////*/

#Second_globalNavi {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}

#Second_globalNavi li {
	float: left;
	display:inline;
}

#Second_globalNavi li a{
	height: 19px;
	text-indent: -9999px;
}

#Second_globalNavi li a{
	display: block;
	overflow: hidden;
	background-image: url(../img/bg_global_navi.jpg);
}

#S_service a {
	width: 123px;
	background-position: 0 0;
}

#S_plan a {
	width: 128px;
	background-position: -123px 0;
}

#S_contract a {
	width: 129px;
	background-position: -251px 0;
}

#S_organization a {
	width: 127px;
	background-position: -380px 0;
}

#S_recruit a {
	width: 127px;
	background-position: -507px 0;
}

#S_form a {
	width: 124px;
	background-position: -634px 0;
}



#S_service a:hover {
	width: 123px;
	background-position: 0 -19px;
}

#S_plan a:hover {
	width: 128px;
	background-position: -124px -19px;
}

#S_contract a:hover {
	width: 129px;
	background-position: -251px -19px;
}

#S_organization a:hover {
	width: 127px;
	background-position: -380px -19px;
}

#S_recruit a:hover {
	width: 127px;
	background-position: -507px -19px;
}

#S_form a:hover {
	width: 124px;
	background-position: -634px -19px;
}


#S_service a.stay {
	width: 123px;
	background-position: 0 -19px;
}

#S_plan a.stay {
	width: 128px;
	background-position: -124px -19px;
}

#S_contract a.stay {
	width: 129px;
	background-position: -251px -19px;
}

#S_organization a.stay {
	width: 127px;
	background-position: -380px -19px;
}

#S_recruit a.stay {
	width: 127px;
	background-position: -507px -19px;
}

#S_form a.stay {
	width: 124px;
	background-position: -634px -19px;
}
