@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Staff                       */
/*                 10  Clinic                      */
/*                 11  Recruit                     */
/*                 12  Perio                       */
/*                 13  Prevent                     */
/*                 14  Laser                       */
/*                 15  Child                       */
/*                 16  Ortho                       */
/*                 17  Aesthe                      */
/*                 18  Implant                     */
/*                 19  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Pink           #de91a2      */
/*        Main Color - Light Pink     #fce6e6      */
/*        Main Color - Fresh Pink     #f94956      */
/*                                                 */
/*        Sub Color  - Yellow Green   #7ac300      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background-color: #eedcb3; }



#wrapper {
  background: url(../images/wrapper_bg.jpg) repeat-y;
  width: 800px;
  margin: 10px auto;
  padding: 0;
  text-align: left;
  }
	
* html body #wrapper {
	width: 820px;
	}

#main {
	width: 800px;
  padding: 0 10px;
  background: url(../images/main_bg.jpg) repeat-y;
  }
	
* html body #main {
	width: 820px;
	}

#content {
  width: 610px;
  float: right;
  font-size: 100%;
  line-height: 1.6;
  color: #666;
  background: #fff;
  padding: 0;
  }


/*---------- 03  Header -----------*/

#header {
  background: url(../images/header_bg.jpg) 0 0 no-repeat;
  height: 120px;
  width: 820px;
  margin: 0;
  padding: 0 0;
  color: #BAAEA9;
  }

#header .header_alpha {
	float: left;
	width: 450px;
	}
	
#header .header_beta {
	float: right;
	width: 370px;
	}

#header .header_info {
	height: 40px;
	width: 450px;
	margin: 0;
	padding: 0;
	}
	
#header .header_info p {	
	margin: 0 0 0 15px;
	padding: 0;
	color:#33221b;
	}
	
#header #header_adress {
	height: 30px;
	margin: 0;
	clear: both;
	}
	
#header #header_adress p {
	text-align: right;
	padding: .2em 15px 0 0;
	}
	
h1 {
  text-indent: -9999px;
  width: 400px;
  height: 80px;
  line-height: 0.5;
  float: left;
	padding: 0;
	 }
h1 a {
  display: block;
  width: 430px;
  height: 80px;
  background: url(../images/h1.jpg) 0 0 no-repeat;

  }


#header p.tel {
  margin: 0;
	padding:0;
	height: 60px;
	float: right;
  }
#header p.tel img { display: block; }

#header_nav {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 180px;
  height: 30px;
	float: right;
  }

#header_nav li {
  height: 30px;
  float: left;
  text-indent: -9999px;
  list-style: none;
  margin: 0;
  padding: 0;
  }
#header_nav li a {
  display: block;
  height: 30px;
  }

#nav01 { width: 86px; }
#nav02 { width: 94px; }

#nav01 a {
  background: url(../images/header_nav.jpg) 0px 0 no-repeat;
  }
#nav02 a {
  background: url(../images/header_nav.jpg) -86px 0 no-repeat;
  }


/*----------04  Navigation -----------*/

#nav {
  width: 190px;
  float: left;
  padding: 5px 0 20px 0;
  }

#nav ul,
#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: -9999px;
	}

#nav .internal li {
  height: 30px;

  }

#nav .internal li a {
  display: block;
  height: 30px;
  }

#nav h2 { 
	height: 40px;
	text-indent: -9999px;
	}
#nav h2#nav_title02 { background: url(../images/nav.jpg) 0 0 no-repeat; }	
#nav h2#nav_title03 { background: url(../images/nav.jpg) 0 -160px no-repeat; }	

#nav03 a { background: url(../images/nav.jpg) 0 -40px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -70px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -100px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -130px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -200px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -230px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -260px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -290px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -320px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -350px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -190px -40px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -190px -70px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -190px -100px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -190px -130px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -190px -200px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -190px -230px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -190px -260px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -190px -290px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -190px -320px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -190px -350px no-repeat; }

