/* navi.css */

/*グランドメニュー
////////////////////////////////////////////////////*/
#groundMenu p {/*会員病院検索ボタン*/
	margin: 16px 0;
}
#groundMenu ul.first {
	margin: 0 2px;
}
#groundMenu ul li {
	width: 186px;
	list-style-type: none;
	vertical-align: top;
}
#groundMenu ul li a {
	margin-top: 1px;
	text-decoration: none;
	display: block;
}
#groundMenu ul li a.firstNavi {
	width: 186px;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
}
#groundMenu ul li#bt_about a.firstNavi {/*大阪府獣医師会とは？*/
	background: url(../img/bt_groundmenu_about.jpg) no-repeat;
}
#groundMenu ul li#bt_about a.firstNavi:hover {
	background: url(../img/bt_groundmenu_about_on.jpg) no-repeat;
}

#groundMenu ul li#bt_works a.firstNavi {/*獣医師の仕事*/
	background: url(../img/bt_groundmenu_works.jpg) no-repeat;
}
#groundMenu ul li#bt_works a.firstNavi:hover {
	background: url(../img/bt_groundmenu_works_on.jpg) no-repeat;
}

#groundMenu ul li#bt_how a.firstNavi {/*獣医師になるには*/
	background: url(../img/bt_groundmenu_how.jpg) no-repeat;
}
#groundMenu ul li#bt_how a.firstNavi:hover {
	background: url(../img/bt_groundmenu_how_on.jpg) no-repeat;
}

#groundMenu ul li#bt_welfare a.firstNavi {/*動物愛護・社会福祉活動*/
	background: url(../img/bt_groundmenu_welfare.jpg) no-repeat;
}
#groundMenu ul li#bt_welfare a.firstNavi:hover {
	background: url(../img/bt_groundmenu_welfare_on.jpg) no-repeat;
}

#groundMenu ul li#bt_hydrophobia a.firstNavi {/*狂犬病*/
	background: url(../img/bt_groundmenu_hydrophobia.jpg) no-repeat;
}
#groundMenu ul li#bt_hydrophobia a.firstNavi:hover {
	background: url(../img/bt_groundmenu_hydrophobia_on.jpg) no-repeat;
}

#groundMenu ul li#bt_knowledge a.firstNavi {/*動物豆知識*/
	background: url(../img/bt_groundmenu_knowledge.jpg) no-repeat;
}
#groundMenu ul li#bt_knowledge a.firstNavi:hover {
	background: url(../img/bt_groundmenu_knowledge_on.jpg) no-repeat;
}

#groundMenu ul li a.secondNavi {
	padding: 2px 4px 2px 22px;
	color: #FFFFFF;
	display: block;
	background: url(../img/parts_groundnavi_lowernavi.gif) no-repeat #99CC66 top left;
}

ul.close {
	display: none;
}
ul.open {
	display: block;
}
/*会員病院検索
////////////////////////////////////////////////////*/

#bt_search a {
	width: 179px;
	height: 49px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/bt_groundmenu_search.jpg) no-repeat;
}
#bt_search a:hover {
	background: url(../img/bt_groundmenu_search_on.jpg) no-repeat;
}

/*下層サブメニュー
////////////////////////////////////////////////////*/

ul#lowerMenu {
	margin-top: 20px;
	padding: 4px 10px;
	background-color: #F2F2EC;
}

ul#lowerMenu li {
	display: inline;
}

ul#lowerMenu li a {
	padding: 1px 30px 1px 20px;
	background: url(../img/parts_common_ancher02.gif) no-repeat;
}


/*下層サブメニュー　フェスティバル専用
////////////////////////////////////////////////////*/
ul#lowerMenu2 {
	margin-top: 3px;
	padding: 4px 10px;
	background-color: #F2F2EC;
	}
	
ul#lowerMenu2 li {
	display: inline;
	font-size: small;
}

ul#lowerMenu2 li a {
	padding: 1px 7px 1px 12px;
	background: url(../img/parts_common_ancher02.gif) no-repeat;
}