/* Main CSS Document */
@charset "UTF-8";

/* 影のデザイン */
.wrapper {
	width:100%;
	text-align:center;
}
.wrapper_margin {
	margin:1px auto 0;
	width:970px;
}
.wrapper_left {
	float:left;
	width:970px;
	background:url(../images/bg_l02.gif) repeat-y scroll top left;
}
	.wrapper_left_top {
		float:left;
		width:10px;
		height:399px;
	}
.wrapper_right {
	float:left;
	width:960px;
	background:url(../images/bg_r02.gif) repeat-y scroll top right;
}
	.wrapper_right_top {
		float:left;
		width:960px;
	}
/* --レイアウト */
.body {
	float:left;
	margin:0;
	width:950px;
	overflow:hidden;
}
	.header {
		margin:0;
		float:left;
		width:100%;
		height:50px;
		position:relative;
		/*background:url(../images/title.gif) no-repeat scroll top left;*/
		background-color:#FFFFFF;
	}
		.header .header_title{
			width:246px;
			float:left;
			padding-left:3px;
		}
		.header .header_home {
			margin-left:-10px;
			padding:14px 10px 0 0;
			width:65px;
			height:30px;
			float:left;
		}
			.header .header_home a {
				display:block;
				width:65px;
				height:30px;
				line-height:30px;
				background-image:url(../images/btn_home.gif);
				background-repeat:no-repeat;
				background-attachment:scroll;
			}
			.header .header_home a span { display:none; }
			.header .header_home a:link, .header .header_home a:visited {
				background-position:top left;
			}
			.header .header_home a:hover, .header .header_home a:active {
				background-position:bottom left;
			}
		.header .header_address {
			padding:18px 0 0 0;
			height:28px;
			width:500px;
			float:left;
		}
		.header .header_address img {
			display:block;
			float:left;
		}
			.header .header_address span {
				display:block;
				float:left;
				padding-top:9px;
				font-size:12px;
			}
		.header .header_img{
			width:551px;
			height:50px;
			float:right;
			padding-right:6px;
			text-align:right;
		}
		.header .header_btn {
			position:absolute;
			top:0;
			left:810px;
			height:24px;
			width:130px;
			float:right;
			clear:both;
		}
		.header .header_btn a {
			display:block;
			width:130px;
			height:23px;
			background-image:url(../images/sitemap_btn.gif);
			background-repeat:no-repeat;
		}
			.header .header_btn a span {
				display:none;
			}
			.header_btn a:link, .header_btn a:visited {
				background-position:top left;
			}
			.header_btn a:hover, .header_btn a:active {
				background-position:bottom left;
			}
		.header .header_btn2 {
			position:absolute;
			top:0;
			left:680px;
			height:24px;
			width:130px;
			float:right;
			clear:both;
		}
		.header .header_btn2 a {
			display:block;
			width:130px;
			height:23px;
			background-image:url(../images/btn_mobilesite.gif);
			background-repeat:no-repeat;
		}
			.header .header_btn2 a span {
				display:none;
			}
			.header_btn2 a:link, .header_btn2 a:visited {
				background-position:top left;
			}
			.header_btn2 a:hover, .header_btn2 a:active {
				background-position:bottom left;
			}
		.header .header_btn3 {
			position:absolute;
			top:0;
			left:530px;
			height:24px;
			width:150px;
			float:right;
			clear:both;
		}
		.header .header_btn3 a {
			display:block;
			width:150px;
			height:23px;
			background-image:url(../images/btn_reservation.gif);
			background-repeat:no-repeat;
		}
			.header .header_btn3 a span {
				display:none;
			}
			.header_btn3 a:link, .header_btn3 a:visited {
				background-position:top left;
			}
			.header_btn3 a:hover, .header_btn3 a:active {
				background-position:bottom left;
			}
		#topmenu {
			float:left;
			clear:left;
			padding:8px 8px;
			width:734px;
			height:45px;
			background-color:#ffffff;
			overflow:visible;
		}
		#topmenu ul {
			padding:0 10px;
			width:714px;
			_width:734px;
			height:45px;
			background:url(../images/topmenu.gif) no-repeat scroll top left;
			display:block;
			overflow:visible;
		}	
		#topmenu ul li {
			display:block;
			float:left;
			position:relative;
			overflow:visible;
			z-index:90;
		}	
		#topmenu ul li a {
			display:block;
			height:45px;
			background-position:top left;
			background-repeat:no-repeat;
			background:url(../images/topmenu.gif) no-repeat scroll top left;
			z-index:90;
		}
			a#topmenu01 { width:126px; }
			a#topmenu02 { width:102px; }
			a#topmenu03 { width:102px; }
			a#topmenu04 { width:111px; }
			a#topmenu05 { width:149px; }
			a#topmenu06 { width:124px; }
			a#topmenu01:link, a#topmenu01:visited { background-position:-10px 0; }
			a#topmenu01:hover, a#topmenu01:active { background-position:-10px -45px; }
			a#topmenu02:link, a#topmenu02:visited { background-position:-136px 0; }
			a#topmenu02:hover, a#topmenu02:active { background-position:-136px -45px; }
			a#topmenu03:link, a#topmenu03:visited { background-position:-238px 0; }
			a#topmenu03:hover, a#topmenu03:active { background-position:-238px -45px; }
			a#topmenu04:link, a#topmenu04:visited { background-position:-340px 0; }
			a#topmenu04:hover, a#topmenu04:active { background-position:-340px -45px; }
			a#topmenu05:link, a#topmenu05:visited { background-position:-451px 0; }
			a#topmenu05:hover, a#topmenu05:active { background-position:-451px -45px; }
			a#topmenu06:link, a#topmenu06:visited { background-position:-600px 0; }
			a#topmenu06:hover, a#topmenu06:active { background-position:-600px -45px; }
		#topmenu ul li a span {
			display:none;
		}
		#topmenu ul li ul {
			position:absolute;
			top:45px;
			left:-10px;
			display:none;
			width:184px;
			height:auto;
			padding:0;
			background:none;
			border-top:1px #aaaaaa solid;
			border-left:1px #aaaaaa solid;
			border-right:1px #aaaaaa solid;
			z-index:1000;
		}
		#topmenu ul li ul li {
			width:182px;
			height:36px;
			padding:1px;
			clear:both;
			float:left;
			background:#ffffff;
			border-bottom:1px #aaaaaa solid;
		}
		#topmenu ul li ul li a {
			width:182px;
			height:36px;
			display:block;
			color:#000000;
			text-decoration:none;
			overflow:hidden;
			background-image:url(../images/navi-bg1.gif);
			background-repeat:no-repeat;
			background-attachment:scroll;
			font-size:13px;
		}
		#topmenu ul li ul li a span {
			display:inline;
			line-height:36px;
			margin-left:30px;
		}
			#topmenu ul li ul li a:link, #topmenu ul li ul li a:visited {
				background-position:top left;
			}
			#topmenu ul li ul li a:hover, #topmenu ul li ul li a:active {
				background-position:bottom left;
				color:#1BABAB;
				text-decoration:underline;
			}			
	#top_banner {
		float:left;
		width:750px;
		text-align:center;
		background-color:#fff;
		overflow:hidden;
		z-index:1;
	}
	#top_banner img {
		display:none;
	}
	#headmenu {
		width:948px;
		border-left:1px #333 solid;
		border-right:1px #333 solid;
		height:63px;
	}
		#headmenu ul {
			list-style:none;
			height:63px;
			width:100%;
		}
		#headmenu ul li {
			display:block;
			width:237px;
			height:63px;
			float:left;
		}
		#headmenu ul li a {
			display:block;
			width:237px;
			height:63px;
			background-repeat:no-repeat;
			overflow:hidden;
		}
		#headmenu ul li a span {
			display:none;
		}
			#headmenu ul li a:link, #headmenu ul li a:visited {
				background-position:top left;
			}
			#headmenu ul li a:hover, #headmenu ul li a:active {
				background-position:bottom left;
			}
			#headmenu .headmenu01 { background-image:url(../images/topbanner01.gif); }
			#headmenu .headmenu02 { background-image:url(../images/topbanner02.gif); }
			#headmenu .headmenu03 { background-image:url(../images/topbanner03.gif); }
			#headmenu .headmenu04 { background-image:url(../images/topbanner04.gif); }
	.middle {
		float:left;
		width:100%;
		background:#fff url(../images/line-dotted.gif) repeat-y scroll 750px 0;
		overflow:hidden;
	}
		.navi_wrapper {
			float:right;
			overflow:hidden;
			width:186px;
			padding:8px 7px 0;
			display:block;
		}
		/* メニュー */
			.navi_box ul {
				display:block;
				width:184px;
				float:left;
				clear:both;
				border-top:1px #aaaaaa solid;
				border-left:1px #aaaaaa solid;
				border-right:1px #aaaaaa solid;
			}
			.navi_box li {
				display:block;
				float:left;
				clear:both;
				width:182px;
				height:36px;
				padding:1px;
				border-bottom:1px #aaaaaa solid;
			}
			.navi_box li a {
				display:block;
				width:182px;
				height:36px;
				overflow:hidden;
				background-image:url(../images/navi-bg1.gif);
				background-repeat:no-repeat;
				background-attachment:scroll;
				color:#000000;
				text-decoration:none;
				font-size:13px;
			}
			.navi_box li a span {
				line-height:36px;
				margin-left:30px;
			}
			.navi_box li.navi-bg2 a {
				background-image:url(../images/navi-bg2.gif);
			}
			.navi_box li.navi-bg2 a span {
			  margin-left:50px;
			}
			.navi_box li a:link, .navi_box li a:visited {
				background-position:top left;
				color:#000000;
				text-decoration:none;
			}
			.navi_box li a:hover, .navi_box li a:active {
				background-position:bottom left;
				color:#1BABAB;
				text-decoration:none;
			}			
			.navi_box li a:hover span, .navi_box li a:active span {
				text-decoration:underline;
			}

