@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Clinic                      */
/*                 09  Concept                     */
/*                 10  Implant                     */
/*                 11  Root                        */
/*                 12  Esthe_front                 */
/*                 13  Esthe_back                  */
/*                 14  Whitening                   */
/*                 15  Denture                     */
/*                 16  Access                      */
/*                 17  Sitemap                     */
/*                 18  Ortho　                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: url(../images/body_bg.jpg) top repeat-x; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 800px;
	margin: 20px auto 40px;
	padding: 0;
	border: 1px solid #e9a4b9;
	text-align: left;
	}

#main {
	width: 795px;
	margin: 0 0 0 5px;
	background: url(../images/bg.jpg) right 0 no-repeat;
	}

#content {
	width: 558px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	margin: 30px 20px 15px;
	display: inline;
	border: 1px solid #fcd8e2;
	background: #ffffff;
	}

* html body #content { width: 560px; }

/*---------- 03  Header -----------*/

#header {
	background: url(../images/header.jpg) 0 0 no-repeat;
	height: 100px;
	width: 800px;
	margin: 0;
	padding: 0;
	position:relative;
	}

h1 {
	text-indent: -9999px;
	width: 240px;
	height: 75px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 240px;
	height: 75px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 217px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 10px 7px 0 0;
	padding: 0;
	height: 60px;
	}
#header p.tel img { display: block; }

#header p.h-word { 
	position:absolute;
	top:73px;
	left:10px;
	color:#FFFFFF;
	height:1em;
	font-size:85%;
}

*:first-child+html #header p.h-word { position:absolute; top:77px; left:10px; color:#FFFFFF; height:1em; width:auto; font-size:70%; }
*html body #header p.h-word { position:absolute; top:77px; left:10px; color:#FFFFFF; height:1em; width:auto; font-size:70%; }

/*----------04  Navigation -----------*/

#nav {
	width: 190px;
	float: left;
	margin: 10px 0 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav h3 {
	width: 188px;
	height: 34px;
	background: url(../images/nav_header.jpg) 0 0 no-repeat; 
	text-indent: -9999px;
	border: 1px solid #fad9e0;
	border-bottom : 0;
	margin: 0;
	}
* html body #nav h3 { width: 190px; }

#nav .internal {
	padding: 0 4px;
	background: #ea9ab5 url(../images/nav_bg.jpg) repeat-x top;
	border: 1px solid #fad9e0;
	border-top : 0;
	}

#nav .internal li {
	width: 180px;
	height: 25px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 20px;
	}

#nav01 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav.jpg) 0 -20px no-repeat; }
#nav03 a { background: url(../images/nav.jpg) 0 -40px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -60px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -80px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -100px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -140px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -160px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -180px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -200px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -220px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -220px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }

#nav01 a:hover { background: url(../images/nav.jpg) -180px 0 no-repeat; }
#nav02 a:hover { background: url(../images/nav.jpg) -180px -20px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -180px -40px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -180px -60px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -180px -80px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -180px -100px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -180px -120px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -180px -140px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -180px -160px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -180px -180px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -180px -200px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -180px -220px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -180px -220px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -180px -240px no-repeat; }

#nav p {
	margin: 10px 0 10px 0;
	text-align: center;
	}
	
#nav p#sr_txt {
	margin: 10px 0 10px 0;
	text-align: center;
	font-size:12px;
	}	
	
#nav .nav_map {
	border: 1px solid #f7dee4;
	padding: 0 4px 4px;
	margin: 10px 0 5px;
	height: 114px;
	background: #faeceb;
	}
* html body { height: 120px; }

#nav .nav_map p {
	margin: 4px 0 0;
	background: #faeceb;
	}

#nav .nav_map .map_bt {
	float: right;
	width: 100px;
	}

#nav .nav_map .map_bt a {
	display: block;
	text-align: left;
	text-indent: -9999px;
	height: 15px;
	line-height: 15px;
	background: url(../images/map_bt.jpg) 0 0 no-repeat;
	}

#nav dl{
	text-align: left;
	font-size: 100%;
	margin-left:0;
	}




