@charset "UTF-8";


/* ----- 全体 ----- */

body {
	min-width: 940px;
}

#container {
	width: 100%;
	min-width: 940px;
}

/* ===== ----- ヘッダー ----- ===== */

#menuBg {
	width: 100%;
	min-width: 940px;
	background: url(../img/menu_bg.gif) repeat-x 0px bottom;
	padding-bottom: 6px;
}

#headArea {
	width: 940px;
	margin: 0px auto;
}

.headTxt {
	font-size: 70%;
	color: #666666;
	padding-top: 20px;
}

#headLogo {
	float: left;
	width: 453px;
	height:56px;
	background: url(../img/head_logo.png) no-repeat 0px 0px;
	text-indent: -9999px;
	margin: 2px 0px 18px 0px;
}

#headLogo a {
	display: block;
	width: 453px;
	height:56px;
}

#headTel {
	float: right;
	width: 400px;
	text-align: right;
	margin-top: 10px;
}

/* ===== ----- 上メニュー ----- ===== */

#topMenu {
	width: 940px;
	margin: 0px auto;
	margin-bottom: 15px;
}

#topMenu li {
	float: left;
	width: 157px;
	height: 40px;
	text-indent: -9999px;
}

#topMenu li a {
	display: block;
	width: 157px;
	height: 40px;
}

.topMenuttl {
	display: none;
}

/* ホーム */
#topMenu li#menuHome a {
	background: url(../img/mn_home.gif) no-repeat 0px 0px;
}

#topMenu li#menuHome a:hover,
#home #topMenu li#menuHome a {
	background: url(../img/mn_home.gif) no-repeat 0px -40px;
}

/* クリニック紹介 */
#topMenu li#menuAbout {
	width: 156px;
}

#topMenu li#menuAbout a {
	background: url(../img/mn_about.gif) no-repeat 0px 0px;
	width: 156px;
}

#topMenu li#menuAbout a:hover,
#about #topMenu li#menuAbout a {
	background: url(../img/mn_about.gif) no-repeat 0px -40px;
	width: 156px;
}

/* 医師紹介 */
#topMenu li#menuDoctor {
	width: 156px;
}

#topMenu li#menuDoctor a {
	background: url(../img/mn_doctor.gif) no-repeat 0px 0px;
	width: 156px;
}

#topMenu li#menuDoctor a:hover,
#doctor #topMenu li#menuDoctor a {
	background: url(../img/mn_doctor.gif) no-repeat 0px -40px;
	width: 156px;
}

/* 診療案内 */
#topMenu li#menuMenu a {
	background: url(../img/mn_menu.gif) no-repeat 0px 0px;
}

#topMenu li#menuMenu a:hover,
#menu #topMenu li#menuMenu a {
	background: url(../img/mn_menu.gif) no-repeat 0px -40px;
}

/* 診療時間・アクセス */
#topMenu li#menuAccess a {
	background: url(../img/mn_access.gif) no-repeat 0px 0px;
}

#topMenu li#menuAccess a:hover,
#access #topMenu li#menuAccess a {
	background: url(../img/mn_access.gif) no-repeat 0px -40px;
}

/* 初診の方へ */
#topMenu li#menuFirst a {
	background: url(../img/mn_first.gif) no-repeat 0px 0px;
}

#topMenu li#menuFirst a:hover,
#first #topMenu li#menuFirst a {
	background: url(../img/mn_first.gif) no-repeat 0px -40px;
}

/* ===== ----- メイン ----- ===== */

.mainArea {
	width: 940px;
	margin: 0px auto;
	padding: 22px 0px 10px 0px;
}

.mainArea.sinWid {
	width: 870px;
}

.mainLt {
	float: left;
	width: 650px;
}

.mainRt {
	float: right;
	width: 250px;
}

#h1Ttl {
	width: 940px;
	height: 120px;
	text-indent: -9999px;
	margin: 20px auto 15px auto;
}

.mainTtl {
	background: url(../img/ttl_bg650.gif) no-repeat 0px 0px;
	width: 640px;
	height: 36px;
	margin-bottom: 20px;
	padding: 16px 0px 0px 10px;
}
.mainTtlS {
	margin-bottom: 15px;
  padding: 0 0 5px;
  color: #154f2a;
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #e1dcd5;
}

.detailTable {
	width: 100%;
	font-size: 85%;
	line-height: 160%;
	color: #442909;
	border-collapse: collapse;
}

.detailTable td,
.detailTable th {
	background-color: #ffffff;
	padding: 7px 15px;
	border: 1px solid #d5c5b3;
}

.detailTable th {
	background-color: #f3efe8;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	margin-bottom: 2px;
}

.toTopBtn {
	display: none;
}

.bnArea li {
	padding-bottom: 12px;
}



/* ===== ----- フッタメニュー ----- ===== */

#footAreaBg {
	background-color: #88ca21;
	width: 100%;
	min-width: 940px;
	margin-top: 30px;
}

#footArea {
	width: 920px;
	margin: 0px auto;
	padding: 0px 0px 40px 0px;
}

#footLt {
	float: left;
	width: 280px;
	padding-top: 25px;
	color: #ffffff;
}

#footRt {
	float: right;
	width: 580px;
	padding: 25px 0px 0px 0px;
}

.footMenu {
	width: 550px;
	margin: 0px 0px 0px auto;
}

.footMenu li {
	display: block;
	float: left;
	font-size: 80%;
	color: #ffffff;
	line-height: 120%;
	margin: 4px 0px;
	padding: 0px 10px;
	border-left: 1px solid #ecfed1;
}

.footMenu li a {
	color: #ffffff;
	text-decoration: none;
}

.footMenu li:first-child {
	background: url();
	border-left: none;
}

#copyright {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 80%;
	color: #ffffff;
	text-align: right;
	padding: 40px 0px 10px 0px;
}