/*				a.navi00 { background-image:url(../images/navi-00.gif); }
				a.navi01-01 { background-image:url(../images/navi-01-01.gif); }
				a.navi01-02 { background-image:url(../images/navi-01-02.gif); }
				a.navi01-03 { background-image:url(../images/navi-01-03.gif); }
				a.navi01-04 { background-image:url(../images/navi-01-04.gif); }
				a.navi01-05 { background-image:url(../images/navi-01-05.gif); }
				a.navi01-06 { background-image:url(../images/navi-01-06.gif); }
				a.navi01-07 { background-image:url(../images/navi-01-07.gif); }
				a.navi01-08 { background-image:url(../images/navi-01-08.gif); }
				a.navi01-09 { background-image:url(../images/navi-01-09.gif); }
				a.navi01-10 { background-image:url(../images/navi-01-10.gif); }
				a.navi01-11 { background-image:url(../images/navi-01-11.gif); }
				a.navi02-01 { background-image:url(../images/navi-02-01.gif); }
				a.navi02-02 { background-image:url(../images/navi-02-02.gif); }
				a.navi02-03 { background-image:url(../images/navi-02-03.gif); }
				a.navi02-04 { background-image:url(../images/navi-02-04.gif); }
*/
			li.navi04, li.navi04 a {
				height:55px;
				display:block;
				text-decoration:none;
			}
				li.navi04 a {
					background-image:url(../images/navi-04.gif);
				}
			.navi_box {
				padding-bottom:12px;
				width:186px;
				overflow:hidden;
			}
				.navi_box_bar {
					height:4px;
					width:100%;
					float:left;
					/*background:url(../images/navi18_bg.gif) no-repeat scroll top left;*/
					background-color:#26CECF;
				}
			.navi_info_box {
				margin-bottom:12px;
				padding:3px;
				width:178px;
				overflow:hidden;
				border-bottom:1px solid #cccccc;
				border-left:1px solid #cccccc;
				border-right:1px solid #cccccc;
				font-size:13px;
				color:#333333;
			}
				.navi_info_box p {
					display:block;
					padding:3px 3px 8px;
				}
			.navi_sec01 {
				width:186px;
				overflow:hidden;
			}
			.navi_sec02 {
				float:left;
				clear:both;
/*				padding-top:9px;
				background:url(../images/navi18_bg.gif) no-repeat scroll top left;
*/
			}
			.navi_logo {
				padding:10px 7px;
				float:left;
				clear:both;
			}