/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 14px 0;
	margin: 0;
	font-size: 85%;
	text-align: center;
	border-top: 1px solid #e9a4b9;
	color: #999999;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer .section {
	width: 800px;
	margin: 0 auto;
	}

#footer a {
	text-decoration: none;
	color: #861e41;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address {
	margin: 8px auto;
	text-align: right;
	}


/*---------- 06  Contents -----------*/

.section { padding: .5em 9px; }
.section .section { padding: .5em 5px; }
.section .section2 { padding: .5em 5px 20px 5px; }

.section .boximg2_01 { padding: 0 0 0 25px; width: 515px;}
:root .section .boximg2_01 { padding: 0 0 0 25px; width: 490px;}

.marg {
  margin: 30px 0 0 0;
}


p.center { text-align: center; }

#content h2 {
	height: 60px;
	text-indent: -9999px;
	margin: 0 9px;
	}
#content h3 {
	height: 40px;
	text-indent: -9999px;
	}
#content h4 {
	height: 40px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	list-style: none;
	background: url(../images/list.jpg) 0 4px no-repeat;
	padding-left: 20px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #861e41;
	outline: none;
	}
a:hover { color: #e9a4b7; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l {
	float: left;
	margin: 0 10px 10px 0;
	}

#footer .image_l {
  margin: 0;
}

.image_r {
	float: right;
	margin: 0 0 15px 15px;
	}
	
.image_r2 {
	float: right;
	margin: 0 10px 15px 15px;
}

.image_r3 {
	float: right;
	margin: 0 0 20px 15px;
}

.case {
	margin: 10px 20px;
	background:url(../images/arrow_h.jpg) center center no-repeat;
	}
	
.case02 {
	margin: 10px 20px;
	}	

.case img {
	display: block;
	}

.case .big{
	margin: 10px 0px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}

.case .big .image_l{
  float: left;
  margin: 0 0 10px 0 px;
		}

.case .big .image_r{
  float: right;
  margin: 0 0 10px 0;
		}

.case .caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}

.case_flow {
  margin: 0;
		padding: 0;
		}

.case_v {
	padding-bottom: 40px;
	margin-bottom: 20px;
	background: url(../images/arrow_v.jpg) center bottom no-repeat;
	}

.marT20 { margin-top:20px; }

#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 100px;
	height: 15px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 15px;
	background: url(../images/pagetop.jpg) 0 0 no-repeat;
	}

p.caution {
	text-align: right;
	}
	
.orange {
	margin: .5em 0; 
	color: #ff7300;
	}

/* Hides from IE-mac \*/
p.answer:first-letter {
	display: block;
	padding: 2px;
	background: #4499af;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	float: left;
	}
/* End hide from IE-mac */



/*-------- 07  Index --------*/

#index #main { background: url(../images/index_bg.jpg) right 0 no-repeat; }

#index #content {
	background: transparent;
	width: 560px;
	margin: 10px 20px 10px 0;
	border: 0;
	}

#index #content #title01 {
	height: 175px;
	margin: 0;
	padding: 0;
	background: url(../images/index_h2-01.jpg) 255px 58px no-repeat;
	}

#index #content #title02 {
	width: 160px;
	height: 20px;
	background: url(../images/index_h3-02.jpg) 0 0 no-repeat;
	margin: 0 0 0 80px;
	}

#index #content #title03 {
	float: left;
	width: 70px;
	height: 45px;
	background: url(../images/index_h3-03.jpg) 0 0 no-repeat;
	margin: 0;
	}

#index #content #title04 {
	height: 45px;
	margin: 0;
	background: url(../images/index_h4-04.jpg) 0 15px no-repeat;
	clear: both;
	}
	
#index #content #title05 {
	width: 160px;
	height: 20px;
	background: url(../images/index_h3-05.jpg) 0 0 no-repeat;
	margin: 0 0 0 80px;
	}

#index #content .section {
	padding: 0;
	}

#index .pickup {
	margin: 0 0 0 40px;
	width: 520px;
	}

#index .pickup .image_l,
#index .pickup .image_r {
	background: url(../images/pickup_bg01.jpg) repeat-x;
	border: 1px solid #b5d17a;
	padding: 4px;
	width: 240px;
	margin: 0;
	}
