@charset "UTF-8";
/* CSS Document */
/* 定義 (ここから) */
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url('../images/h_back.png');
	background-position: left 0;
	background-repeat: repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: medium;
	color: #402010;
}

a {
	color: #000099;
}

#wrapper {
	;
}
/* 定義 (ここまで) */
/* ---------- */
/* ヘッダー (ここから) */
#header {
	width: 940px;
	margin: 0 auto 0 auto;
}

#header h1 {
	margin: 0;
}

#gm {
	width: 940px;
	height: 51px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#gm li {
	float: left;
}
/* ヘッダー (ここまで) */
/* ---------- */
/* サイドバー (ここから) */
/* サイドバー (ここまで) */
/* ---------- */
/* コンテンツ領域 (ここから) */
#banMain {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

#back {
	margin: 0;
	padding: 20px 0;
}

#main {
	width: 940px;
	margin: 0 auto;
	font-size: 1.0em;
}

#main #bread {
	margin: 20px 0;
	font-size: 0.75em;
}

#main #bread a {
	color: #666666;
}

#main #bread a:hover {
	color: #333333;
}

div.main {
	float: left;
	width: 590px;
	margin: 20px 0 40px 0;
}

div.photos {
	float: left;
	width: 330px;
	margin: 0 0 40px 20px;
}
/* コンテンツ領域 (ここまで) */
/* ---------- */
/* フッター (ここから) */
#footer {
	width: 940px;
	margin: 100px auto 20px auto;
}

#footerTop {
	background-image: url("../images/box_top.png");
	background-position: top center;
	background-repeat: no-repeat;
	padding: 50px 0 30px 0;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
}

#footerTop .hospital{
	font-size: 1.4em;
	font-weight: bold;
	color: #7e8ca4;
	margin:0;
	padding:0;
}

#footerTop .address{
	margin:0;
	padding:0;
	font-size:1.1em;
	color: #91a1bc;
}


#footerBottom {
	margin: 0 0 20px 0;
	background-image: url("../images/box_bottom.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 20px 0 50px 0;
	text-align: center;
}

#footerBottom a {
	font-size: 1.0em;
	font-weight: bold;
	color: #ff6600;
}

#footerInner {
	background-image: url("../images/box_back.png");
	background-position: center center;
	background-repeat: repeat-y;
}

#footer #footerLeft {
	float: left;
	padding-left: 50px;
	font-size: 0.8em;
}

#footer #footerMap {
	float: right;
	padding-right: 80px;
}

#footerBans {
	width: 940px;
	margin: 40px auto;
}

#footerBans .footerBan {
	float: left;
	width: 470px;
	text-align: center;
}

#footerNav {
	margin: 0;
}

#footerNavTop {
	;
}

#footerNavInner {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 0.75em;
}

#footerNavInner a {
	color: #ffffff;
}

#footerNavInner h2 {
	margin: 0 0 20px 0;
	font-size: 1.2em;
}

#footerNavInner h3 {
	margin: 0;
	font-size: 1.0em;
}

#footerNavInner ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

#footerNavInner ul li {
	float: left;
	width: 313px;
}

#footerText {
	width: 940px;
	margin: 20px auto;
	text-align: center;
	font-size: 0.9em;
}

#footerText #footerNav {
	margin: 20px 0;
	font-size: 0.9em;
}

#footerText #catchy {
	margin: 20px 0;
	font-size:0.8em;
	color:#9e9794;
}

#footerText #information {
	margin: 20px 0;
}

#footerText .freedial{
	background-image:url(../images/icon_freedial.png);
	padding-left:26px;
	background-repeat:no-repeat;
	margin-left:20px;
}

#footerText .tel{
	background-image:url(../images/icon_tel.png);
	padding-left:22px;
	background-repeat:no-repeat;
	margin-left:20px;
}


/* フッター (ここまで) */
/* ---------- */
/* スニペット (ここから) */
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.lineGold {
	margin-top: 20px;
	height: 11px;
	background-color: #a29e89;
	background-image: url("../images/line_gold.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.centering {
	text-align: center;
}

.widget {
	margin: 10px 0;
/* スニペット (ここまで) */