@charset "EUC-JP";
* {
	margin:0px;
	padding:0px;
}
html {
	overflow-y:scroll;
  font-size: 62.5%;
	color:#333333;
}
h1, h2, h3, h4, h5, h6 {
  font-size:100%;
}
/* ▼▽▼ヘッダー部分▼▽▼ */
#header {
	width: 864px;
/*	margin: 0px auto;*/

	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
	border-left:18px solid #E0F3F8;
	border-right:18px solid #E0F3F8;
}
h1 {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
	width:864px;
	height:200px;
	position:relative;
	font-size:18px;
	/*HideMacIE\*/
	overflow:hidden;
	float:left;
}
h1 a {
	text-decoration:none;
}
h1 span {
	display:block;
	width:100%;
	height:100%;
	background:url(../img/img_header.jpg) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
/* ▲△▲病院概要のリスト▲△▲ */

/* ▼▽▼メニュー部分▼▽▼ */
#menu {
	width: 864px;
	margin: 0px auto;
	border-left:18px solid #E0F3F8;
	border-right:18px solid #E0F3F8;
	clear:left;
	background-color:#C0E5A8;
}
	#menu ul {
		padding:0px;
		margin:0px;
	}
	#menu li {
		list-style:none;
	/*	display:inline;*/
		float:left;
		padding:0px;
		margin:0px;
		width:108px;
	}
	#menu img {
		border:none;
	}
	a:link.outline, a:visited.outline {
		background-image:url(../img/img_menu_01.gif);
		background-repeat:no-repeat;
		display:block;
		width:108px;
		padding:10px 0px 9px 0px;
		font-size:10px;
		text-indent:-9999em;
	}
	a:hover.outline {
		background-image:url(../img/img_menu_11.gif);
		background-color:#8EBC80;
	}
	a:link.examination, a:visited.examination {
		background-image:url(../img/img_menu_02.gif);
		background-repeat:no-repeat;
		display:block;
		width:108px;
		padding:10px 0px 9px 0px;
		font-size:10px;
		text-indent:-9999em;
	}
	a:hover.examination {
		background-image:url(../img/img_menu_12.gif);
		background-color:#8EBC80;
	}
	a:link.diagnosis, a:visited.diagnosis {
		background-image:url(../img/img_menu_03.gif);
		background-repeat:no-repeat;
		display:block;
		width:108px;
		padding:10px 0px 9px 0px;
		font-size:10px;
		text-indent:-9999em;
	}
	a:hover.diagnosis {
		background-image:url(../img/img_menu_13.gif);
		background-color:#8EBC80;
	}
	a:link.physical, a:visited.physical {
		background-image:url(../img/img_menu_04.gif);
		background-repeat:no-repeat;
		display:block;
		width:108px;
		padding:10px 0px 9px 0px;
		font-size:10px;
		text-indent:-9999em;
	}
	a:hover.physical {
		background-image:url(../img/img_menu_14.gif);
		background-color:#8EBC80;
	}
	a:link.medical, a:visited.medical {
		background-image:url(../img/img_menu_05.gif);
		background-repeat:no-repeat;
		display:block;
		width:108px;
		padding:10px 0px 9px 0px;
		font-size:10px;
		text-indent:-9999em;
	}
	a:hover.medical {
		background-image:url(../img/img_menu_15.gif);
		background-color:#8EBC80;
	}
	a:link.access, a:visited.access {
		background-image:url(../img/img_menu_06.gif);
		background-repeat:no-repeat;
		display:block;
		width:108px;
		padding:10px 0px 9px 0px;
		font-size:10px;
		text-indent:-9999em;
	}
	a:hover.access {
		background-image:url(../img/img_menu_16.gif);
		background-color:#8EBC80;
	}
	a:link.offer, a:visited.offer {
		background-image:url(../img/img_menu_07.gif);
		background-repeat:no-repeat;
		display:block;
		width:108px;
		padding:10px 0px 9px 0px;
		font-size:10px;
		text-indent:-9999em;
	}
	a:hover.offer {
		background-image:url(../img/img_menu_17.gif);
		background-color:#8EBC80;
	}
	a:link.contact, a:visited.contact {
		background-image:url(../img/img_menu_08.gif);
		background-repeat:no-repeat;
		display:block;
		width:108px;
		padding:10px 0px 9px 0px;
		font-size:10px;
		text-indent:-9999em;
	}
	a:hover.contact {
		background-image:url(../img/img_menu_18.gif);
		background-color:#8EBC80;
	}
/* ▲△▲病院概要のリスト▲△▲ */

/* ▼▽▼トップのみパンくず部分▼▽▼ */
#pan {
	width: 864px;
	margin: 0px auto;
