@charset "shift_jis";
/*-----------------------------------------------------------------------------
information{
	ファイル名 	: menu.css;
	概要 		: このCSSファイルは「各種メニュー（トップ等）」で使用しています。;
	サイト名 	: 東北大学病院;
	URL 		: ;
	コピーライト: (c) 2006. Tohoku University Hospital. All Rights Reserved. ;
}
-------------------------------------------------------------------------------*/
/*メニュー管理
----------------------------------*/
#headmenu {
	height: 55px;
	width: 740px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/common/hedmenu_bk.gif);
	background-repeat: no-repeat;
}

/*メニューロールオーバー前
----------------------------------*/
#headmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}
#headmenu li {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	
}
#headmenu li a {
	text-decoration: none;
	display: block;
	height: 55px;
	width: 180px;
}
#headmenu li#menu01 {
	width: 180px;
	height: 55px;
	float: left;
	display: block;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/common/menuboutton_set01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}
#headmenu li#menu02 {
	width: 180px;
	height: 55px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/common/menuboutton_set01.gif);
	background-repeat: no-repeat;
	background-position: 0px -55px;
	
}
#headmenu li#menu03 {
	width: 180px;
	height: 55px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/common/menuboutton_set01.gif);
	background-repeat: no-repeat;
	background-position: 0px -110px;
	
}
#headmenu li#menu04 {
	width: 180px;
	height: 55px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/common/menuboutton_set01.gif);
	background-repeat: no-repeat;
	background-position: 0px -165px;
	
}

/*メニューロールオーバー後
----------------------------------*/
#headmenu li#menu01 a:hover{
	width: 180px;
	height: 55px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/common/menuboutton_set01.gif);
	background-repeat: no-repeat;
	background-position: -180px 0px;

}
#headmenu li#menu02 a:hover{
	width: 180px;
	height: 55px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/common/menuboutton_set01.gif);
	background-repeat: no-repeat;
	background-position: -180px -55px;

}
#headmenu li#menu03 a:hover{
	width: 180px;
	height: 55px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/common/menuboutton_set01.gif);
	background-repeat: no-repeat;
	background-position: -180px -110px;

}
#headmenu li#menu04 a:hover{
	width: 180px;
	height: 55px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/common/menuboutton_set01.gif);
	background-repeat: no-repeat;
	background-position: -180px -165px;

}

/*headsubmenu*/
#headsubmenu {
	width: 760px;
	height: 23px;
	margin: 0px;
	background-image: url(../images/common/headsubmenu_bk01.gif);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
#headsubmenu ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
	list-style-type: none;
	
}
#headsubmenu li {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

/*左サブメニュー*/
.rmenutop {
	height: 30px;
	background-image: url(../index_common/index_image/sabmenu_top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 159px;
	
}
.rmenuinside {
	height: auto;
	margin: 0px;
	background-image: url(../index_common/index_image/sabmenu_inside.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	width: 159px;
	
}
.rmenuinside ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	
}
.rmenuinside li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #BFBFBF;
	border-right-color: #BFBFBF;
	border-bottom-color: #BFBFBF;
	border-left-color: #BFBFBF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	background-image: url(../index_common/index_image/list_icon01.gif);
	background-repeat: no-repeat;
	background-position: 8px 1px;
	list-style-position: outside;
	letter-spacing: 0.1em;
	text-indent: 1.5em;
	
}
.rmenubottom {
	padding: 0px;
	/*height: 25px;*/
	height: 15px;
	background-image: url(../index_common/index_image/sabmenu_bottom.gif);
	background-repeat: no-repeat;
	width: 159px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	
}

/*右中央メニュー*/
#centermenu {
	padding: 0px;
	height: 122px;
	width: auto;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
	
}
#centermenu li {
	float: left;
	height: 51px;
	/*width: 146px;*/
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding: 0px;
	
}
#centermenu li a{
	margin: 0px;
	padding: 0px;
	height: 51px;
	/*width: 146px;*/
	display: block;
	overflow: hidden;
	
}

/*メニュー01(診療日・受付時間)*/
#centermenu li#centermenu01{
	height: 51px;
	width: 146px;
	background-image: url(../index_common/index_image/centermenu_new_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: 11px;
	
}
#centermenu li#centermenu01 a:hover{
	height: 51px;
	width: 146px;
	background-image: url(../index_common/index_image/centermenu_new_02.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}
