/* =================================================================== */
/* 順天堂大学医学部付属静岡病院患者様とご家族へメニュースタイルシート    */
/*                                  Make : 2007/02/16 N.Yamamoto(RSN)  */
/* =================================================================== */

#pat-link-menu {
	margin-bottom: 10px;
}
/* ラベル部分 */
#pat-link-menu .pat-menu-label {
	background-image: url(../img/pat-14.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 170px;
	height: 45px;
	display: block;
	text-indent: -700em;
}
#pat-link-menu .pat-menu-label:hover {
	background-position: 0px -45px;
}

/* メイン部分 */
#pat-link-data {
	background-image: url(../img/pat-15.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	padding: 15px 0px 10px 7px;
	list-style-type: none;
	width: 170px;
}
#pat-link-data li {
	margin-bottom: 7px;
	font-size: 90%;
	font-weight: bold;
}
/* 外来診察について */
#pat-link-data .gairai-link a {
	background-image: url(../../img/42.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 143px;
	height: 48px;
	display: block;
	text-indent: -700em;
}
#pat-link-data .gairai-link a:hover {
	background-position: 0px -48px;
}
/* 入院が決まったら */
#pat-link-data .nyuin-link a {
	background-image: url(../../img/43.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 143px;
	height: 48px;
	display: block;
	text-indent: -700em;
}
#pat-link-data .nyuin-link a:hover {
	background-position: 0px -48px;
}

/* 外来診察予定表 */
#pat-link-data .yotei-link {
	background-image: url(../../img/44.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 35px;
	line-height: 30px;
}
#pat-link-data .yotei-link a {
	background-image: url(../../img/46.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #0000cc;
	text-decoration: none;
}
#pat-link-data .yotei-link a:hover {
	background-image: url(../../img/47.png);
	color: red;
}

/* お見舞いの方へ */
#pat-link-data .mimai-link {
	background-image: url(../../img/45.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 35px;
	line-height: 32px;
}
#pat-link-data .mimai-link a {
	background-image: url(../../img/46.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	text-decoration: none;
	color: #0000CC;
}
#pat-link-data .mimai-link a:hover {
	background-image: url(../../img/47.png);
	color: red;
}

/* メニュー閉じ線 */
#pat-link-end {
	background-image: url(../img/pat-16.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 170px;
	height: 8px;
}