#nav .branch {
	width: 180px;
	margin: 8px 0 12px 5px;
	padding: 0;
	}

#nav .branch h2 {
	height: 45px;
	text-indent: -9999px;
	}	

#nav .branch p {
	margin: 0;
	padding: 0;
	}
	
#nav .branch img { display: block; }

#nav .branch h2#nav_title04 { 
	background: url(../images/nav_branch_h.jpg) 0 0 no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
  clear: both;
	width: 820px;
	height: 120px;
  padding: 0;
  margin: 0;
  background: url(../images/footer_bg.jpg) 0 0 no-repeat;
  font-size: 85%;
  text-align: center;
  color: #FFFFFF;
  }
	
* html body #footer {
	width: 820px;
	}

*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer a {
  text-decoration: none;
  color: #FFFFFF;
  }
#footer a:hover { 
  text-decoration: underline;
  color: #FFFFFF;
  }

#footer ul { 
  list-style: none;
  margin: 0 1em 2px 1em;
  padding-right: 10px;
  clear: both;
	text-align: right;
  }

#footer ul li {
  display: inline;
  margin: 0;
  padding: 0;
  }

#footer address { 
  clear: both;
	width: 820px;
	height: 45px;
	padding: 0;
	background: url(../images/copyright_ro.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
	
	
#footer address a {
	display: block;
	height: 45px;
	}

#footer address a { background: url(../images/copyright.jpg) 0 0 no-repeat; }

#footer address a:hover { background: url(../images/copyright.jpg) 0 -45px no-repeat; }
	
#footer .alpha {
	float: left;
	width: 260px;
	}
	
#footer .beta {
	float: right;
	width: 550px;
	margin: 0px;
	padding-top: 10px;
	}
	
	
#footer .alpha p { 
	background: url(../images/footer_tel.jpg) 0 0 no-repeat;
	height: 75px;
	margin: 0;
	text-indent: -9999px;
	}

* html body #footer address {
	width: 820px;
	}
	
/*---------- 06  Contents -----------*/

.section { padding: .5em 25px 1em 25px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
  height: 150px;
  text-indent: -9999px;
  margin: 0 0;
  }
#content h3 {
  clear: both;
  height: 30px;
  text-indent: -9999px;
  }
#content h4 {
  height: 20px;
  text-indent: -9999px;
  }

#content h5 {
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 .3em .3em;
	color: #391a11;
	font-weight: bold;
  }

#content ul li {
  list-style: none;
  background: url(../images/li_bg.jpg) 0 4px no-repeat;
  padding-left: 20px;
  }
#content ul.olist li {
  background-image: none;
  padding-left: 0;
  }

#content dt { 
  color: #781a00;
  font-weight: bold;
	}

#content a { 
  text-decoration: underline;
  color: #FF7D50;
  }

#content a:hover {
  color: #FFB000;
  }

#content blockquote {
  margin: .5em;
  background: url(../images/blockquote_bg.jpg) top left repeat-y;
  padding: .5em 1em;
  }

.image_l  {
  float: left;
  margin: 10px 16px 8px 0;
  }

.image_r {
  float: right;
  margin: 10px 0 8px 16px;
  }

.case {
  margin: 10px 20px;
  background: url(../images/arrow_h.jpg) center center no-repeat;
  }

.case-narrow {
  margin: 10px 40px;
  background: url(../images/arrow_h.jpg) center center no-repeat;
  }

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.caption {
  text-align: center;
  border-top: 2px solid #ccc;
  }


#content ul.totop {
  clear: both;
  padding-bottom: 20px;
  }

#content ul.totop li {
  list-style: none;
  width: 138px;
  height: 18px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content ul.totop li a {
  display: block;
  height: 18px;
  background: url(../images/to_top.png) 0 0 no-repeat;
  }

p.caution {
  padding-left: 24px;
  background: url(../images/caution.png) 0 1px no-repeat;
  }