/*	padding:0px 18px;
	background-color:#E0F3F8;*/
	border-left:18px solid #E0F3F8;
	border-right:18px solid #E0F3F8;
	clear:left;
	background-color:#D4EFEC;
}
#pan p {
	width: 824px;
	margin: 0px auto;
	font-size:10px;
	padding:15px 0px;
	background-color:#D4EFEC;
}
/* ▲△▲病院概要のリスト▲△▲ */

/* ▼▽▼コンテンツ部分▼▽▼ */
#contents {
	width: 864px;
	margin: 0px auto;
/*	padding:0px 18px;
	background-color:#E0F3F8;*/
	border-left:18px solid #E0F3F8;
	border-right:18px solid #E0F3F8;
}
/* ▲△▲病院概要のリスト▲△▲ */

/* ▼▽▼タブの表示部分▼▽▼ */
.text-body {
	margin:40px auto 20px;
	width:760px;
}
.text-body-outline1 {
	margin:40px auto 0px;
	width:760px;
}
.text-body-outline2 {
	margin:0px auto 20px;
	width:760px;
}
/*
.text-body-outline {
	margin:40px auto 20px;
	width:760px;
	background-image:url(../img/outline/bg_outline2.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
*/
/* ▲△▲病院概要のリスト▲△▲ */

/* ▼▽▼テキストの流し込み（バックに画像が入るところ）部分▼▽▼ */
#text {
	width: 828px;
	margin: 0px auto;
	padding: 0px 0px 2em;
	background-color:#FFFFFF;
	border-left:18px solid #D4EFEC;
	border-right:18px solid #D4EFEC;
	border-bottom:15px solid #D4EFEC;
	overflow:hidden;	/* ないとtopに隙間が出来る */
}
#text-outline {
	width: 828px;
	margin: 0px auto;
	padding: 0px 0px 2em;
	background-color:#FFFFFF;
	border-left:18px solid #D4EFEC;
	border-right:18px solid #D4EFEC;
	background-image:url(../img/outline/bg_outline.jpg);
	background-position:100% 0%;	/* 左上が0% 0% 右下が100% 100% */
	background-attachment:inherit;
	background-repeat:no-repeat;
	overflow:hidden;	/* ないとtopに隙間が出来る */
}
#text-outline2 {
	width: 828px;
	margin: 0px auto;
	padding: 0px 0px 2em;
	background-color:#FFFFFF;
	border-left:18px solid #D4EFEC;
	border-right:18px solid #D4EFEC;
	border-bottom:15px solid #D4EFEC;
	background-image:url(../img/outline/bg_outline2.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	overflow:hidden;	/* ないとtopに隙間が出来る */
}

/* 看護部の部分の背景 */
#text-nursing {
	width: 828px;
	margin: 0px auto;
	padding: 0px 0px 2em;
	background-color:#FFFFFF;
	border-left:18px solid #D4EFEC;
	border-right:18px solid #D4EFEC;
	border-bottom:15px solid #D4EFEC;
	background-image:url(../img/outline/bg_nursing.jpg);
/*	background-position:100% 95%;	/* 左上が0% 0% 右下が100% 100% */
	background-position:100% 0%;	/* 左上が0% 0% 右下が100% 100% */
	background-attachment:inherit;
	background-repeat:no-repeat;
	overflow:hidden;	/* ないとtopに隙間が出来る */
}

/* 各科の部分の背景 */
#text-diagnosis {
	width: 828px;
	margin: 0px auto;
	padding: 0px 0px 2em;
	background-color:#FFFFFF;
	border-left:18px solid #D4EFEC;
	border-right:18px solid #D4EFEC;
	border-bottom:15px solid #D4EFEC;
	background-image:url(../img/diagnosis/bg_diagnosis.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	overflow:hidden;	/* ないとtopに隙間が出来る */
}
#text-contact {
	width: 828px;
	margin: 0px auto;
	padding: 0px 0px 7em;
	background-color:#FFFFFF;
	border-left:18px solid #D4EFEC;
	border-right:18px solid #D4EFEC;
	border-bottom:15px solid #D4EFEC;
	background-image:url(../img/contact/bg_contact.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	overflow:hidden;	/* ないとtopに隙間が出来る */
}
/* ▲△▲テキストの流し込み（バックに画像が入るところ）部分▲△▲ */

/* ▼▽▼数字付きのリスト（イレギュラー部分）▼▽▼*/
.sukashi {
/*	margin-left:320px;*/
	float:right;
	width:366px;
	margin-right:32px;
}
.sukashi h3 {
/*	margin-left:320px;*/
/*	float:right;*/
	margin-left:16px;
	margin-top:0px;
}
/* ▼▽▼数字付きのリスト（共通部分）▼▽▼ */
.sukashi-list-ol {
	padding-left:2.5em;
	margin-left:16px;
/*	margin-right:32px;*/
}
.sukashi-list-ol li {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
	font-size:1.4em;
	line-height:1.6;
/*	border-bottom:#999999 dotted 1px;*/
}
.sukashi-list-ol li span {
	font-weight:bolder;
}
/* ▲△▲数字付きのリスト（共通部分）▲△▲ */