#topmenu .menu_head{border:1px solid #998675;}

#topmenu .menu_body {display:none; width:184px;border-right:1px solid #998675;border-bottom:1px solid #998675;border-left:1px solid #998675;}
#topmenu .menu_body li{background:#493e3b;}
#topmenu .menu_body li.alt{background:#362f2d;}
#topmenu .menu_body li a{color:#FFFFFF; text-decoration:none; padding:10px; display:block;}
#topmenu .menu_body li a:hover{padding:15px 10px; font-weight:bold;}

		/* ブログメニュー */
		.middle_in {
			width:750px;
			float:left;
			clear:left;
			overflow:hidden;
			/*background:url(../images/line-dotted.gif) repeat-y scroll 559px 0;*/
		}
		.blognavi {
			width:186px;
			float:left;
			overflow:hidden;
			background-color:#ffffff;
		}
		.blognavi h4 {
			width:186px;
			height:35px;
			margin:0;
			padding:0;
			background:none;
		}
			.blognavi .navi_wrapper {
				width:186px;
			}
			.blognavi .navi_wrapper ul {
				display:block;
				width:184px;
				border-top:1px solid #cccccc;
				border-left:1px solid #cccccc;
			}
			.blognavi .navi_wrapper li {
				border-right:1px solid #cccccc;
				border-bottom:1px solid #cccccc;
				width:184px;
			}
			.blognavi .navi_wrapper li a {
				width:184px;
			}
			.blognavi iframe {
				width:200px;
				height:716px;
				clear:both;
				overflow:hidden;
				border:0;
			}
		
		.content_wrapper {
			float:left;
			clear:right;
			padding:15px 0 10px 15px;
			width:735px;
			/*background:url(../images/content_bg.gif) repeat-x scroll top left;*/
			font-size:15px;
			overflow:hidden;
		}
		.content_wrapper div {
			overflow:hidden;
		}
		.scrolltotop {
			clear:both;
			float:left;
			width:740px;
			padding:0 10px 25px 0;
			text-align:right;
		}
	.footer {
		float:left;
		clear:both;
		margin:0;
		padding:10px 15px 17px;
		width:920px;
		height:28px;
		background-color:#929393;
		color:#FFFFFF;
		font-size:11px;
		border-top:10px solid #CDCFCF;
	}
		.footer_box01 {
			width:45%;
			float:left;
		}
		.footer_box02 {
			width:45%;
			float:right;
			text-align:right;
		}