* html #index .pickup .image_l,
* html #index .pickup .image_r {
	width: 254px;
	}

#index .pickup div .image_l,
#index .pickup div .image_r {
	border: 0;
	padding: 0;
	margin: 0;
	width: auto;
	}
* html #index .pickup div .image_l,
* html #index .pickup div .image_r {
	width: auto;
	}

#index .pickup p {
	margin: 0;
	}

#index .pickup .pickup_text01 {
	width: 160px;
	height: 45px;
	margin: 0 0 0 80px;
	background: url(../images/pickup_text01.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}

#index .pickup .pickup_text02 {
	width: 170px;
	height: 45px;
	margin: 0 0 0 70px;
	background: url(../images/pickup_text02.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
	
#index .pickup .pickup_text03 {
	width: 160px;
	height: 45px;
	margin: 0 0 0 80px;
	background: url(../images/pickup_text03.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}

#index .pickup .pickup_bt01 {
	float: right;
	padding: 0;
	}

#index .pickup img,
#index .pickup img {
	display: block;
	}

#index .clinic_info {
	width: 560px;
	height: 145px;
	background: url(../images/pickup_bg02.jpg) 0 0 no-repeat;
	margin: 0;
	}

#index .clinic_info dl {
	margin: 0;
	padding: 48px 0 0 170px;
	line-height: 1.2;
	}

#index .clinic_info dl dt {
	float: left;
	width: 80px;
	font-weight: 100;
	color: #861e41;
	}

#index .clinic_info dl dd {
	margin-left: 90px;
	}



/*-------- 08  Clinic --------*/

#clinic #content #title01 { background: url(../images/clinic_h2-01.jpg) 0 0 no-repeat; }
#clinic #content #title02 { background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic #content #title03 { background: url(../images/clinic_h4-03.jpg) 0 0 no-repeat; }
#clinic #content #title04 { background: url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }
#clinic #content #title05 { background: url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }
#clinic #content #title06 { background: url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic #content #title07 { background: url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }
#clinic #content #title08 { background: url(../images/clinic_h4-08.jpg) 0 0 no-repeat; }
#clinic #content #title09 { background: url(../images/clinic_h4-09.jpg) 0 0 no-repeat; }
#clinic #content #title10 { background: url(../images/clinic_h4-10.jpg) 0 0 no-repeat; }
#clinic #content #title11 { background: url(../images/clinic_h4-11.jpg) 0 0 no-repeat; }
#clinic #content #title12 { background: url(../images/clinic_h4-12.jpg) 0 0 no-repeat; }
#clinic #content #title13 { background: url(../images/clinic_h4-13.jpg) 0 0 no-repeat; }
#clinic #content #title14 { background: url(../images/clinic_h4-14.jpg) 0 0 no-repeat; }


#clinic #content .section p,
#clinic #content .section ul {
	margin-left: 220px;
	}

#clinic #content .section .image_l {
	margin-left: 0;
	}

#clinic #content .section h4 {
	margin-left: 220px;
	}


/*-------- 09  Concept --------*/

#concept #content #title01 { background: url(../images/concept_h2-01.jpg) 0 0 no-repeat; }
#concept #content #title02 { background: url(../images/concept_h3-02.jpg) 0 0 no-repeat; }
#concept #content #title03 { background: url(../images/concept_h4-03.jpg) 0 0 no-repeat; }
#concept #content #title04 { background: url(../images/concept_h4-04.jpg) 0 0 no-repeat; }
#concept #content #title05 { background: url(../images/concept_h4-05.jpg) 0 0 no-repeat; }
#concept #content #title06 { background: url(../images/concept_h3-06.jpg) 0 0 no-repeat; }
#concept #content #title07 { background: url(../images/concept_h4-06.jpg) 0 0 no-repeat; }
#concept #content #title08 { background: url(../images/concept_h4-07.jpg) 0 0 no-repeat; }

#concept .rightbox {
	margin-left: 220px;
	}

#concept #content dl {
	margin: 0 0 0 10px;
	}

#concept #content dt {
	float: left;
	width: 55px;
	font-weight: 100;
	}

#concept #content dd {
	margin-left: 65px;
	}