/*メニュー02(紹介患者さまの受診予約)*/
#centermenu li#centermenu02{
	height: 51px;
	width: 146px;
	background-image: url(../index_common/index_image/centermenu_new_01.gif);
	background-repeat: no-repeat;
	background-position: -155px 0px;
	margin-right: 11px;
	
}
#centermenu li#centermenu02 a:hover{
	height: 51px;
	width: 146px;
	background-image: url(../index_common/index_image/centermenu_new_02.gif);
	background-repeat: no-repeat;
	background-position: -155px 0px;
	
}
/*メニュー03(がん診療拠点病院)*/
#centermenu li#centermenu03{
	height: 51px;
	width: 146px;
	background-image: url(../index_common/index_image/centermenu_new_01.gif);
	background-repeat: no-repeat;
	background-position: -310px 0px;
	margin-right: 11px;
	
}
#centermenu li#centermenu03 a:hover{
	height: 51px;
	width: 146px;
	background-image: url(../index_common/index_image/centermenu_new_02.gif);
	background-repeat: no-repeat;
	background-position: -310px 0px;
	
}
/*メニュー04(職員募集)*/
#centermenu li#centermenu04{
	height: 51px;
	width: 146px;
	background-image: url(../index_common/index_image/centermenu_new_03.gif);
	background-repeat: no-repeat;
	background-position: -465px 0px;
	margin-right: 11px;
	
}
#centermenu li#centermenu04 a:hover{
	height: 51px;
	width: 146px;
	background-image: url(../index_common/index_image/centermenu_new_02.gif);
	background-repeat: no-repeat;
	background-position: -465px 0px;
	
}
/*メニュー05(重症患者の転院)*/
#centermenu li#centermenu05{
	height: 51px;
	width: 146px;
	background-image: url(../index_common/index_image/centermenu_new_01.gif);
	background-repeat: no-repeat;
	background-position: -620px 0px;
	
}
#centermenu li#centermenu05 a:hover{
	height: 51px;
	width: 146px;
	background-image: url(../index_common/index_image/centermenu_new_02.gif);
	background-repeat: no-repeat;
	background-position: -620px 0px;
	
}
/*メニュー06(セカンドオピニオン外来)*/
#centermenu li#centermenu06{
	height: 51px;
	width: 119px;
	background-image: url(../index_common/index_image/centermenu_new_04.gif);
	background-position: 0px -63px;
	margin-right: 12px;
	
}
#centermenu li#centermenu06 a:hover{
	height: 51px;
	width: 119px;
	background-image: url(../index_common/index_image/centermenu_new_05.gif);
	background-repeat: no-repeat;
	background-position: 0px -63px;
	
}
/*メニュー07(高度救命救急センター)*/
#centermenu li#centermenu07{
	height: 51px;
	width: 119px;
	background-image: url(../index_common/index_image/centermenu_new_04.gif);
	background-position: -129px -63px;
	margin-right: 12px;
	
}
#centermenu li#centermenu07 a:hover{
	height: 51px;
	width: 119px;
	background-image: url(../index_common/index_image/centermenu_new_05.gif);
	background-repeat: no-repeat;
	background-position: -129px -63px;
	
}
/*メニュー08(周産母子センター)*/
#centermenu li#centermenu08{
	height: 51px;
	width: 119px;
	background-image: url(../index_common/index_image/centermenu_new_04.gif);
	background-position: -258px -63px;
	margin-right: 12px;
	
}
#centermenu li#centermenu08 a:hover{
	height: 51px;
	width: 119px;
	background-image: url(../index_common/index_image/centermenu_new_05.gif);
	background-repeat: no-repeat;
	background-position: -258px -63px;
	
}
/*メニュー08(TRC)*/
#centermenu li#centermenu09{
	height: 51px;
	width: 119px;
	background-image: url(../index_common/index_image/centermenu_new_04.gif);
	background-position: -387px -63px;
	margin-right: 12px;
}
#centermenu li#centermenu09 a:hover{
	height: 51px;
	width: 119px;
	background-image: url(../index_common/index_image/centermenu_new_05.gif);
	background-repeat: no-repeat;
	background-position: -387px -63px;
	
}
/*メニュー09(文科省医療人ＧＰ)*/
#centermenu li#centermenu10{
	height: 51px;
	width: 119px;
	background-image: url(../index_common/index_image/centermenu_new_04.gif);
	background-position: -516px -63px;
	margin-right: 12px;
	
}
#centermenu li#centermenu10 a:hover{
	height: 51px;
	width: 119px;
	background-image: url(../index_common/index_image/centermenu_new_05.gif);
	background-repeat: no-repeat;
	background-position: -516px -63px;
	
}
/*メニュー10(がん診療相談室)*/
#centermenu li#centermenu11{
	height: 51px;
	width: 119px;
	background-image: url(../index_common/index_image/centermenu_new_04.gif);
	background-position: -645px -63px;
	
}
#centermenu li#centermenu11 a:hover{
	height: 51px;
	width: 119px;
	background-image: url(../index_common/index_image/centermenu_new_05.gif);
	background-repeat: no-repeat;
	background-position: -645px -63px;
	
}
/*メニュー10(がん診療相談室)*/
#centermenu li#centermenu12{
	height: 51px;
	width: 146px;
	background-image: url(../index_common/index_image/centermenu_new_01.gif);
	background-position: -620px 0;
	margin-right: 11px;
}
#centermenu li#centermenu12 a:hover{
	height: 51px;
	width: 146px;
	background-image: url(../index_common/index_image/centermenu_new_02.gif);
	background-repeat: no-repeat;
	background-position: -620px 0;
	
}
#lbnr1 {
	padding: 0 0 10px;

}