/* 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 */



#content table {
  border-collapse: separate;
  border-spacing: 1px;
  border: 1px solid #462a00;
  font-size: 100%;
  color: #666;
  width: 500px;
  margin-top: 10px;
  }

#content table th,
#content table td {
  padding: 4px 12px;
  border: 1px solid #462a00;
  }

#content table th {
  background: #e3a84f;
  color: #ffffff;
	width: 250px;
  }
	
#content table td {
  background: #fdf8ea;
  color: #666;
	width: 250px;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }


#content .reserv {
	height: 80px;
	text-indent: -9999px;
	padding: 20px 0 20px 20px;
	}
	
#content .reserv a {
	display: block;
	height: 80px;
	}

#content .reserv a { background: url(../images/bn_reserv.jpg) 0 0 no-repeat; }

#content .reserv a:hover { background: url(../images/bn_reserv.jpg) 0 -80px no-repeat; }

.holday {
	color: #FF0000;
	}

#map {   
    width: 490px;   
    height: 350px;   
    border: 2px solid #ccc;   
    margin: 10px;   
    }
		
.bordered {
	border: 1px solid #8a8171;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
	background: #FFFFFF;
	width: 520px;
	clear: both;
	}
	
.flow { 
	background: url(../images/arrow_c.jpg) 50% 90% no-repeat;
	padding: .5em 10px 50px 10px;
	}
		
.flow_p { 
	margin: 0 0 50px 0;
	padding: 10px;
	border: 1px solid #8a8171;
	}


/*---------- 07  Index -----------*/
#index #content h2 {
  height: 230px;
  text-indent: -9999px;
  margin: 0 0px;
  }
	
#index #content h3 {
  height: 46px;
  text-indent: -9999px;
  margin: 0 0px;
  }

#index h2#title01 { background:url(../images/index_h2-01.jpg) 0 0 no-repeat; }
#index h3#title02 { background:url(../images/index_h3-02.jpg) 0 0 no-repeat; }


#index #content .section { padding: .5em 20px 1em 20px; }
#index #content .section .section { padding: .5em 10px 1em 10px; }

#index .pickup {
	width: 570px;
	height: 180px;
	margin: 0;
	padding: 0;
	background:url(../images/pickup_bg.jpg) 0 0 no-repeat;
	}
	
#index .pickup .alpha01 p,
#index .pickup .beta02 p {
	margin: 0;
	padding: 0;
	}
	
#index .pickup .beta01 p,
#index .pickup .alpha02 p {
	font-size: 85%;
	margin: 3px;
	}
	
#index #content .alpha {
	width: 285px;
	float: left;
	}

#index #content .beta {
	width: 285px;
	float: right;
	}
	
#index #content .alpha01 {
	width: 110px;
	float: left;
	}

#index #content .beta01 {
	width: 175px;
	float: right;
	}
	
#index #content .alpha02 {
	width: 175px;
	float: left;
	}

#index #content .beta02 {
	width: 110px;
	float: right;
	}
	
#index #content .pickup h4 {
  height: 48px;
  text-indent: -9999px;
  margin: 0 0px;
  }

#index .detail {
	float: right;
	}
	
#index #content h4#title03 {background:url(../images/pick_h-01.jpg) 0 0 no-repeat; }
#index #content h4#title04 {background:url(../images/pick_h-02.jpg) 0 0 no-repeat; }

#index .bordered {
	border: 1px solid #8a8171;
	padding: 15px 0 0px 0;
	background: #FFFFFF;
	width: 570px;
	}
	
#index .bordered p {
	padding: 5px 10px;
	}
	
#index .bordered h4 {
	height: 38px;
	text-indent: -9999px;
	}

#index #content h4#title05 {background:url(../images/index_clinic_h.jpg) 0 0 no-repeat; }

#index #content .bordered .alpha {
	width: 224px;
	float: left;
	}
	
#index #content .bordered .alpha01 {
	width: 224px;
	float: left;
	margin-left:10px;
	}