#concept #content dl.link {
	margin: 0 0 0 10px;
	}

#concept #content dl.link dt {
	float: left;
	width: 230px;
	font-weight: bold;
	clear: both;
	}

#concept #content dl.link dd {
	margin-left: 65px;
	}

#concept #main #content dl.abcd dt { width: 10px; margin-right: 5px;}
#concept #main #content dl.abcd dd { margin-left: 20px;}

/*-------- 10  Implant --------*/

#implant #content #title01 { background: url(../images/implant_h2-01.jpg) 0 0 no-repeat; }
#implant #content #title02 { background: url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant #content #title03 { background: url(../images/implant_h4-03.jpg) 0 0 no-repeat; }
#implant #content #title04 { background: url(../images/implant_h3-04.jpg) 0 0 no-repeat; }
#implant #content #title05 { background: url(../images/implant_h3-05.jpg) 0 0 no-repeat; }
#implant #content #title06 { background: url(../images/implant_h4-06.jpg) 0 0 no-repeat; }
#implant #content #title07 { background: url(../images/implant_h4-07.jpg) 0 0 no-repeat; }
#implant #content #title08 { background: url(../images/implant_h4-08.jpg) 0 0 no-repeat; }
#implant #content #title09 { background: url(../images/implant_h3-06.jpg) 0 0 no-repeat; }
#implant #content #title10 { background: url(../images/implant_h4-09.jpg) 0 0 no-repeat; }
#implant #content #title11 { background: url(../images/implant_h4-10.jpg) 0 0 no-repeat; }
#implant #content #title12 { background: url(../images/implant_h4-11.jpg) 0 0 no-repeat; }
#implant #content #title13 { background: url(../images/implant_h3-07.jpg) 0 0 no-repeat; }

#implant .rightbox {
	margin-left: 220px;
	}

#implant .step .image_l {
	float: left;
	margin: 0 15px 0px 0;
	}

#implant .step .image_r {
	float: right;
	margin: 0 0 0px 15px;
	}

#implant .case .caption,
#implant .case02 .caption {
	text-align: center;
	border-top: none;
	}

#implant .m_btm img{margin-bottom:15px;}


#implant #content dl {
	margin: 0 0 0 10px;
	}

#implant #content dt {
	float: left;
	width: 55px;
	font-weight: 100;
	}

#implant #content dd {
	margin-left: 65px;
	}

#implant #content dl.link {
	margin: 0 0 0 10px;
	}

#implant #content dl.link dt {
	float: left;
	width: 230px;
	font-weight: bold;
	clear: both;
	}

#implant #content dl.link dd {
	margin-left: 65px;
	}

#implant #main #content dl.abcd dt { width: 10px; margin-right: 5px;}
#implant #main #content dl.abcd dd { margin-left: 20px;}

#implant #content .mgT20 {margin-top:20px; }
#implant #content ul.mgT10 {margin-top:-10px; }
#implant #content .box_r {
	float: right;
	margin: 0 0 15px 15px;
	width:200px;
	}
#implant #content .box_l {
	float: left;
	margin: 0 10px 10px 0;
	width:200px;
	}
#implant #content .box_r span {
	font-size:10px; 
	float:right;
	}
#implant #content ul.qa li {
	width: 450px;
	padding-left:25px;
	margin-left:15px;
	text-align:justify;
	background:url(../images/a_bg.gif) left 0px no-repeat;
	}	
#implant #content ul.qa li.ques1 {
	padding-left:50px;
	margin-left:-10px;
	background:url(../images/q_bg1.gif) left 0px no-repeat;
	}
#implant #content ul.qa li.ques2 {
	padding-left:50px;
	margin-left:-10px;
	background:url(../images/q_bg2.gif) left 0px no-repeat;
	}
#implant #content ul.qa li.ques3 {
	padding-left:50px;
	margin-left:-10px;
	background:url(../images/q_bg3.gif) left 0px no-repeat;
	}
#implant #content ul.qa li.ques4 {
	padding-left:50px;
	margin-left:-10px;
	background:url(../images/q_bg4.gif) left 0px no-repeat;
	}