/* パンくず */
ul#path {
	display:block;
	width:742px;
	height:22px;
	line-height:22px;
	float:left;
	margin:0 0;
	padding:0 0 0 8px;
	font-size: 88%;
	list-style: none;
	background-color:#ffffff;
	border-top:1px #aaaaaa solid;
	border-bottom:1px #aaaaaa solid;
}
ul#path li {
	float: left;
	padding-right: 7px;
	padding-left: 10px;
	background: url(../images/ico_path.gif) no-repeat 0 50%;
}
ul#path li.home {
	padding-left: 16px;
	background: url(../images/ico_home.gif) no-repeat 0 65%;
}
ul#path li a:link,
ul#path li a:visited {
	color: #3366FF;
	text-decoration: underline;
}
ul#path li a:hover,
ul#path li a:active {
	color: #FF6633;
	text-decoration: underline;
}
ul#path li strong {
	font-style: normal;
	font-weight: bold;
}


/* トップ index.html */
#top {
	background-image:url(../images/bg_01.gif);
	background-position:top left;
	background-repeat:repeat-x;
}
	#top .wrapper_left_top { background:url(../images/bg_l01.gif) no-repeat scroll top left; }
	#top .wrapper_right_top { background:url(../images/bg_r01.gif) no-repeat scroll top right; }
#page_top {
}
#page_top #top_topics {
	clear:both;
	float:left;
	padding:0 20px 20px 25px;
	width:658px;
	height:170px;
	overflow-x:hidden;
	overflow-y:scroll;
}
	#top_topics dl {
		border-bottom:1px solid #3BC7C7;
		font-size:13px;
	}
	#top_topics dl dt {
	  clear: left;
	  float: left;
	  padding-top:6px;
	  margin-bottom: 6px;
	  width: 7.5em;
      border-top:1px solid #3BC7C7;
	  color: #000;
	}
	#top_topics dl dd {
	  padding-top:6px;
	  margin-bottom: 6px;
	  margin-left: 7.5em;
      border-top:1px solid #3BC7C7;
	}