*html #index #content .bordered .alpha01 {
	width: 224px;
	float: left;
	margin-left:3px;
	}	
		

#index #content .bordered .beta {
	width: 324px;
	float: right;
	}

#index #content .bordered .beta01 {
	width: 324px;
	float: right;
	margin-right:6px;
	margin-top:-6px;
	}

*html #index #content .bordered .beta01 {
	width: 324px;
	float: right;
	margin-right:3px;
	margin-top:-6px;
	}

	
#index #content dl dt {
  list-style: none;
  background: url(../images/li_bg02.jpg) 0 4px no-repeat;
  padding-left: 20px;
  }

#index #content dl {
	margin-top: 5px;
	}


/*---------- 08  Concept -----------*/
#concept h2#title01 {background:url(../images/concept_h2-01.jpg) 0 0 no-repeat; }
#concept h3#title02 {background:url(../images/concept_h3-02.jpg) 0 0 no-repeat; }
#concept h3#title03 {background:url(../images/concept_h3-03.jpg) 0 0 no-repeat; }
#concept h4#title04 {background:url(../images/concept_h4-04.jpg) 0 0 no-repeat; }
#concept h4#title05 {background:url(../images/concept_h4-05.jpg) 0 0 no-repeat; }
#concept h4#title06 {background:url(../images/concept_h4-06.jpg) 0 0 no-repeat; }
#concept h4#title07 {background:url(../images/concept_h4-07.jpg) 0 0 no-repeat; }
#concept h4#title08 {background:url(../images/concept_h4-08.jpg) 0 0 no-repeat; }
#concept h4#title09 {background:url(../images/concept_h4-09.jpg) 0 0 no-repeat; }
#concept h4#title10 {background:url(../images/concept_h4-10.jpg) 0 0 no-repeat; }
#concept h4#title11 {background:url(../images/concept_h4-11.jpg) 0 0 no-repeat; }

#concept #content .alpha {
	width: 200px;
	float: left;
	padding-top: 20px;
	}

#concept #content .beta {
	width: 350px;
	float: right;
	padding-top: 20px;
	}

/*---------- 09  Access -----------*/
#access h2#title01 {background:url(../images/access_h2-01.jpg) 0 0 no-repeat; }
#access h3#title02 {background:url(../images/access_h3-02.jpg) 0 0 no-repeat; }
#access h3#title03 {background:url(../images/access_h3-03.jpg) 0 0 no-repeat; }
#access h4#title04 {background:url(../images/access_h4-04.jpg) 0 0 no-repeat; }
#access h4#title05 {background:url(../images/access_h4-05.jpg) 0 0 no-repeat; }
#access h4#title06 {background:url(../images/access_h4-06.jpg) 0 0 no-repeat; }
#access h4#title07 {background:url(../images/access_h4-07.jpg) 0 0 no-repeat; }
#access h4#title08 {background:url(../images/access_h4-08.jpg) 0 0 no-repeat; }
#access h4#title09 {background:url(../images/access_h4-09.jpg) 0 0 no-repeat; }
#access h4#title10 {background:url(../images/access_h4-10.jpg) 0 0 no-repeat; }

#access #content .alpha {
	width: 200px;
	float: left;
	padding-top: 20px;
	}

#access #content .beta {
	width: 300px;
	float: right;
	padding-top: 20px;
	}
	


/*---------- 10  Clinic -----------*/
#clinic h2#title01 {background:url(../images/clinic_h2-01.jpg) 0 0 no-repeat; }
#clinic h3#title02 {background:url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic h4#title03 {background:url(../images/clinic_h4-03.jpg) 0 0 no-repeat; }
#clinic h4#title04 {background:url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }
#clinic h4#title05 {background:url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }
#clinic h4#title06 {background:url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic h4#title07 {background:url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }
#clinic h4#title08 {background:url(../images/clinic_h4-08.jpg) 0 0 no-repeat; }

