@charset "shift_jis";
/*メニューバーのスプライトのCSS*/
.menu_bar_background {
	width: 100%;
	background-image: url(../image/base/menu_bar/2014/menu_bar_background_14.jpg);
	height: 55px;
	clear: both;
	text-align: center;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.menu_bar {
	display: block;
	height: 55px;
	width: 950px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.menu_bar ul {
	width: 950px;
	margin: 0px;
	padding: 0px;
	height: 55px;
}

.menu_bar ul li {
	display: block;
	height: 55px;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.menu_bar ul li a {
	display: block;
	line-height: 55px;
	text-indent: -9999px;
	background-image: url(../image/base/menu_bar/2014/menu_bar_sprite_14.jpg);
	background-repeat: no-repeat;
}


#home a{
	width: 136px;
	height: 55px;
	background-position: 0px 0px;
}
#home a:hover{
	width: 136px;
	height: 55px;
	background-position: 0px -60px;
}


#world a{
	width: 136px;
	height: 55px;
	background-position: -136px 0px;
}
#world a:hover{
	width: 136px;
	height: 55px;
	background-position: -136px -60px;
}


#players a{
	width: 136px;
	height: 55px;
	background-position: -272px 0px;
}
#players a:hover{
	width: 136px;
	height: 55px;
	background-position: -272px -60px;
}


#position a{
	width: 136px;
	height: 55px;
	background-position: -408px 0px;
}
#position a:hover{
	width: 136px;
	height: 55px;
	background-position: -408px -60px;
}


#team a{
	width: 136px;
	height: 55px;
	background-position: -544px 0px;
}
#team a:hover{
	width: 136px;
	height: 55px;
	background-position: -544px -60px;
}


#kantoku a{
	width: 135px;
	height: 55px;
	background-position: -680px 0px;
}
#kantoku a:hover{
	width: 135px;
	height: 55px;
	background-position: -680px -60px;
}
#intai a{
	width: 135px;
	height: 55px;
	background-position: -815px 0px;
}
#intai a:hover{
	width: 135px;
	height: 55px;
	background-position: -815px -60px;
}