#implant #content ul.qa li.ques5 {
	padding-left:50px;
	margin-left:-10px;
	background:url(../images/q_bg5.gif) left 0px no-repeat;
	}
#implant #content ul.qa li.ques6 {
	padding-left:50px;
	margin-left:-10px;
	background:url(../images/q_bg6.gif) left 0px no-repeat;
	}
#implant #content ul.qa li.ques7 {
	padding-left:50px;
	margin-left:-10px;
	background:url(../images/q_bg7.gif) left 0px no-repeat;
	}	
#implant #content ul.qa li.ques8 {
	padding-left:50px;
	margin-left:-10px;
	background:url(../images/q_bg8.gif) left 0px no-repeat;
	}
#implant #content ul.qa li.ques9 {
	padding-left:50px;
	margin-left:-10px;
	background:url(../images/q_bg9.gif) left 0px no-repeat;
	}
#implant #content dl.implant_qa dd {
	width: 515px;
	padding-left:25px;
	margin-left:0;
	background:url(../images/a_bg.gif) left top no-repeat;
	}	

/*-------- 11  Root --------*/

#root #content #title01 { background: url(../images/root_h2-01.jpg) 0 0 no-repeat; }
#root #content #title02 { background: url(../images/root_h3-02.jpg) 0 0 no-repeat; }
#root #content #title03 { background: url(../images/root_h3-03.jpg) 0 0 no-repeat; }
#root #content #title04 { background: url(../images/root_h3-04.jpg) 0 0 no-repeat; }
#root #content #title05 { background: url(../images/root_h4-05.jpg) 0 0 no-repeat; }
#root #content #title06 { background: url(../images/root_h4-06.jpg) 0 0 no-repeat; }
#root #content #title07 { background: url(../images/root_h3-05.jpg) 0 0 no-repeat; }
#root #content #title08 { background: url(../images/root_h3-06.jpg) 0 0 no-repeat; }

/*-------- 12  Esthe_front --------*/

#esthe_front #content #title01 { background: url(../images/esthe_front_h2-01.jpg) 0 0 no-repeat; }
#esthe_front #content #title02 { background: url(../images/esthe_front_h3-02.jpg) 0 0 no-repeat; }
#esthe_front #content #title03 { background: url(../images/esthe_front_h4-03.jpg) 0 0 no-repeat; }
#esthe_front #content #title04 { background: url(../images/esthe_front_h4-04.jpg) 0 0 no-repeat; }
#esthe_front #content #title05 { background: url(../images/esthe_front_h4-07.jpg) 0 0 no-repeat; }
#esthe_front #content #title06 { background: url(../images/esthe_front_h4-06.jpg) 0 0 no-repeat; }
#esthe_front #content #title07 { background: url(../images/esthe_front_h3-03.jpg) 0 0 no-repeat; }
#esthe_front #content #title08 { background: url(../images/esthe_front_h3-08.jpg) 0 0 no-repeat; margin-top: 20px;}

/*-------- 13  Esthe_back --------*/

#esthe_back #content #title01 { background: url(../images/esthe_back_h2-01.jpg) 0 0 no-repeat; }
#esthe_back #content #title02 { background: url(../images/esthe_back_h3-02.jpg) 0 0 no-repeat; }
#esthe_back #content #title03 { background: url(../images/esthe_back_h4-03.jpg) 0 0 no-repeat; }
#esthe_back #content #title04 { background: url(../images/esthe_back_h4-04.jpg) 0 0 no-repeat; }
#esthe_back #content #title06 { background: url(../images/esthe_front_h4-05.jpg) 0 0 no-repeat; }
#esthe_back #content #title07 { background: url(../images/esthe_back_h3-02.jpg) 0 0 no-repeat; }

/*-------- 14  Whitening --------*/