#clinic #content .alpha {
	width: 200px;
	float: left;
	padding-top: 20px;
	}

#clinic #content .beta {
	width: 300px;
	float: right;
	padding-top: 20px;
	}

/*---------- 11  Illness -----------*/
#illness h2#title01 {background:url(../images/illness_h2-01.jpg) 0 0 no-repeat; }
#illness h3#title02 {background:url(../images/illness_h3-02.jpg) 0 0 no-repeat; }
#illness h3#title03 {background:url(../images/illness_h3-03.jpg) 0 0 no-repeat; }
#illness h3#title04 {background:url(../images/illness_h3-04.jpg) 0 0 no-repeat; }
#illness h3#title05 {background:url(../images/illness_h3-05.jpg) 0 0 no-repeat; }
#illness h4#title06 {background:url(../images/illness_h4-06.jpg) 0 0 no-repeat; }
#illness h4#title07 {background:url(../images/illness_h4-07.jpg) 0 0 no-repeat; }
#illness h4#title08 {background:url(../images/illness_h4-08.jpg) 0 0 no-repeat; }

#illness #content table th {
  background: #e3a84f;
  color: #ffffff;
	width: 183px;
  }

/*---------- 12  Occlusion -----------*/
#occlusion h2#title01 {background:url(../images/occlusion_h2-01.jpg) 0 0 no-repeat; }
#occlusion h3#title02 {background:url(../images/occlusion_h3-02.jpg) 0 0 no-repeat; }
#occlusion h4#title03 {background:url(../images/occlusion_h4-03.jpg) 0 0 no-repeat; }
#occlusion h4#title04 {background:url(../images/occlusion_h4-04.jpg) 0 0 no-repeat; }
#occlusion h4#title05 {background:url(../images/occlusion_h4-05.jpg) 0 0 no-repeat; }
#occlusion h4#title06 {background:url(../images/occlusion_h4-06.jpg) 0 0 no-repeat; }

#occlusion .bordered02 {
	border: 8px double #f8a21b;
	padding: 10px 0 10px 0;
	margin: 10px 0;
	background: #eaddbd;
	width: 500px;
	clear: both;
	}
	
/*---------- 13  Ortho -----------*/
#ortho h2#title01 {background:url(../images/ortho_h2-01.jpg) 0 0 no-repeat; }
#ortho h3#title02 {background:url(../images/ortho_h3-02.jpg) 0 0 no-repeat; }
#ortho h3#title03 {background:url(../images/ortho_h3-03.jpg) 0 0 no-repeat; }
#ortho h3#title04 {background:url(../images/ortho_h3-04.jpg) 0 0 no-repeat; }
#ortho h4#title05 {background:url(../images/ortho_h4-05.jpg) 0 0 no-repeat; }
#ortho h4#title06 {background:url(../images/ortho_h4-06.jpg) 0 0 no-repeat; }
#ortho h4#title07 {background:url(../images/ortho_h4-07.jpg) 0 0 no-repeat; }
#ortho h4#title08 {background:url(../images/ortho_h4-08.jpg) 0 0 no-repeat; }
#ortho h4#title09 {background:url(../images/ortho_h4-09.jpg) 0 0 no-repeat; }
#ortho h4#title10 {background:url(../images/ortho_h4-10.jpg) 0 0 no-repeat; }
#ortho h4#title11 {background:url(../images/ortho_h4-11.jpg) 0 0 no-repeat; }
#ortho h4#title12 {background:url(../images/ortho_h4-12.jpg) 0 0 no-repeat; }