/* ▼▽▼数字付きのリスト（共通部分）▼▽▼ */
.sukashi-text-p {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
	font-size:1.4em;
	line-height:1.6;
	margin-left:16px;
	margin-right:32px;
}
/* ▲△▲数字付きのリスト（共通部分）▲△▲ */

/* ▲△▲病院概要のリスト▲△▲ */

/* ▼▽▼フッター部分▼▽▼ */
#footer {
	width: 858px;
	margin: 0px auto;
	padding:3px;
/*	padding:0px 18px;*/
	text-align:right;
	background-color:#E0F3F8;
	border-left:18px solid #E0F3F8;
	border-right:18px solid #E0F3F8;
}
#footer img {
	border:none;
}
/* ▲△▲病院概要のリスト▲△▲ */

/* ▼▽▼トップページ部分▼▽▼ */
.top-news {
	display:block;
	width:100%;
	height:100%;
	background:url(../img/img_top_news.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
.top-news-div {
	width:574px;
	padding:10px;
	background-color:#FFFFCC;
	clear:left;
/*	border:1px solid #6DCA10;*/
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}
.top-news-div p {
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
		font-size:1.4em;
		line-height:1.6;
}
	/* ▼▽▼ニュースのリスト▼▽▼ */
	.top-dl {
		padding-left:8px;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
		font-size:1.4em;
		line-height:1.6;
	}
	.top-dl dt {
/*		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
		font-size:1.4em;
		line-height:1.6;*/
	}
	.top-dl dd {
/*		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
		font-size:1.4em;
		line-height:1.6;*/
		font-weight:normal;
		margin-left:7em;
		margin-top:-1.6em;
		margin-bottom:0.3em;
	}
	/* ▲△▲ニュースのリスト▲△▲ */

	.top-img {
		margin:0px auto;
		padding:20px 0px;
		width:570px;
	}
	.top-img-ineer {
		width:570px;
		margin:0px;
		padding:0px;
		white-space: nowrap;
	}
	.top-text {
		margin:0px auto;
		padding:0px 0px 20px;
		width:570px;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
		font-size:1.4em;
		line-height:1.6em;
	  color:#134683;
		text-align:center;
	}
	.top-text1 {
		margin:0px auto;
		padding:0px 0px 20px;
		width:670px;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
		font-size:1.4em;
		line-height:1.6em;
	  color:#134683;
		text-align:left;
	}
/* ▲△▲トップページ部分▲△▲ */

/* ▼▽▼タブの表示部分▼▽▼ */
.div-department {
	width: 824px;
	margin: 0px auto;
	padding:10px 20px 0px;
	background-color:#D4EFEC;
	border-left:18px solid #E0F3F8;
	border-right:18px solid #E0F3F8;
	clear:left;
}
#department {
/*	float:left;*/
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","MS Gothic","Osaka-等幅";
	font-size:1.4em;
	line-height:1.6em;
	float:right;
}
#department ul {
	margin:0;
	padding:0;
	list-style:none;
}
#department li {
	display:inline;
	margin:0;
	padding:0;
}
#department a {
	float:left;
	background:url("../img/column/img_menu_left.gif") no-repeat left top;
	margin:0 2px 0 0;	/* タブ間の隙間に影響 */
	padding:0 0 0 12px;	/* タブ間の左側を表示 */
	text-decoration:none;
}
#department a span {
	float:left;	/* MacIE5で表示させるため */
	display:block;
	background:url("../img/column/img_menu_right.gif") no-repeat right top;
	padding:5px 16px 4px 4px;	/* タブ間の右側を表示 */
	color:#425981;
}
#department p {
	float:left;
	background:url("../img/column/img_menu_left.gif") no-repeat left top;
	margin:0 2px 0 0;	/* タブ間の隙間に影響 */
	padding:0 0 0 12px;	/* タブ間の左側を表示 */
}
#department p span {
/*	float:left;*/
	background:url("../img/column/img_menu_right.gif") no-repeat right top;
	padding:5px 16px 4px 4px;	/* タブ間の右側を表示 */
	color:#425981;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#department a span {float:none;}
#department p span {float:none;}
/* End IE5-Mac hack */
#department a:hover span {
	color:#FFFFFF;
}
#department a:hover {
	background-image: url(../img/column/img_menu_left_on.gif);
}
#department a:hover span {
	background-image: url(../img/column/img_menu_right_on.gif);
}

#department #current a {
	background-image: url(../img/column/img_menu_left_on.gif);
}
#department #current a span {
	background-image: url(../img/column/img_menu_right_on.gif);
}
/* ▲△▲タブの表示部分▲△▲ */