#whitening #content #title01 { background: url(../images/whitening_h2-01.jpg) 0 0 no-repeat; }
#whitening #content #title02 { background: url(../images/whitening_h3-02.jpg) 0 0 no-repeat; }
#whitening #content #title03 { background: url(../images/whitening_h3-03.jpg) 0 0 no-repeat; }
#whitening #content #title04 { background: url(../images/whitening_h3-04.jpg) 0 0 no-repeat; }
#whitening #content #title05 { background: url(../images/whitening_h3-05.jpg) 0 0 no-repeat; }
#whitening #content #title06 { background: url(../images/whitening_h3-06.jpg) 0 0 no-repeat; }
#whitening #content #title07 { background: url(../images/whitening_h3-07.jpg) 0 0 no-repeat; }
#whitening #content #title08 { background: url(../images/whitening_h3-08.jpg) 0 0 no-repeat; }

.marT8 { margin-top:8px; }
.marR10{ margin-right: 25px;}

#whitening #content dl { margin: 0 0 0 10px;}
#whitening #content dt {
	float: left;
	width: 55px;
	font-weight: 100;
	}
#whitening #content dd {
	margin-left: 65px;
	}
#whitening #content dl.link {
	margin: 0 0 0 10px;
	}
#whitening #content dl.link dt {
	float: left;
	width: 230px;
	font-weight: bold;
	clear: both;
	}
#whitening #content dl.link dd {
	margin-left: 65px;
	}
#whitening #main #content dl.abcd dt { width: 10px; margin-right: 5px;}
#whitening #main #content dl.abcd dd { margin-left: 20px;}


#whitening #main #content dl.abcd .mb01{ margin-bottom: 10px;}

.q01{ color:#0066FF; font-weight: bold;}
.q02{ color:#0066FF;}
.a01{ color:#CC0066; font-weight: bold;}

/*-------- 15  Denture --------*/

#denture #content #title01 { background: url(../images/denture_h2-01.jpg) 0 0 no-repeat; }
#denture #content #title02 { background: url(../images/denture_h3-02.jpg) 0 0 no-repeat; }
#denture #content #title03 { background: url(../images/denture_h3-03.jpg) 0 0 no-repeat; }
#denture #content #title04 { background: url(../images/denture_h3-04.jpg) 0 0 no-repeat; }
#denture #content #title05 { background: url(../images/denture_h4-05.jpg) 0 0 no-repeat; }
#denture #content #title06 { background: url(../images/denture_h4-06.jpg) 0 0 no-repeat; }



/*-------- 16  Access --------*/

#access #content #title01 { background: url(../images/access_h2-01.jpg) 0 0 no-repeat; }
#access #content #title02 { background: url(../images/access_h3-02.jpg) 0 0 no-repeat; }
#access #content #title03 { background: url(../images/access_h3-03.jpg) 0 0 no-repeat; margin-top: 30px; }

#access #content .table_center {
	text-align: center;
	}

#access #content table.acs {
	width: 500px;
	border: 3px solid #ddd;
	font-size: 100%;
	color: #666;
	margin: 5px auto;
	}
#access #content table.acs tr th,
#access #content table.acs tr td {
	border: 1px solid #fff;
	background: #FFDDEE;
	text-align: left;
	}

#access #content table.acs tr.colored th,
#access #content table.acs tr.colored td {
	background: #f3d0e3;
	}

#access #content table.fee {
	border-collapse: collapse;
	border: 1px solid #c4c4c4;
	font-size: 100%;
	color: #666;
	width: 500px;
	margin: 0px 0 15px 15px;
	}

#access #content table.fee th,
#access #content table.fee td {
	padding: 4px 10px;
	border: 1px solid #c4c4c4;
	text-align: left;
	}

#access #content table.fee th {
	background: #ffebf5;
	}

#access #content table.fee th.ttl{ background: #f3d0e3; text-align: center;}

#access p.left{ text-align: left; padding: 0 0 0 20px;}

#access #content table.fee th.ttl .nomal{ font-weight: normal;}


/*-------- 17  Sitemap --------*/

#sitemap #content #title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }
#sitemap #content #title02 { background: url(../images/sitemap_h3-02.jpg) 0 0 no-repeat; }

#sitemap #content dl dt {
	background: #f3f3f3;
	border: 1px solid #999;
	text-indent: 5px;
	}
#sitemap #content dl dd {
	margin: .5em 0;
	}
	
/*-------- 18  Ortho --------*/