#page_top #top_topics iframe {
	clear:both;
	border:0;
	width:516px;
	height:220px;
	overflow:auto;
}
#page_top #img_box01 {
	float:left;
	width:550px;
}
	#page_top #img_box01 img {
		float:left;
	}
	#page_top #img_box01 .text_box {
		float:left;
		margin:15px;
		width:270px;
	}
#page_top #top_message {
	float:left;
	width:735px;
}
#page_top #top_message #text_box01 {
	width:700px;
}
#page_top #top_message #text_box02 {
	margin:6px 5px;
	padding:7px 10px;
	float:left;
	width:690px;
	border-top:2px solid #F2476B;
	border-bottom:2px solid #F2476B;
	color:#F2476B;
	font-size:13px;
}
#page_top #top_rightside {
	padding-right:10px;
	float:right;
	font-size:12px;
	width:185px;
}

#page_top #banner_box {
	clear:both;
	float:left;
	text-align:center;
}
#page_top #text_box01 {
	float:left;
	padding-left:10px;
	margin-right:20px;
	margin-bottom:20px;
	width:680px;
}
#page_top #button_box {
	float:left;
	width:253px;
}
	#page_top #button_box #button_box01 {
		float:left;
		width:253px;
		margin-right:20px;
	}
	#page_top #button_box #button_box02 {
		float:left;
		width:253px;
	}
	#page_top #button_box img {
		margin-bottom:10px;
	}
#page_top h5 {
	display:block;
	margin-top:8px;
	float:left;
	width:100%;
}
#top_implant {
	width:700px;
	overflow:hidden;
	margin:0 0 10px 10px;
	background:url(../images/top_implant_bg.jpg) no-repeat scroll 265px 0;
}
#top_implant #text {
	border-width:0 1px 1px 1px;
	border-color:#c0c0c0;
	border-style:solid;
	width:670px;
	padding:9px 9px 13px 19px;
	font-size:16px;
}
#top_exmin {
	width:700px;
	overflow:hidden;
	margin-left:10px;
}
	#top_exmin_box {
		float:left;
		width:118px;
		border:1px solid #c0c0c0;
		padding:4px 10px 10px;
	}
		#top_exmin_box #text {
			width:100%;
			padding:5px 0 3px;
			clear:both;
			font-size:12px;
			height:168px;
		}
		#top_exmin_box a#link {
			display:block;
			clear:both;
			font-size:12px;
		}
		#top_exmin_box a#link:link, #top_exmin_box a#link:visited {  }
		#top_exmin_box a#link:hover, #top_exmin_box a#link:active {  }
		#top_exmin #top_exmin_other {
			float:left;
			width:100%;
			height:35px;
			clear:both;
			text-align:right;
			margin-bottom:20px;
		}

/* コンテンツ 共通 */
#content {
	background-image:url(../images/bg_02.gif);
	background-position:top left;
	background-repeat:repeat-x;
}
	#content .wrapper_left_top { background:url(../images/bg_l03.gif) no-repeat scroll top left; }
	#content .wrapper_right_top { background:url(../images/bg_r03.gif) no-repeat scroll top right; }
#top .text_box, #content .text_box {
  margin:5px 23px 10px 18px;
	padding:5px 12px;
	float:left;
	clear:both;
	width:660px;
}
#content #img_box {
	float:left;
	clear:both;
	width:99%;
	padding:20px 0;
	text-align:center;
}
#thum_wrapper {
	padding:20px 0 0 15px;
	float:left;
	width:720px;
}
	#thum_wrapper #thum_box, #thum_wrapper #thum_box01 {
		margin:10px;
		padding:8px 13px;
		border:1px #F3C2CF solid;
		float:left;
		width:300px;
		height:170px;
		font-size:15px;
	}
	#thum_wrapper #thum_box01 {
		background-color:#FFF4F7;
	}
	#thum_wrapper #text_box01 {
		float:left;
		width:300px;
		/*height:200px;*/
	}
	#thum_wrapper h3 {
		margin:0;
		width:270px;
		background-image:url(../images/content_h3_bg-s.gif);
		cursor:pointer;
	}
	#thum_wrapper h3 a {
		display:block;
		width:270px;
		height:45px;
		line-height:45px;
	}
	#thum_wrapper #text_box01 a {
		display:block;
		float:right;
	}
	#thum_wrapper #text_box01 a.normal {
		display:inline;
		clear:none;
		float:none;
	}