/* ▼▽▼各ページ見出し▼▽▼ */
h2 {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
	width:760px;
	height:70px;
	position:relative;
	font-size:18px;
	/*HideMacIE\*/
	overflow:hidden;
	float:left;
}
h2.outline span {
	display:block;
	width:100%;
	height:100%;
	background:url(../img/img_midashi_outline.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
h2.nursing span {
	display:block;
	width:100%;
	height:100%;
	background:url(../img/img_midashi_nursing.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
h2.examination span {
	display:block;
	width:100%;
	height:100%;
	background:url(../img/img_midashi_examination.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
h2.cooperation span {
	display:block;
	width:100%;
	height:100%;
	background:url(../img/img_midashi_cooperation.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
h2.hospitalization span {
	display:block;
	width:100%;
	height:100%;
	background:url(../img/img_midashi_hospitalization.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
h2.medical span {
	display:block;
	width:100%;
	height:100%;
	background:url(../img/img_midashi_medical.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
h2.contact span {
	display:block;
	width:100%;
	height:100%;
	background:url(../img/img_midashi_contact.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
h2.access span {
	display:block;
	width:100%;
	height:100%;
	background:url(../img/img_midashi_access.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
h2.physical span {
	display:block;
	width:100%;
	height:100%;
	background:url(../img/img_midashi_physical.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
h2.checkup span {
	display:block;
	width:100%;
	height:100%;
	background:url(../img/img_midashi_checkup.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
h2.offer span {
	display:block;
	width:100%;
	height:100%;
	background:url(../img/img_midashi_offer.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
h2.news span {
	display:block;
	width:100%;
	height:100%;
	background:url(../img/img_midashi_news.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
/***** 内科とか *****/
/* 麻酔科 */
h2.anesthesia span {
	display:block;
	width:100%;
	height:100%;
	background:url(../img/img_midashi_anesthesia.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
/* 眼科 */
h2.eye span {
	display:block;
	width:100%;
	height:100%;
	background:url(../img/img_midashi_eye.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
/* 内科 */
h2.internist span {
	display:block;
	width:100%;
	height:100%;
	background:url(../img/img_midashi_internist.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
/* リハビリ科 */
h2.rehabilitation span {
	display:block;
	width:100%;
	height:100%;
	background:url(../img/img_midashi_rehabilitation.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
/* 外科 */
h2.surgical span {
	display:block;
	width:100%;
	height:100%;
	background:url(../img/img_midashi_surgical.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
/* 特殊外科 */
h2.special span {
	display:block;
	width:100%;
	height:100%;
	background:url(../img/img_midashi_special.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
/* ▲△▲各ページ見出し▲△▲ */

/* ▼▽▼見出し内の青の項目（共通部分）▼▽▼ */
h3 {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
	font-size:1.6em;
	line-height:1.8em;
	color:#134683;
	margin-left:32px;
	margin-top:20px;
	margin-bottom:10px;
}
.text-p {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
	font-size:1.4em;
	line-height:1.6;
	margin-left:32px;
	margin-right:32px;
/*	color:#3D3D3D;*/
}
.text-p2 {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
	font-size:1.4em;
	line-height:1.6;
	padding-top:2em;
	margin-left:32px;
	margin-right:32px;
/*	color:#3D3D3D;*/
}
/* ▲△▲見出し内の青の項目（共通部分）▲△▲ */

/* ▼▽▼病院概要のリスト（概要）▼▽▼ */
.text-dl {
	padding-left:32px;
	margin-right:32px;
}
.text-dl dt {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
	font-size:1.4em;
	line-height:1.6;
/*	border-bottom:#999999 dotted 1px;*/
}
.text-dl dd {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
	font-size:1.4em;
	line-height:1.6;
	font-weight:normal;
	margin-left:10em;
	margin-top:-1.6em;
	margin-bottom:0.3em;
}
/* ▲△▲病院概要のリスト（概要）▲△▲ */

/* ▼▽▼数字付きのリスト（共通部分）▼▽▼ */
.list-ol {
	padding-left:3em;
	margin-left:32px;
	margin-right:32px;
}
.list-ol li {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
	font-size:1.4em;
	line-height:1.6;
/*	border-bottom:#999999 dotted 1px;*/
}
.list-ol li span {
	font-weight:bolder;
}
/* ▲△▲数字付きのリスト（共通部分）▲△▲ */

/* ▼▽▼写真の回り込み（共通部分）▼▽▼ */

/* 病院 看護部長のリンク */
.img-left-margin-border-none {
	float: left;
	margin:0px 0px 0px 32px ;
	border:none;
}
.img-left-margin-none {
/*	padding: 4px;*/
/*	border: solid #F3F3F3 1px;*/
	float: left;
/*	margin:0px 10px 10px 32px ;*/
	margin:0px 0px 0px 32px ;
}
.img-right-margin-none {
/*	padding: 4px;*/
/*	border: solid #F3F3F3 1px;*/
	float: right;
/*	margin:0px 10px 10px 32px ;*/
	margin:0px 32px 0px 0px ;
}
.img-left {
	padding: 4px;
/*	border: solid #F3F3F3 1px;*/
	float: left;
	margin:0px 10px 10px 32px ;
}
.img-right {
	padding: 4px;
/*	border: solid #F3F3F3 1px;*/
	float: right;
	margin:0px 32px 10px 10px;
}
.img-left-w {
	padding: 4px;
	border: solid #F3F3F3 1px;
	float: left;
	margin:0px 10px 10px 0px ;
}
.img-right-w {
	padding: 4px;
	border: solid #F3F3F3 1px;
	float: right;
	margin:0px 0px 10px 10px;
}
/* ▲△▲写真の回り込み（共通部分）▲△▲ */

/* ▼▽▼写真の回り込み（共通部分）▼▽▼ */
.img-text-center {
	text-align:center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
	font-size:1.4em;
	line-height:1.6;
}
/* ▼▽▼診察時間の左右分割▼▽▼ */
.text-time-examination {
	margin:0px 32px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
	font-size:1.4em;
	line-height:1.6em;
}
.examination-left {
	float:left;
	width:50%;
}
.examination-right {
	float:right;
	width:50%;
}
/* ▲△▲診察時間の左右分割▲△▲ */

/* ▼▽▼診察時間のテーブル▼▽▼ */
	table.examination {
		margin:10px 32px 10px 32px;
		width:696px;
		border-collapse:collapse;
		border-spacing:0;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
		font-size:1.4em;
		line-height:1.6em;
	}
	/* トップ見出し */
	.examination-top th {
		color:#3B3B3B;
		background-color:#F5F5F5;
		text-align:center;
/*		width:87px;*/
		padding:3px;
		border:1px solid #96D8E8;
	}
	/* 左見出し */
	.examination-th-left {
		color:#3B3B3B;
		background-color:#EDF8E8;
		text-align:center;
/*		width:87px;*/
		width:165px;
		padding:3px;
		border:1px solid #96D8E8;
	}
	/* 青い行 */
	.examination-blue {
		background-color:#E8F6FA;
/*		width:87px;*/
		width:75px;
		text-align:center;
		padding:3px;
		border:1px solid #96D8E8;
	}
	/* 白い行 */
	.examination td {
/*		width:87px;*/
		width:75px;
		text-align:center;
		padding:3px;
		border:1px solid #96D8E8;
	}
/* ▲△▲診察時間のテーブル▲△▲ */

/* ▼▽▼入院の案内のテーブル▼▽▼ */
	table.hospitalization {
/*		margin:10px 0px 10px 32px;*/
		margin:0px 0px 10px 32px;
		_margin:0px 0px 10px 16px;
		width:470px;
		border-collapse:collapse;
		border-spacing:0;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
		font-size:1.4em;
		line-height:1.6em;
		float:left;
	}
	/* 空白セル */
	.hospitalization-none {
		background-color:#FFFFFF;
		text-align:center;
		width:50px;
		padding:3px;
		border:1px solid #5C5C5C;
	}
	/* トップ見出し */
	.hospitalization-th-top {
		color:#3B3B3B;
		background-color:#E8F6FA;
		text-align:center;
		width:210px;
		padding:3px;
		border:1px solid #5C5C5C;
	}
	/* 左見出し */
	.hospitalization-th-left {
		color:#3B3B3B;
		background-color:#E6F4BD;
		text-align:center;
		width:50px;
		padding:3px;
		border:1px solid #5C5C5C;
	}
	/* セル（センタリング） */
	.hospitalization-c {
		width:180px;
		text-align:center;
		padding:3px;
		border:1px solid #5C5C5C;
	}
	/* セル（左寄せ） */
	.hospitalization-l {
		width:250px;
		text-align:left;
		padding:3px;
		border:1px solid #5C5C5C;
	}
/* ▲△▲入院の案内のテーブル▲△▲ */

/* ▼▽▼療養病棟のテーブル▼▽▼ */
	table.hospitalization2 {
		margin:10px 0px 10px 32px;
		width:696px;
		border-collapse:collapse;
		border-spacing:0;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
		font-size:1.4em;
		line-height:1.6em;
	}
	/* 左見出し */
	.hospitalization2-th-left {
  	color:#134683;
		background-color:#DEE9F3;
		text-align:left;
/*			width:80px;*/
		padding:3px;
		border:1px solid #707070;
	}
	/* セル（左寄せ） */
	.hospitalization2-l {
		width:500px;
		text-align:left;
		padding:3px;
		border:1px solid #707070;
	}
/* ▲△▲療養病棟のテーブル▲△▲ */

/* ▼▽▼療養病棟のテーブル▼▽▼ */
	table.admin-list {
		margin:10px 0px 10px 32px;
		width:696px;
		border-collapse:collapse;
		border-spacing:0;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
		font-size:1.4em;
		line-height:1.6em;
		border:1px solid #707070;
	}
	/* 左見出し */
	.admin-list-th-top {
  	color:#134683;
		background-color:#DEE9F3;
		text-align:center;
/*		width:120px;*/
		padding:3px;
		border:1px solid #707070;
	}
	/* 左見出し */
	.admin-list-th-left {
  	color:#134683;
		background-color:#DEE9F3;
		text-align:left;
		width:120px;
		padding:3px;
		border:1px solid #707070;
	}
	/* セル（左寄せ） */
	.admin-list-l-500 {
		width:576px;
		text-align:left;
		padding:3px;
		border:1px solid #707070;
	}
	/* セル（左寄せ） */
	.admin-list-l {
/*		width:500px;*/
		text-align:left;
		padding:3px;
		border:1px solid #707070;
	}
	/* セル（左寄せ） */
	.admin-list-c {
/*		width:500px;*/
		text-align:center;
		padding:3px;
		border:1px solid #707070;
	}
	/* セル（削除） */
	.admin-list-del {
		width:70px;
		text-align:center;
		padding:3px;
		border:1px solid #707070;
	}
	/* お問い合わせ */
	.admin-form100 {
	/*	width:485px;*/
		width:576px;
/*		border:#2F588F solid 1px;*/
	}
	.admin-form50 {
	/*	width:485px;*/
		width:280px;
/*		border:#2F588F solid 1px;*/
	}
/* ▲△▲療養病棟のテーブル▲△▲ */
	
/* ▼▽▼お問い合わせのテーブル▼▽▼ */
	table.contact {
		margin:10px 32px 10px 32px;
		width:696px;
		border-spacing:0;
/*			border-collapse:collapse;
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
		font-size:1.2em;
		line-height:1.4em;*/
	}
/* ▲△▲お問い合わせのテーブル▲△▲ */

/* ▼▽▼アクセスのテーブル▼▽▼ */
	table.access {
		margin:10px 0px 10px 32px;
		width:696px;
		border-collapse:collapse;
		border-spacing:0;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
		font-size:1.4em;
		line-height:1.6em;
	}
	/* 空白セル */
	.access-none {
		background-color:#FFFFFF;
		width:30px;
		padding:3px;
		border:1px solid #8094C5;
	}
	/* トップ見出し */
	.access-top {
		color:#3B3B3B;
		background-color:#CED6E9;
		text-align:center;
		width:130px;
		padding:3px;
		border:1px solid #8094C5;
	}
	/* 左見出し（ピンク） */
	.access-left {
		color:#3B3B3B;
		background-color:#F1E7F2;
		text-align:center;
		width:30px;
		padding:3px;
		border:1px solid #8094C5;
	}
	/* セル（センタリング） */
	.access-c {
		width:130px;
		text-align:center;
		padding:3px;
		border:1px solid #8094C5;
	}
	/* セル（左寄せ） */
	.access-l {
		width:130px;
		text-align:left;
		padding:3px;
		border:1px solid #8094C5;
	}
/* ▲△▲アクセスのテーブル▲△▲ */

/* ▼▽▼健康診断のテーブル▼▽▼ */
	table.physical {
		margin:10px 0px 10px 32px;
		width:696px;
		border-collapse:collapse;
		border-spacing:0;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
		font-size:1.4em;
		line-height:1.6em;
	}
	/* トップ見出し */
	.physical-top {
	  color:#134683;
		background-color:#C9EADA;
		text-align:center;
		padding:10px 3px;
		margin:10px 0px;
	}
	/* 左見出し（青） */
	.physical-left-blue {
		color:#3B3B3B;
		background-color:#F0F9F4;
		text-align:center;
		width:200px;
		padding:10px 3px;
	}
	/* 左見出し（白 */
	.physical-left-white {
		color:#3B3B3B;
		background-color:#FFFFFF;
		text-align:center;
		width:200px;
		padding:10px 3px;
	}
	/* セル（青） */
	.physical-blue {
/*		color:#333333;*/
		width:496px;
		text-align:left;
		padding:10px 3px;
		background-color:#F0F9F4;
	}
	/* セル（白） */
	.physical-white {
/*		color:#333333;*/
		width:496px;
		text-align:left;
		padding:10px 3px;
		background-color:#FFFFFF;
	}
/* ▲△▲健康診断のテーブル▲△▲ */

/* ▼▽▼入院の画像並べ▼▽▼ */
	.gallery {
/*		margin:10px 32px 10px 32px;*/
/*		width:696px;*/
		margin:0px 0px 10px 32px;
	}
	.gallery dl{
		margin:1em 0px;
/*		padding:0px 3px;*/
		padding:0px 20px 0px 0px;
		float:left;
		width:218px;
	}
	.gallery dt{
		margin:0px;
		padding:0px;
		text-align:center;
	}
	.gallery dt p {
		padding:5px 0px 0px 0px;
		font-size:1.4em;
		line-height:1.6em;
		margin:0px;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic","Osaka-等幅";
		font-weight:bold;
	}
	.gallery dd{
		margin:0px;
		padding:0px;/* 0.5em;*/
		margin-bottom:1px;
		text-align:center;
/*			background-color:#D2E6E4;*/
	}
	.gallery dd p{
		font-size:1.4em;
		line-height:1.6em;
		margin:1px 0px;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic","Osaka-等幅";
	}
	.gallery dl dt img {
/*		padding:5px;*/
/*		border: 1px solid #CCCCCC;*/
/*		margin: 3px 0px;*/
	}
/* ▲△▲入院の画像並べ▲△▲ */

/* ▼▽▼人間ドッグの画像並べ▼▽▼ */
	.gallery2 {
/*			margin:0px 32px 10px 32px;
			width:696px;*/
			margin:0px 0px 10px 32px;
			width:760px;
	}
	.gallery2 dl{
		margin:1em 0px;
		padding:0px 21px 0px 0px;
		float:left;
	}
	.gallery2 dt{
		margin:0px;
		padding:0px;
		text-align:center;
		background-color:#A1E3ED;
	}
	.gallery2 dd{
		margin:0px;
		padding:0px;
		text-align:center;
		font-size:1.4em;
		line-height:1.6em;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic","Osaka-等幅";
		background-color:#A1E3ED;
		color:#FFFFFF;
	}
	.gallery2 dl dt img {
		margin:0px;
		padding:0px;
	}
/* ▲△▲人間ドッグの画像並べ▲△▲ */

/* ▼▽▼人間ドッグの画像並べ▼▽▼ */
	.gallery4 {
/*			margin:0px 32px 10px 32px;
			width:696px;*/
			margin:0px 0px 10px 32px;
			width:760px;
	}
	.gallery4 dl{
		margin:1em 0px;
		padding:0px 21px 0px 0px;
		float:left;
	}
	.gallery4 dt{
		margin:0px;
		padding:0px;
		text-align:center;
/*		background-color:#A1E3ED;*/
	}
	.gallery4 dd{
		margin:0px;
		padding:0px;
		text-align:center;
		font-size:1.4em;
		line-height:1.6em;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic","Osaka-等幅";
/*		background-color:#A1E3ED;*/
		color:#333333;
	}
	.gallery4 dl dt img {
		margin:0px;
		padding:0px;
	}
/* ▲△▲人間ドッグの画像並べ▲△▲ */
	.checkup-text {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic","Osaka-等幅";
	font-size:1.2em;
	line-height:1.4em;
	margin:30px 0px;
	}
/* ▼▽▼入院の画像並べ▼▽▼ */
	.gallery3 {
/*		margin:10px 32px 10px 32px;*/
		width:696px;
		margin:0px 0px 10px 0px;
	}
	.gallery3 dl{
		margin:1em 0px;
/*		padding:0px 3px;*/
		padding:0px 20px 0px 0px;
		float:left;
		width:200px;
	}
	.gallery3 dt{
		margin:0px;
		padding:0px;
		text-align:center;
	}/*
	.gallery3 dt p {
		padding:5px 0px 0px 0px;
		font-size:1.4em;
		line-height:1.6em;
		margin:0px;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic","Osaka-等幅";
		font-weight:bold;
	}*/
	.gallery3 dd{
		margin:0px;
		padding:0px;/* 0.5em;*/
		margin-bottom:1px;
		text-align:center;
/*			background-color:#D2E6E4;*/
	}
	.gallery3 dd p{
		font-size:1.4em;
		line-height:1.6em;
		margin:1px 0px;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic","Osaka-等幅";
	}
	.gallery3 dl dt img {
/*		padding:5px;*/
		border: none;
/*		margin: 3px 0px;*/
	}
/* ▲△▲入院の画像並べ▲△▲ */




/* ▼▽▼newsの枠部品▼▽▼ */
/* コラム一枠 */
.div-table {
	margin:10px 32px 10px 32px;
	width:696px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic","Osaka-等幅";
}
/* コラム見出し */
.div-header {
	background-color:#CCE0EE;
	color:#134683;
	border:1px solid #2F588F;
	padding:8px 30px;
	font-size:1.6em;
	line-height:1.8em;
}
/* コラムコメント */
.div-body {
	background-color:#FFFFFF;
	background-image:url(../img/column/img_sky.jpg);
	background-repeat:no-repeat;
	background-position:100% 100%;
/*	color:#333333;*/
	border-left:1px solid #2F588F;
	border-right:1px solid #2F588F;
	border-bottom:1px solid #2F588F;
	padding:18px 30px;
	font-size:1.4em;
	line-height:1.6em;
}
/* ▲△▲newsの枠部品▲△▲ */

.cursor-pointer {
	cursor:pointer;
}
.text-left {
	float:left;
}
.text-right {
	float:right;
}
.text-right-c {
	float:right;
	font-size:0.8em;
}


/* ▼▽▼お問い合わせ▼▽▼ */
/* お問い合わせ */
.form100 {
/*	width:485px;*/
	width:696px;
	border:#2F588F solid 1px;
}
.form50 {
/*	width:485px;*/
	width:348px;
	border:#2F588F solid 1px;
}
.form100px {
/*	width:485px;*/
	width:100px;
	margin:5px;
}
.form-text {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
/*	color:#2F588F;*/
	color:#134683;
	font-size:1.4em;
	line-height:1.6em;
}
.text-red {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
	color:#FF0000;
	font-size:1.4em;
	line-height:1.6em;
}
.red {
	color:#FF0000;
}
.contact-text {
	border:2px solid #CCE0EE;
/*	margin:10px 106px 10px 137px;
	width:485px;*/
	margin:10px 56px 10px 87px;
	width:585px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
	font-size:1.6em;
	line-height:1.8em;
}
.contact-text-left {
	float:left;
	font-weight:bold;
	margin-top:10px;
	margin-left:10px;
	color:#134683;
}
.contact-text-right {
	float:right;
	font-weight:bold;
	margin-top:10px;
	margin-right:10px;
	color:#134683;
}
.contact-text-center {
	clear:both;
	text-align:center;
}
.contact-text-center span {
  font-weight:bold;
	font-size:2.0em;
	line-height:2.2em;
}
/* ▲△▲お問い合わせ▲△▲ */

/* ▼▽▼求人情報▼▽▼ */
/* ナースの四角 */
.offer-nurs {
	float:left;
	border:5px solid #CCECF4;
	background-color:#DBF1CF;
	width:328px;
	margin:0px 10px 0px 32px;
	_margin:0px 5px 0px 16px;
/*	margin:0px auto;*/
}
/* 薬剤師の四角 */
.offer-chemist {
	float:right;
	border:5px solid #DBF1CF;
	background-color:#CCECF4;
	width:328px;
	margin:0px 32px 0px 10px;
	_margin:0px 16px 0px 5px;
/*	margin:0px auto;*/
}
/* 各中のリスト */
.offer-ld {
	padding-top:50px;
	padding-bottom:50px;
	padding-left:8px;
	margin-left:30px;
}
.offer-ld dt {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
	font-size:1.4em;
	line-height:1.6em;
}
.offer-ld dd {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
	font-size:1.4em;
	line-height:1.6em;
	font-weight:normal;
	margin-left:5em;
	margin-top:-1.6em;
	margin-bottom:0.3em;
}
/* 保育園についての部分 */
.offer-hoiku {
	background-image:url(../img/offer/img_tomoro.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:676px;
	margin:30px auto 0px;
	padding:10px;
}
/* 保育園の枠 */
.offer-hoiku-text {
  border:1px solid #FFFFFF;
	padding:30px 30px 30px 30px;
}

.offer-hoiku-text h3 {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
	font-size:1.6em;
	line-height:1.8em;
	margin-bottom:10px;
	margin-left:0px;
/*	color:#5E5E5E;*/
  color:#3B3B3B;
}
/* 保育園の見出し */
.offer-hoiku-text h4 {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
	font-size:1.6em;
	line-height:1.8em;
	margin-bottom:10px;
/*	color:#5E5E5E;*/
	color:#3B3B3B;
}
/* 保育園のテキスト */
.offer-hoiku-text-p {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
	font-size:1.4em;
	line-height:1.6;
/*	color:#333333;*/
}
/* 保育園のテキスト（背景部分のブロックあり） */
.offer-hoiku-text-p2 {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
	font-size:1.4em;
	line-height:1.6;
/*	color:#333333;*/
	margin:0px 200px 0px 0px;
}
/* 保育園のテキスト（背景部分のブロックあり） */
.offer-blue {
/*  color:#1D469D;*/
	color:#134683;
}
/* ▲△▲求人情報▲△▲ */

/* ▼▽▼科紹介の先生の見出し▼▽▼ */
.diagnosis-h4 {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic",Osaka;
	font-size:1.6em;
	line-height:1.8em;
	margin-left:32px;
	margin-top:10px;
/*	color:#333333;*/
}
/* ▲△▲科紹介の先生の見出し▲△▲ */
.bold{
	font-weight:bold;
}
.small80{
	font-size:80%;
}
.clear {
	clear:both;
}