#ortho #content #title01 { background: url(../images/ortho_h2-01.jpg) 0 0 no-repeat; }
#ortho #content #title02 { background: url(../images/ortho_h3-02.jpg) 0 0 no-repeat; }
#ortho #content #title03 { background: url(../images/ortho_h3-03.jpg) 0 0 no-repeat; }
#ortho #content #title04 { background: url(../images/ortho_h3-04.jpg) 0 0 no-repeat; }
#ortho #content #title05 { background: url(../images/ortho_h4-05.jpg) 0 0 no-repeat; }
#ortho #content #title06 { background: url(../images/ortho_h4-06.jpg) 0 0 no-repeat; }
#ortho #content #title07 { background: url(../images/ortho_h4-07.jpg) 0 0 no-repeat; }
#ortho #content #title08 { background: url(../images/ortho_h4-08.jpg) 0 0 no-repeat; }
#ortho #content #title09 {
 background: url(../images/ortho_h4-09.jpg) 0 0 no-repeat;
 margin: 10px 0 0 0;
}
#ortho #content #title10 { background: url(../images/ortho_h4-10.jpg) 0 0 no-repeat; }
#ortho #content #title11 { background: url(../images/ortho_h4-11.jpg) 0 0 no-repeat; }
#ortho #content #title12 { background: url(../images/ortho_h4-12.jpg) 0 0 no-repeat; }
#ortho #content #title13 { background: url(../images/ortho_h4-13.jpg) 0 0 no-repeat; }
#ortho #content #title14 { background: url(../images/ortho_h4-14.jpg) 0 0 no-repeat; }


#ortho .leftbox{
	padding: 0 20px;
}

#ortho .leftbox h4{
	padding: 5px 0 0 0;
	margin: 0;
	height: 12px;
	text-indent: 0px;
	font-size: 12px;
	font-weight: bold;
}

#ortho #content .backimg { background: url(../images/ortho_back.jpg) 0 0 no-repeat;
						   padding: 0 4px 0 4px;}

#ortho dl { padding: 0;
			margin: 0;}

#ortho dt { font-weight: bold;
			background: url(../images/ortho_back.jpg) 0 0 no-repeat;
		    padding: 4px;
			margin: 4px 0 8px 0;
			color: #fff;}

#ortho dd { font-weight:normal;
			background-color:#fee0ea;
		    padding: 4px 8px;
			margin: 4px 0 4px 0;
			border: 1px solid #CCCCCC;}

/*-------- 19  Cerec3 --------*/

#cerec3 #content #title01 { background: url(../images/cerec3_h2-01.jpg) 0 0 no-repeat; }
#cerec3 #content #title02 { background: url(../images/cerec3_h3-02.jpg) 0 0 no-repeat; }
#cerec3 #content #title03 { background: url(../images/cerec3_h3-03.jpg) 0 0 no-repeat; margin-top: 30px; }

.box_flow{
	border: 1px solid #ead5da;
	padding: 5px;
	margin: 0 0 0 60px;
	width: 400px;
}

.box_flow p{
	margin: 0px;
	padding: 0px;
}

.box_flow .txt{ float: left; margin: 50px 0 0 5px;}
.box_flow .imgR{ float: right;}

#cerec3 .arrow{
	width: 520px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	clear: both;
}


/*---------p.map_under--------*/
p.map_under { margin-left:15px; margin-right:15px; font-size:17px }

*html body .brn01 a{ 
	background:url(../images/banner02.jpg) 0 0 no-repeat;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:250px;
	height:90px;
	float:left;
	margin-left:24px;
	margin-top:10px;
}
*html body .brn02 a{margin-top:10px; }
*:first-child+html .brn02 a{margin-top:10px; }
*:first-child+html .brn01 a{margin-top:10px; }
.brn01 a{ 
	background:url(../images/banner02.jpg) 0 0 no-repeat;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:250px;
	height:90px;
	float:left;
	margin-left:40px;
}
.brn02 a{
	background:url(../images/banner03.jpg) 0 0 no-repeat;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:250px;
	height:90px;
	float:right;
}
.brn01 a:hover{background:url(../images/banner02_o.jpg) 0 0 no-repeat;}
.brn02 a:hover{background:url(../images/banner03_o.jpg) 0 0 no-repeat;}
