@charset "UTF-8";


/* ----- 全体 ----- */

body {
	min-width: 1040px;
}

#container {
	width: 100%;
	min-width: 1040px;
}

/* ===== ----- ヘッダー ----- ===== */

#headArea {
	width: 1000px;
	margin: 0px auto;
	padding: 0px 20px;
}

#headLogo {
	float: left;
	width: 277px;
	height:68px;
	background: url(../img/logo.png) no-repeat 0px 0px;
	text-indent: -9999px;
	margin: 16px 0px 16px 0px;
}

#headLogo a {
	display: block;
	width: 100%;
	height: 100%;
}

#headTel {
	float: right;
	width: 400px;
	text-align: right;
	margin-top: 36px;
}

/* ===== ----- 上メニュー ----- ===== */

#topmenuArea {
	width: 100%;
	background: url(../img/mn_bg.png) repeat-x 0px 0px;
	margin-bottom: 30px;
}

#topMenu {
	width: 1000px;
	margin: 0px auto;
	padding: 0px 20px;
}

#topMenu li {
	float: left;
	width: 167px;
	height: 50px;
	text-indent: -9999px;
}

#topMenu li a {
	display: block;
	width: 100%;
	height: 100%;
}

.topMenuttl {
	display: none;
}

/* ホーム */
#topMenu li#menuHome {
	width: 165px;
}

#topMenu li#menuHome a {
	background: url(../img/mn_home.png) no-repeat 0px 0px;
	width: 165px;
}

#topMenu li#menuHome a:hover,
#topMenu li#menuHome a.menuAct {
	background: url(../img/mn_home.png) no-repeat 0px -50px;
	width: 165px;
}

/* 矯正歯科治療 */
#topMenu li#menuKyosei a {
	background: url(../img/mn_kyosei.png) no-repeat 0px 0px;
}

#topMenu li#menuKyosei a:hover,
#topMenu li#menuKyosei a.menuAct {
	background: url(../img/mn_kyosei.png) no-repeat 0px -50px;
}

/* 小児歯科治療 */
#topMenu li#menuShoni a {
	background: url(../img/mn_shoni.png) no-repeat 0px 0px;
}

#topMenu li#menuShoni a:hover,
#topMenu li#menuShoni a.menuAct {
	background: url(../img/mn_shoni.png) no-repeat 0px -50px;
}

/* 虫歯（成人）歯科治療 */
#topMenu li#menuMushiba a {
	background: url(../img/mn_mushiba.png) no-repeat 0px 0px;
}

#topMenu li#menuMushiba a:hover,
#topMenu li#menuMushiba a.menuAct {
	background: url(../img/mn_mushiba.png) no-repeat 0px -50px;
}

/* インプラント治療 */
#topMenu li#menuImplant a {
	background: url(../img/mn_implant.png) no-repeat 0px 0px;
}

#topMenu li#menuImplant a:hover,
#topMenu li#menuImplant a.menuAct {
	background: url(../img/mn_implant.png) no-repeat 0px -50px;
}

/* 審美歯科（セレック）治療 */
#topMenu li#menuShinbi a {
	background: url(../img/mn_shinbi.png) no-repeat 0px 0px;
}

#topMenu li#menuShinbi a:hover,
#topMenu li#menuShinbi a.menuAct {
	background: url(../img/mn_shinbi.png) no-repeat 0px -50px;
}

/* ===== ----- メイン ----- ===== */

.mainArea {
	width: 1000px;
	margin: 0px auto;
	padding: 30px 0px 10px 0px;
}

.mainLt {
	float: left;
	width: 280px;
}

.mainRt {
	float: right;
	width: 690px;
}

.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 {
	width: 130px;
	background-color: #f3efe8;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	margin-bottom: 2px;
}

.toTopBtn {
	display: none;
}

/* ===== ----- フッタメニュー ----- ===== */

#footArea {
	width: 1000px;
	margin: 0px auto;
	padding: 0px 20px 16px 20px;
}

#footLt {
	float: left;
	width: 200px;
	padding-top: 30px;
}

#footRt {
	float: right;
	width: 780px;
	margin: 40px 0px 0px auto;
}

.footMenu {
	float: right;
}

.footMenu li {
	display: block;
	float: left;
	font-size: 80%;
	line-height: 120%;
	margin: 4px 0px;
	padding: 0px 6px;
}

.footMenu li:last-child {
	padding-right: 0px;
}

.footMenu li a {
	background: url(../img/foot_link.png) no-repeat 0px 4px;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}

.footMenu li a:hover {
	text-decoration: underline;
}

.copyrightAreaBg {
	background-color: #faa41d;
	width: 100%;
}

.copyrightArea {
	width: 1000px;
	color: #ffffff;
	margin: 0px auto;
	padding: 0px 20px;
}

.copyLt {
	float: left;
	background-color: #faa41d;
	width: 400px;
	font-size: 80%;
	padding: 20px 0px;
}

.copyRt {
	float: right;
	width: 560px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 75%;
	text-align: right;
	padding: 30px 0px;
}