.imgborder img {
	padding:2px;
	border:1px #999999 solid;
}
#content .img_example {
	float:left;
	clear:both;
	width:660px;
	margin:8px 0 8px 20px;
	background:url(../images/example_arrow.gif) no-repeat scroll 303px 110px;
}
	#content .img_example img {
		clear:both;
		text-align:center;
	}
	#content .img_example p {
		font-size:80%;
		display:block;
		clear:both;
		text-align:center;
	}
	#content .img_example #right, #content .img_example #left {
		width:46%;
		text-align:center;
	}
	#content .img_example #right {
		float:right;
	}
	#content .img_example #left {
		float:left;
	}
#content .img_single_left {
  float:left;
	clear:none;
	margin:12px 12px 12px 0;
	padding:5px;
}
	#content .img_single_left img {
	  display:block;
		clear:both;
		text-align:center;
	}
  #content .img_single_left p {
		font-size:80%;
		display:block;
		clear:both;
		text-align:center;
	}

/* 治療コンセプト concept.html */
#page_concept #maintext_box {
	padding:0 35px 0 30px;
	clear:both;
	width:660px;
	/*color:#2cb1b1;*/
}
#page_concept #img_box {
	padding:0 35px 0 30px;
	float:left;
	clear:both;
	width:660px;
}
	#page_concept #img_box img {
		/* float:left; */
	}
	#page_concept #text_box01 {
		padding-left:10px;
		float:right;
		width:483px;
	}
#page_concept .text_box {
}

/* 診察科目 subject.html */
#page_subject #thum_wrapper {
}
	#page_subject h3 a {
		color:#fff;
		text-decoration:none;
	}
	

/* 審美歯科 shinbi.html */
#page_shinbi #img_box01 {
	padding:0px 20px 10px 10px;
	float:left;
	width:300px;
}
#page_shinbi #thum_wrapper {
}
	#page_shinbi h3 a {
		display:block;
		color:#fff;
		text-decoration:none;
	}
	#page_shinbi #text_box02 {
		padding:20px 30px;
		float:left;
		clear:both;
	}
/* ダイレクトボンディング directbonding.html */
#page_directbonding .text_box {
}
	#page_directbonding .text_box ul {
		list-style:disc;
		list-style-position:inside;
	}
	#page_directbonding .text_box ul li {
	}
#page_directbonding #img_box {
}
#page_directbonding h5 {
	margin-top:12px;
	float:left;
	width:100%;
}

/* オールセラミックス allceramics.html */
#page_allceramics .text_box {
}
	#page_allceramics .text_box ul {
		list-style:disc;
		list-style-position:inside;
	}
	#page_allceramics .text_box ul li {
	}
#page_allceramics #img_box {
	padding:20px 0;
	clear:both;
}
#page_allceramics h5 {
	margin-top:12px;
	float:left;
	width:100%;
}

/* インプラント implant.html */
#page_implant #page_menu {
	float:left;
	clear:both;
	margin:3px 20px 15px 40px;
}
	#page_implant #page_menu ul {
	}
	#page_implant #page_menu ul li {
		width:500px;
	}
	#page_implant #page_menu ul li a {
		display:block;
		border-bottom:1px #36C1C1 dashed;
	}

/* スタッフ紹介 staff.html */
#page_staff {
}
#page_staff #staff_box {
	float:left;
	clear:both;
	margin:5px 0 10px 40px;
	padding:12px;
	width:550px;
	border:1px solid #F3C2CF;
}
#page_staff #staff_box #face {
	float:left;
	margin:8px 20px 8px 0;
	height:200px;
	width:200px;
}
#page_staff #staff_box #message {
	float:left;
	margin:8px 0;
	width:330px;
}

