@charset "shift_jis";
/*メニューバーのスプライトのCSS*/

.menu_bar_background {
	width: 100%;
	height: 54px;
	clear: both;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #BCDDE7;
	background-image: url(../image/base/menu_bar/menu_bar_background.jpg);
	background-repeat: repeat-x;
}

ul,li{margin:0; padding:0;}

ul#menu{
	display: block;
	height: 54px;
	width: 1045px;
	position: relative;
	margin-right: auto;
	margin-left: auto;}

ul#menu li {float:left; width:95px; height:54px; list-style:none; margin:0px;}

ul#menu li a{
	display: block;
	width: 95px;
	height: 54px;
	list-style-type: none;
	background-color:#FFF;
	
	position:relative;/*cssスプライト用に足した*/
	overflow:hidden;/*cssスプライト用に足した*/
}

ul#menu #sub li a{
	float: left;
	list-style-type: none;
	width: 250px; /*cssスプライト用に足した*/
	height: 20px; /*cssスプライト用に足した*/
	z-index: 2;
	font-size: 12px;
	text-align: left;
	font-size: 12px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0C6;
	border-right-color: #0C6;
	border-bottom-color: #0C6;
	border-left-color: #0C6;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
ul#menu #sub li a:hover{
	text-decoration:underline;
}

ul#menu #sub li a:hover img { /*サブボタンのみの透明度設定*/
	filter: alpha(opacity=80);     -moz-opacity:0.8;    -khtml-opacity: 0.8;    opacity:0.8;
}

ul#menu #sub li {
	display:block;	
	float: left;
	list-style-type: none;
	width:232px; /*cssスプライト用に足した*/
	height:23px; /*cssスプライト用に足した*/
	overflow:visible;	

}



ul#menu #sub {
	width:262px;
	display:none;
	
	}


/*ボタン画像部分のcssスプライト*/
.home_btn img {
	position:relative;
	left:0px;
	top:0px;
	}

.sarari_btn img {
	position:relative;
	left:-95px;
	top:0px;
	
	}		
.shokugyou_btn img {
	position:relative;
	left:-190px;
	top:0px;
	}

.kigyou_btn img {
	position:relative;
	left:-285px;
	top:0px;
	
	}	
.koumuin_btn img {
	position:relative;
	left:-380px;
	top:0px;
	}

.nendai_btn img {
	position:relative;
	left:-475px;
	top:0px;
	
	}	
.todoufuken_btn img {
	position:relative;
	left:-570px;
	top:0px;
	}

.keyword_btn img {
	position:relative;
	left:-665px;
	top:0px;
	
	}
.news_btn img {
	position:relative;
	left:-760px;
	top:0px;
	
	}		
.sonota_btn img {
	position:relative;
	left:-855px;
	top:0px;
	}	
.magazine_btn img {
	position:relative;
	left:-950px;
	top:0px;
	}		