/*---------- 14  Aesthe -----------*/
#aesthe h2#title01 {background:url(../images/aesthe_h2-01.jpg) 0 0 no-repeat; }
#aesthe h3#title02 {background:url(../images/aesthe_h3-02.jpg) 0 0 no-repeat; }
#aesthe h3#title03 {background:url(../images/aesthe_h3-03.jpg) 0 0 no-repeat; }
#aesthe h3#title04 {background:url(../images/aesthe_h3-04.jpg) 0 0 no-repeat; }
#aesthe h4#title05 {background:url(../images/aesthe_h4-05.jpg) 0 0 no-repeat; }
#aesthe h4#title06 {background:url(../images/aesthe_h4-06.jpg) 0 0 no-repeat; }
#aesthe h4#title07 {background:url(../images/aesthe_h4-07.jpg) 0 0 no-repeat; }
#aesthe h4#title08 {background:url(../images/aesthe_h4-08.jpg) 0 0 no-repeat; }
#aesthe h4#title09 {background:url(../images/aesthe_h4-09.jpg) 0 0 no-repeat; }

#aesthe #content table ul { margin:0; }

#aesthe #content table ul li {
  list-style: none;
  background: url(../images/li_bg02.jpg) 0 4px no-repeat;
  padding-left: 10px;
  }

#aesthe #content table {
  border-collapse: separate;
  border-spacing: 1px;
  border: 1px solid #462a00;
  font-size: 100%;
  color: #666;
  width: 500px;
  margin: 10px 0 0 30px;
  }



/*---------- 15  Implant -----------*/
#implant h2#title01 {background:url(../images/implant_h2-01.jpg) 0 0 no-repeat; }
#implant h3#title02 {background:url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant h3#title03 {background:url(../images/implant_h3-03.jpg) 0 0 no-repeat; }
#implant h3#title04 {background:url(../images/implant_h3-04.jpg) 0 0 no-repeat; }
#implant h4#title05 {background:url(../images/implant_h4-05.jpg) 0 0 no-repeat; }
#implant h4#title06 {background:url(../images/implant_h4-06.jpg) 0 0 no-repeat; }
#implant h4#title07 {background:url(../images/implant_h4-07.jpg) 0 0 no-repeat; }
#implant h4#title08 {background:url(../images/implant_h4-08.jpg) 0 0 no-repeat; }
#implant h4#title09 {background:url(../images/implant_h4-09.jpg) 0 0 no-repeat; }
#implant h4#title10 {background:url(../images/implant_h4-10.jpg) 0 0 no-repeat; }
#implant h4#title11 {background:url(../images/implant_h4-11.jpg) 0 0 no-repeat; }


/*---------- 16  Laser -----------*/
#laser h2#title01 {background:url(../images/laser_h2-01.jpg) 0 0 no-repeat; }
#laser h3#title02 {background:url(../images/laser_h3-02.jpg) 0 0 no-repeat; }
#laser h3#title03 {background:url(../images/laser_h3-03.jpg) 0 0 no-repeat; }
#laser h4#title04 {background:url(../images/laser_h4-04.jpg) 0 0 no-repeat; }
#laser h4#title05 {background:url(../images/laser_h4-05.jpg) 0 0 no-repeat; }
#laser h4#title06 {background:url(../images/laser_h4-06.jpg) 0 0 no-repeat; }
#laser h4#title07 {background:url(../images/laser_h4-07.jpg) 0 0 no-repeat; }
#laser h4#title08 {background:url(../images/laser_h4-08.jpg) 0 0 no-repeat; }
#laser h4#title09 {background:url(../images/laser_h4-09.jpg) 0 0 no-repeat; }
#laser h4#title10 {background:url(../images/laser_h4-10.jpg) 0 0 no-repeat; }
#laser h4#title11 {background:url(../images/laser_h4-11.jpg) 0 0 no-repeat; }


/*---------- 16  Sitemap -----------*/
#sitemap h2#title01 {background:url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }
#sitemap h3#title02 {background:url(../images/sitemap_h3-02.jpg) 0 0 no-repeat; }
#sitemap h4#title03 {background:url(../images/sitemap_h4-03.jpg) 0 0 no-repeat; }
#sitemap h4#title04 {background:url(../images/sitemap_h4-04.jpg) 0 0 no-repeat; }