/* 治療費の目安 cost.html */
#page_cost {
}
#page_cost #cost_box {
	clear:both;
	margin:5px auto 10px;
	padding:12px;
	width:500px;
	border:1px solid #F3C2CF;
}
#page_cost #cost_box #img_box01 {
	float:left;
	margin:0 20px 0 0;
	width:200px;
}
#page_cost #cost_box dl {
	float:left;
	clear:right;
	width:200px;
}
#page_cost #cost_box dl dt {
	float:left;
	clear:both;
	width:70px;
}
#page_cost #cost_box dl dd {
	float:left;
	clear:right;
	width:130px;
}
#page_cost #cost_box h5 {
	margin:0 0 3px;
	border-bottom:1px dotted #2CB1B1;
	color:#2CB1B1;
	font-size:16px;
	font-weight:bold;
	height:23px;
}
#page_cost #cost_box table {
	margin:0px;
	border:0px;
	width:270px;
}
#page_cost #cost_box table th{
	margin:0 0 0 0px;
	border:0px;
	text-align:left;
	font-weight:bold;
	width:70px;
	vertical-align:top;
}
#page_cost #cost_box table td{
	margin:0 0 0 0px;
	border:0px;
	text-align:left;
	font-weight:normal;
	width:200px;
	vertical-align:top;
}




#page_cost #example_link {
	float:left;
	clear:both;
	text-align:right;
}

#page_cost #cost_box #text_box00 {
	margin-top:8px;
	float:left;
	clear:both;
	width:500px;
}
#page_cost #cost_box #text_box01,
#page_cost #cost_box #text_box02,
#page_cost #cost_box #text_box03,
#page_cost #cost_box #text_box04 {
	margin-top:8px;
	float:left;
	clear:both;
	width:500px;
}
#page_cost #cost_box #text_box11,
#page_cost #cost_box #text_box12,
#page_cost #cost_box #text_box13,
#page_cost #cost_box #text_box14,
#page_cost #cost_box #text_box15 {
	margin-top:8px;
	float:left;
	clear:both;
	width:500px;
}

#page_cost #example_display_box {
	padding:0 38px;
}
#page_cost #example_display_box a {
	display:block;
	float:right;
	width:135px;
	height:30px;
	overflow:hidden;
	background-image:url(../images/exampla_display-off.gif);
	background-repeat:no-repeat;
}
#page_cost #example_display_box a:link, #page_example #example_display_box a:visited {
}
#page_cost #example_display_box a:hover, #page_example #example_display_box a:active {
	background-position:bottom;
}
#page_cost #example_display_box a span {
	display:none;
}

/* 治療例 example.html */
#page_example {
}
#page_example #cost_box {
	float:left;
	clear:both;
	margin:5px 0 10px;
	padding:12px;
	width:480px;
	border:1px solid #F3C2CF;
}
#page_example #cost_box #img_box01 {
	float:left;
	margin:0 20px 0 0;
	width:200px;
}
#page_example #cost_box dl {
	float:left;
	clear:right;
	width:200px;
}
#page_example #cost_box dl dt {
	float:left;
	clear:both;
	width:70px;
}
#page_example #cost_box dl dd {
	float:left;
	clear:right;
	width:130px;
}
#page_example #cost_box #text_box01,
#page_example #cost_box #text_box02,
#page_example #cost_box #text_box03,
#page_example #cost_box #text_box04 {
	margin-top:8px;
	float:left;
	clear:both;
	width:480px;
}
#page_example #example_display_box {
	padding:0 30px;
}
#page_example #example_display_box a {
	display:block;
	float:right;
	width:120px;
	height:30px;
	overflow:hidden;
	/*background-image:url(../images/exampla_display.jpg);*/
	background-repeat:no-repeat;
}
#page_example #example_display_box a:link, #page_example #example_display_box a:visited {
}
#page_example #example_display_box a:hover, #page_example #example_display_box a:active {
	background-position:bottom;
}
#page_example #example_display_box a span {
	display:none;
}

/* 院内紹介 office.html */
#page_office {
}
#page_office #room_box {
	/* width:500px; */
}
#page_office #room_box img {
	border:1px #8ADAD8 solid;
	padding:2px;
}
#page_office #room_box #img_box03,
#page_office #room_box #img_box04,
#page_office #room_box #img_box05 {	width:500px; }
#page_office #room_box p {
	padding:8px 0;
}
	#page_office #room_box #img_box03 #img_big {
		float:left;
		margin-right:21px;
		width:306px;
		height:306px;
	}
	#page_office #room_box #img_box03 #img_small div {
		float:left;
		width:146px;
		height:146px;
	}
	#page_office #room_box #img_box03 #img_small #small_box01 {	margin-bottom:14px;}
	#page_office #room_box #img_box03 #img_small #small_box02 {}
