/*ナビゲーション設定
--------------------------------------------------------------------*/

/*グローバルナビゲーション
--------------------------------------------------------------------*/
ul#navGlobal li {
    float:left;
    position:relative;
	list-style: none;
	text-align: left;
	z-index: 1;
}
ul#navGlobal li a {
	width: 160px;
    display:block;
    text-decoration:none;
    position:relative;
}
ul#navGlobal li:hover a, ul#navGlobal li a:hover {
	background-position: left bottom;
}
ul#navGlobal a.hospital {
	background: url(../images/nav_hospital.png) no-repeat;
	width: 160px;
	height: 40px;
	text-indent: -9999px;
}
ul#navGlobal a.department {
	background: url(../images/nav_department.png) no-repeat;
	width: 160px;
	height: 40px;
	text-indent: -9999px;
}
ul#navGlobal a.admission {
	background: url(../images/nav_admission.png) no-repeat;
	width: 160px;
	height: 40px;
	text-indent: -9999px;
}
ul#navGlobal a.community {
	background: url(../images/nav_community.png) no-repeat;
	width: 160px;
	height: 40px;
	text-indent: -9999px;
}
ul#navGlobal a.recruit {
	background: url(../images/nav_recruit.png) no-repeat;
	width: 160px;
	height: 40px;
	text-indent: -9999px;
}
ul#navGlobal a.access {
	background: url(../images/nav_access.png) no-repeat;
	width: 160px;
	height: 40px;
	text-indent: -9999px;
}
ul#navGlobal li ul.sub li {
    float:none;
    display:inline;
}
ul#navGlobal li ul.sub li a {
	width: 150px;
	padding: 8px 5px 7px 5px;
    background-color: #a9dbd5;
	font-size: 12px;
	color: #333333;
	border-bottom: 1px solid #FFF;
	line-height: 1;
}
ul#navGlobal li ul.sub li a:hover {
	background-color: #089888;
	color: #ffffff;
}
* html ul#navGlobal li ul.sub li a { width: 150px; }

/*
ul#navGlobal li ul.sub li ul.sub {
    position:absolute;
    left:151px;
    top:0;
}
#navGlobal ul.long a {width:185px;}
* html #navGlobal ul.long a {width:200px;}
*/

ul#navGlobal {
	width: 960px;
	margin: 0px auto;
    zoom:1;
	clear: both;
}
ul#navGlobal:after {
    height:0;
    visibility:hidden;
    content:".";
    display:block;
    clear:both;
}
ul#navGlobal li ul.sub {
    display:none;
	position: absolute;
}
* html ul#navGlobal li {
    display:inline;
    zoom:1;
}
* html ul#navGlobal li ul.sub {
    zoom:1;
    position:absolute;
}


/*サブナビゲーション
--------------------------------------------------------------------*/
#navSub {
	height: 32px;
	margin-top: 15px;
	padding: 0px 0px 0px 1px;
	background: url(../images/img_nav_sub.png) top repeat-x;
	font-size: 70%;
	text-align: center;
	float: right;
	clear: both;
}
#navSub span {
	height: 32px;
	background: #ffffff;
	margin: 0px 1px 0px 0px;
	float: left;
	display: block;
}
#navSub a, #navSub a:link, #navSub a:visited{
	margin: 4px 10px 0px 10px;
	padding-top: 8px;
	background: url(../images/arrow_green_under.png) top center no-repeat;
	text-decoration: none;
	color: #333333;
	display: block;
}
#navSub a:hover{
	text-decoration: underline;
	color: #ff6600;
	display: block;
}


/*メニュー
--------------------------------------------------------------------*/
#menu ul {
	margin: 0px;
	font-size: 90%;
}
#menu ul li {
	margin: 0px;
	list-style: none;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	line-height: 100%;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
	padding: 12px 8px 8px 16px;
	background: url(../images/arrow_menu_out.png) left center no-repeat;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 3px solid #eeeeee;
	display: block;
	text-decoration: none;
	color: #333333;
}
#menu ul li a:hover{
	background: url(../images/arrow_menu_over.png) left center no-repeat #dcf1ee;
	border-bottom: 3px solid #cde1de;
}

#menu ul li.home {
	border: 1px solid #cccccc;
	font-size: 90%;
}
#menu ul li.home a, #menu ul li.home a:link, #menu ul l.home a:visited {
	padding: 8px 8px 6px 22px;
	display: block;
	border: 1px solid #ffffff;
	text-decoration: none;
    background: #cccccc url(../images/arrow_menu_home.png) no-repeat;
	background-position: 5px center;
	color: #333333;
}
#menu ul li.home a:hover{
	background: #eeeeee url(../images/arrow_menu_home.png) no-repeat;
	background-position: 5px center;
	color: #333333;
}

