@charset "Shift_JIS";

#globalNavi {
	font-size: 0.85em;
	color: #336699;
	background-color: #F1F3F0;
	background-image: url(../images/y_global_navi_bk.gif);
	background-repeat: repeat-x;
 
	height: 21px;
	width: 710px;

	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;

}

#globalNavi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#globalNavi ul li {
	display: inline;
}

#globalNavi a,
#globalNavi span {

	display: block;
	float: left;
	text-decoration: none;

}

/*>>>>> 会組織・役員 >>>>>>>>*/

a#member:link, a#member:visited {

	width: 90px;
	height: 21px;
	text-indent: -500em;
/*
	background-image: url("../images/nav01.gif") no-reperat 0px 0px;
*/
	background: transparent url("../images/nav01.gif") no-repeat 0px 0px;

}
a#member:hover{
	/***background-position: 0px -10px; ***/
	background: transparent url("../images/nav01_over.gif") no-repeat 0px 0px;
}
a#member:active{
	/***background-position: 0px -144px;***/
	background: transparent url("../images/nav01_over.gif") no-repeat 0px 0px;
}

/*>>>>> 会長ご挨拶 >>>>>>>>>*/
a#compliment:link, a#compliment:visited {
	width: 90px;
	height: 21px;
	text-indent: -500em;
	background: transparent url("../images/nav02.gif") no-repeat 0px 0px;


}
a#compliment:hover {
	background: transparent url("../images/nav02_over.gif") no-repeat 0px 0px;
}
a#compliment:active {
	background: transparent url("../images/nav02_over.gif") no-repeat 0px 0px;
}

/*>>>>> 活動内容 >>>>>>>>>>*/
a#activity:link, a#activity:visited {
	width: 90px;
	height: 21px;
	text-indent: -500em;
	background: transparent url("../images/nav03.gif") no-repeat 0px 0px;


}
a#activity:hover {
	background: transparent url("../images/nav03_over.gif") no-repeat 0px 0px;
}
a#activity:active {
	background: transparent url("../images/nav03_over.gif") no-repeat 0px 0px;
}

/*>>>>> リンク >>>>>>>>>>>>*/
a#bookmark:link, a#bookmark:visited {
	width: 90px;
	height: 21px;
	text-indent: -500em;
	background: transparent url("../images/nav05.gif") no-repeat 0px 0px;
	
}
a#bookmark:hover {
	background: transparent url("../images/nav05_over.gif") no-repeat 0px 0px;
}
a#bookmark:active {
	background: transparent url("../images/nav05_over.gif") no-repeat 0px 0px;
}

/*>>>>>> お問い合わせ >>>>>>*/

a#info:link, a#info:visited {
	width: 90px;
  height: 21px;
  text-indent: -500em;
  background: transparent url("../images/nav07.gif") no-repeat 0px 0px;
}

a#info:hover {
	background: transparent url("../images/nav07_over.gif") no-repeat 0px 0px;
}
a#info:active {
	background: transparent url("../images/nav07_over.gif") no-repeat 0px 0px;
}

#globalNavi a,
#globalNavi span {
	float: left;
}