#page_office #room_box #annotation {
	float:left;
	clear:both;
	width:500px;
	text-align:left;
	font-size:11px;
}

/* スタッフ紹介 staff.html */
dl.staff_director {
  width:670px;
  line-height:1.8;
	border-bottom:1px dashed #cccccc;
	margin-top:8px;
}
dl.staff_director dt {
  width:100px;
	padding-right:30px;
	float:left;
	border-top:1px dashed #cccccc;
}
dl.staff_director dt a {
  line-height:1;
	font-size:95%;
}
dl.staff_director dd {
  margin-left:130px;
	border-top:1px dashed #cccccc;
}
dl.staff_director dl {
   width:500px; 
	border-bottom:none;
	margin-top:3px;
  line-height:1.4;
}
dl.staff_director dl dt {
   width:500px; 
	 float:none;
	border-top:none;
}
dl.staff_director dl dd {
  width:450px;
	margin-left:50px;
	margin-bottom:12px;
	border-top:none;
}

#stuff_director_img {
  position:absolute;
  top:0;
  left:510px;
	_left:480px;
}
#stuff_img01 {
  position:absolute;
  top:300px;
  left:590px;
	_left:560px;
}

/* 診療時間・アクセス time_map.html */
#page_time_map {
}
#page_time_map #way {
	margin-bottom:20px;
}
#page_time_map #address {
}
#map_large div {
	overflow:visible;
}
.map_content {
	font-size:12px;
}
.map_content h5 {
	background:none;
	border:0;
	font-size:16px;
	padding:0;
	margin:0 0 5px;
	float:none;
	clear:none;
}

/* サイトマップ sitemap.html */
#page_sitemap {
}
#page_sitemap h5 {
	margin:0 0 3px;
}
#page_sitemap a:link, #page_sitemap a:visited {
	text-decoration:none;
}
#page_sitemap ul {
	margin-left:30px;
	width:90%;
	float:left;
	clear:both;
}
#page_sitemap ul li {
}
#page_sitemap ul li a {
	padding-left:20px;
	background:url(../images/sitemap_list_bg.gif) no-repeat scroll top left;
}

/* キャンペーン */
#campaign01 {
	margin-bottom:12px;
	font-size:16px;
}
#campaign01 h3 {
	margin:12px 0;
	padding:0 10px;
	height:50px;
	width:686px;
	background:none;
}
#campaign01 div.box_rignt {
	float:right;
	clear:right;
	margin-left:12px;
}

/* 7つの秘密 */
#top_7items {
	clear:both;
	margin-bottom:20px;
}
#top_7items .text_box {
	overflow:visible;
}
.text_callout {
	float:right;
	-moz-border-radius:4px 4px 4px 4px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.4), 0 -1px 5px rgba(0, 0, 0, 0.1) inset;
	background:url(../images/callout_bg01.png) repeat-x scroll 0 0;
	padding:12px;
	margin-top:-30px;
	margin-left:20px;
	width:130px;
}
.text_callout .thumb {
	display:block;
	border:5px solid #ffffff;
	clear:both;
	outline:1px solid #dddddd;
}
.text_callout p {
	clear:both;
	display:block;
	color:#555555;
	font-size:12px;
	margin:5px 0 0;
}
	.text_callout p a {
		padding-right:18px;
		background:url(../images/icon_arrow02.gif) no-repeat scroll bottom right;
	}
	
/* 書籍紹介 */
.books_box {
	border-bottom:1px #cccccc solid;
	overflow:hidden;
	padding:12px 0;
	margin-bottom:12px;
}
.books_box h5 {
	width:450px;
	float:none;
	clear:none;
}
.books_box dl {
	width:450px;
	padding-top:12px;
	line-height:18px;
}
.books_box dl dt {
  clear: left;
  float: left;
  padding-top:3px;
  margin-bottom: 4px;
  width: 7.5em;
}
.books_box dl dd {
  padding-top:3px;
  margin-bottom: 3px;
  margin-left: 7.5em;
}
.books_box .books_img {
	width:150px;
	float:right;
}
