@charset "utf-8";

/* グローバルナビゲーション ----------------------------------------*/

div.gr {
	background-image: url(../../image/index/gr_bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 70px;
	margin-bottom: 20px;
}

div.gr ul {
	background-image: url(../../image/index/gr_icon.gif);
	background-repeat: no-repeat;
	display: block;
	height: 62px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
}
div.gr ul li {
	float:left;
}
div.gr ul li a {
	font-size: 8px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -500px;
	display: block;
	height: 54px;
	width: 140px;
	overflow: hidden;
	margin-right: 50px;
}
div.gr ul li a:hover {
	background-position: 0px -54px;
}

/* ホーム */
div.gr ul li.gr_index a {
	background-image: url(../../image/index/gr_index.gif);
}
body.index div.gr ul li.gr_index a,
body.index div.gr ul li.gr_index a:hover {
	background-position: 0px -108px;
}

/* 病院案内 */
div.gr ul li.gr_about a {
	background-image: url(../../image/index/gr_about.gif);
}

/* 診療案内 */
div.gr ul li.gr_facilities a {
	background-image: url(../../image/index/gr_facilities.gif);
}

/* アクセス */
div.gr ul li.gr_access a {
	background-image: url(../../image/index/gr_access.gif);
}

/* スタッフ募集 */
div.gr ul li.gr_staff a {
	background-image: url(../../image/index/gr_staff.gif);
	margin-right: 0px;
}
