@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: #EFE8E4; }

#wrapper {
  background: url(../images/wrapper_bg.jpg) 0 0 repeat-y;
  width: 900px;
  margin: 10px 0px;
  padding: 0;
  text-align: left;
  }


#main {
  margin: 0 25px;
  /*background: url(../images/main_bg.jpg) repeat-y;*/
  }
*html body #main {
  margin: 0 10px;
  /*background: url(../images/main_bg.jpg) repeat-y;*/
  }

#content {
  width: 610px;
  float: right;
  font-size: 100%;
  line-height: 1.8;
  color: #666;
  background: #fff;
  padding: 10px 0 1em 0;
	height:auto;
  }
.bold{ font-weight: bold; font-size: 14px;}

/*---------- 03  Header -----------*/

#header {
  height: 130px;
  width: 900px;
  margin: 0;
  padding: 0;
  }
  
#index #header {
  height: 310px;
  width: 900px;
  margin: 0;
  padding: 0;
  }

h1 {
  text-indent: -9999px;
  width: 400px;
  height: 90px;
  line-height: 1.0;
  float: right;
  padding: 0 ;
  }
h1 a {
  display: block;
  width: 400px;
  height: 90px;
  background: url(../images/content_h1.jpg) 0 0 no-repeat;
  }
  
#index h1 {
  text-indent: -9999px;
  width: 390px;
  height: 100px;
  line-height: 1.0;
  float: right;
  padding: 140px 0 0 0 ;
  }
#index h1 a {
  display: block;
  width: 390px;
  height: 100px;
  background: url(../images/h1.jpg) 0 0 no-repeat;
  }



/*----------04  Navigation -----------*/

#nav {
  width: 200px;
  float: left;
  padding: 0px 0px;
  }

#nav ul,
#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav .internal li {
  height: 40px;
  text-indent: -9999px;
  }

#nav .internal li a {
  display: block;
  height: 35px;
  }

#nav01 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav.jpg) 0 -40px no-repeat; }
#nav03 a { background: url(../images/nav.jpg) 0 -80px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -160px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -200px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -280px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -320px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -360px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -400px no-repeat; }


#nav01 a:hover { background: url(../images/nav.jpg) -200px 0 no-repeat; }
#nav02 a:hover { background: url(../images/nav.jpg) -200px -40px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -200px -80px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -200px -120px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -200px -160px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -200px -200px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -200px -240px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -200px -280px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -200px -320px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -200px -360px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -200px -400px no-repeat; }

#index #nav01 a { background: url(../images/nav.jpg) -200px 0 no-repeat; }
#doctor #nav02 a { background: url(../images/nav.jpg) -200px -40px no-repeat; }
#clinic #nav03 a { background: url(../images/nav.jpg) -200px -80px no-repeat; }
#general #nav04 a { background: url(../images/nav.jpg) -200px -120px no-repeat; }
#perio #nav05 a { background: url(../images/nav.jpg) -200px -160px no-repeat; }
#implant #nav06 a { background: url(../images/nav.jpg) -200px -200px no-repeat; }
#aesthe #nav08 a { background: url(../images/nav.jpg) -200px -280px no-repeat; }
#child #nav09 a { background: url(../images/nav.jpg) -200px -320px no-repeat; }
#prevent #nav10 a { background: url(../images/nav.jpg) -200px -360px no-repeat; }
#price #nav11 a { background: url(../images/nav.jpg) -200px -400px no-repeat; }

#nav #bn_reserve {
  width: 200px;
  height: 65px;
  padding: 0;
  margin: 0 0 10px 0;
  }
  
#nav #bn_reserve a {
  height: 65px;
  text-indent: -9999px;
  display: block;
  background: url(../images/bn_reserve.jpg) 0 0 no-repeat;
  }
  
#nav #bn_reserve a:hover { background: url(../images/bn_reserve.jpg) 0 -65px no-repeat; }

#nav #bn_blog a {
  height: 65px;
  text-indent: -9999px;
  display: block;
  background: url(../images/bn_blog.jpg) 0 0 no-repeat;
  }
  
#nav #bn_blog a:hover { background: url(../images/bn_blog.jpg) 0 -65px no-repeat; }

#nav p#nav_title01,
#nav p#nav_title02 {
  height: 30px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  }
  
#nav p#nav_title01 { background: url(../images/nav_clinic.jpg) 0 0 no-repeat; }
#nav p#nav_title02 { background: url(../images/nav_mobile.jpg) 0 0 no-repeat; height: 20px; }

#nav #nav_clinic {
  width: 200px;
  padding: 0 0 10px 0;
  margin: 10px 0 0 0;
  background: url(../images/nav_clinic_bg.jpg) 0 bottom no-repeat;
  }
  
#nav #nav_clinic dl { margin: 5px 0 0 10px; }
#nav #nav_clinic dt { font-weight: bold; }

#nav_bn_clinic,
#nav_bn_mobile {
  width: 150px;
  height: 14px;
  margin: 10px 0 0 25px;
  padding: 0;
  }
  
#nav_bn_clinic a {
  height: 14px;
  display: block;
  text-indent: -9999px;
  background: url(../images/nav_bn_clinic.jpg) 0 0 no-repeat;
  }
#nav_bn_mobile a {
  height: 14px;
  display: block;
  text-indent: -9999px;
  background: url(../images/nav_bn_mobile.jpg) 0 0 no-repeat;
  }
  
#nav_bn_clinic a:hover { background: url(../images/nav_bn_clinic.jpg) 0 -14px no-repeat; }
#nav_bn_mobile a:hover { background: url(../images/nav_bn_mobile.jpg) 0 -14px no-repeat; }

#nav #nav_mobile {
  width: 200px;
  padding: 0;
  margin: 10px 0 0 0;
  }
  


/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 0;
  margin: 0;
  width: 900px;
  height: 40px;  
  background: url(../images/footer_bg.jpg) bottom repeat-x;
  font-size: 85%;
  text-align: center;
  color: #de91a2;
  }
*: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: #f94956;
  }
#footer a:hover { text-decoration: underline; }

#bn_online {
  width: 800px;
  height: 100px;
  margin: 0 0 0 50px;
  padding: 0;
  clear: both;
  }
  
#bn_online a {
  height: 100px;
  display: block;
  text-indent: -9999px;
  background: url(../images/bn_online.jpg) 0 0 no-repeat;
  }

#bn_online a:hover { background: url(../images/bn_online.jpg) 0 -100px no-repeat; }

#footer address { margin: 8px 1em; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 5px 1em 5px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

#content h2 {
  height: 50px;
  text-indent: -9999px;
  margin: 0;
  }
#content h3 {
  clear: both;
  height: 35px;
  text-indent: -9999px;
  }
#content h4 {
  height: 30px;
  text-indent: -9999px;
  }

#content h5 {
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 .3em .3em;
  }

#content ul li {
  list-style: none;
  background: url(../images/li_bg.png) 0 8px 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: #EF821D;
  outline: none;
  }
a:hover { color: #009C8A; }

#content blockquote {
  margin: .5em;
  background: url(../images/blockquote_bg.jpg) top left repeat-y;
  padding: .5em 1em;
  }

.image_l  {
  float: left;
  margin: 0 16px 8px 0;
  }
  
  

.image_r {
  float: right;
  margin: 0 0 8px 16px;
  }

.case {
  margin: 10px 20px;
  background: url(../images/arrow_h.png) center center no-repeat;
  }

.case-narrow {
  margin: 10px 40px;
  background: url(../images/arrow_h.png) 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: 125px;
  height: 20px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  line-height: 1.0;
  float: right;
  background-image: none;
  }
#content ul.totop li a {
  display: block;
  height: 20px;
  background: url(../images/to_top.png) 0 0 no-repeat;
  }
  
 #content ul.totop li a:hover {
  background: url(../images/to_top.png) 0 -20px 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: 1px solid #DCDCDC;
  font-size: 100%;
  color: #666;
  width: 550px;
  margin: 10px 0 0 20px;
  }

#content table th,
#content table td {
  padding: 4px 12px;
  border: 1px solid #DCDCDC;
  }

#tiny
{
	height: 180px;
	overflow: auto;
}




#tiny table,
#tiny table th,
#tiny table td {
  padding: 4px 12px;
  border: none;
  }

#tiny .tn_date{ 
  width: 80px;
	height: auto;
}


#content table th {
  background: #EFEFEF;
  color: #636570;
  width: 130px;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }


.bg_gray {
  border: 1px solid #999999;
  background: #EFEFEF;
  padding: 10px;
  }

.bg_gray ul { margin: 0; }
.bg_gray li { padding-left: 13px; }

.p_orange {
  color: #FF7212;
  font-weight: bold;
  }

/*---------- 07  Index -----------*/
#index #header {
  background: url(../images/index_header.jpg) 0 0 no-repeat;
}

#header p.strange {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  text-indent: 2em;
}

#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; width:600px }

#index #content .section { padding: 10px 0 5px 0; }

#index #content h2 {
  height: 280px;
  margin: 0;
  padding: 0;
  }

#index .ease {
  width: 610px;
  background: url(../images/index_ease_bg.jpg) 0 bottom no-repeat;
  }
  
#index .ease p { margin: 15px; }

#index p.sr_brn01 a{
   width:593px;
   height:116px;
   margin:10px 0 15px -7px;
   padding-bottom:15px;
   background:url(../images/banner_01.jpg) 0 0 no-repeat;
   text-indent:-9999px;
   outline:none;
   display:block;
}

#index p.sr_brn01 a:hover{
   background:url(../images/banner_01_o.jpg) 0 0 no-repeat;

}

* html #index p.sr_brn01 a{
   width:593px;
   height:116px;
    margin:10px 0 15px -7px;
   padding-bottom:0;
   background:url(../images/banner_01.jpg) 0 0 no-repeat;
   text-indent:-9999px;
   outline:none;
}

*:first-child+html #index p.sr_brn01 a{
   width:593px;
   height:116px;
    margin:10px 0 15px -7px;
   padding-bottom:0;
   background:url(../images/banner_01.jpg) 0 0 no-repeat;
   text-indent:-9999px;
   outline:none;
}

.sr_pd{
   padding-bottom:5px;
}

.sr_mrg{
   margin-left:20px;
   
}

.sr_mrg a{
   color:#7d593a;
   font-weight:bold;
}

#index .alpha {
  float: left;
  width: 300px;
  }

#index .beta {
  float: right;
  width: 300px;
	padding-left:5px;
  }
  
#index .alpha01 {
  float: left;
  width: 320px;
  }

#index .beta01 {
  float:right;
  width: 280px;
  }
  
#index .sr_alpha01 {
  float: left;
  width: 300px;
  }

#index .sr_beta01 {
  float:right;
  width: 300px;
  }  


#index .pick_box {
	width: 620px;
	height:360px;
	/*height: 340px;  コメントアウト後、こちらを適用*/
	margin: 15px 0 15px;
	padding: 0;
	float:left;
}

#index #pickup01,
#index #pickup03 {
  margin: 0 5px 5px 0;
	padding: 0;
	float: left;
	height: 100px;
	display: inline;
	overflow:hidden;
  }

#index #pickup02,
#index #pickup04 {
  margin: 0 0 5px 0;
	padding: 0;
	float: left;
	height: 100px;
	display: inline;
	overflow:hidden;
  }

	

  
#index #pickup01 a,
#index #pickup02 a,
#index #pickup03 a,
#index #pickup04 a {
  display: block;
  height: 100px;
	width:300px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
	outline: none;
	overflow:hidden;
	float:left;
  }
 

#index #pickup05 {
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  height: 100px;
  overflow: hidden;
}

#index #pickup05 a {
  display: block;
  height: 100px;
  width: 605px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  outline: none;
  overflow:hidden;
}

  
#index #pickup01 a { background: url(../images/pickup01.jpg) 0 0 no-repeat; }
#index #pickup02 a { background: url(../images/pickup02.jpg) 0 0 no-repeat; } 
#index #pickup03 a { background: url(../images/pickup03.jpg) 0 0 no-repeat; } 
#index #pickup04 a { background: url(../images/pickup04.jpg) 0 0 no-repeat; }
#index #pickup05 a { background: url(../images/pickup05.jpg) 0 0 no-repeat; }

#index #pickup01 a:hover { background: url(../images/pickup01_o.jpg) 0 0 no-repeat; }
#index #pickup02 a:hover { background: url(../images/pickup02_o.jpg) 0 0 no-repeat; } 
#index #pickup03 a:hover { background: url(../images/pickup03_o.jpg) 0 0 no-repeat; } 
#index #pickup04 a:hover { background: url(../images/pickup04_o.jpg) 0 0 no-repeat; }
#index #pickup05 a:hover { background: url(../images/pickup05.jpg) 0 bottom no-repeat; }



#index .alpha01 p {
  margin: 0;
  padding: 0;
  }
  
/*#index .alpha01 dl {
  margin: 0;
  padding: 0;
  width: 330px;
  }
	
#index .alpha01 dt {
  width: 70px;
  padding: 0 0 5px 5px;
  clear:both;
  float: left;
  border: none;
  }
  
#index .alpha01 dd {
  float: left;
  width: 250px;
  padding:5px 0 5px 5px;
  margin-l*/eft: 10px;
  }
	
#index .map {
  float: left;
	width: 620px;
	height:600px;
	display:block;
	clear:both;
  }
      	
	
         

/*---------- 08  Doctor -----------*/
#doctor #header { background: url(../images/doctor_header.jpg) 0 0 no-repeat; }
#doctor h2#title01 { background: url(../images/doctor_h2-01.jpg) 0 0 no-repeat; }
#doctor h3#title02 { background: url(../images/doctor_h3-02.jpg) 0 0 no-repeat; }
#doctor h3#title03 { background: url(../images/doctor_h3-03.jpg) 0 0 no-repeat; }
#doctor h4#title04 { background: url(../images/doctor_h4-04.jpg) 0 0 no-repeat; }
#doctor h4#title05 { background: url(../images/doctor_h4-05.jpg) 0 0 no-repeat; }
#doctor h4#title06 { background: url(../images/doctor_h4-06.jpg) 0 0 no-repeat; }
#doctor h4#title07 { background: url(../images/doctor_h4-07.jpg) 0 0 no-repeat; }
#doctor h4#title08 { background: url(../images/doctor_h4-08.jpg) 0 0 no-repeat; }
#doctor h4#title09 { background: url(../images/doctor_h4-09.jpg) 0 0 no-repeat; }

#doctor .alpha {
  float: left;
  width: 240px;
  }
  
#doctor .beta {
  float: right;
  width: 330px;
  }
  
#doctor .beta ul { margin: 5px; }
#doctor .beta li { padding-left: 15px; }

#doctor .beta h4 { height: 25px; }

/*---------- 10  Clinic -----------*/
#clinic #header { background: url(../images/clinic_header.jpg) 0 0 no-repeat; }
#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 h3#title03 { background: url(../images/clinic_h3-03.jpg) 0 0 no-repeat; }
#clinic h3#title04 { background: url(../images/clinic_h3-04.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 h4#title09 { background: url(../images/clinic_h4-09.jpg) 0 0 no-repeat; }
#clinic h4#title10 { background: url(../images/clinic_h4-10.jpg) 0 0 no-repeat; }
#clinic h4#title11 { background: url(../images/clinic_h4-11.jpg) 0 0 no-repeat; }
#clinic h4#title12 { background: url(../images/clinic_h4-12.jpg) 0 0 no-repeat; }
#clinic h4#title13 { background: url(../images/clinic_h4-13.jpg) 0 0 no-repeat; }

#clinic h4#title14 { background: url(../images/clinic_h4-14.jpg) 0 0 no-repeat; }
#clinic h4#title15 { background: url(../images/clinic_h4-15.jpg) 0 0 no-repeat; }

#clinic table ul { margin: 0; }
#clinic table li { padding-left: 13px;
_padding-top:6px;
vertical-align:top; }

#clinic table .td_bg { background: #EFEFEF;
width:350px; }
#clinic table .td_map { width: 270px; }

#clinic .alpha {
  float: left;
  width: 240px;
  }
  
#clinic .beta {
  float: right;
  width: 330px;
  }
  
#clinic .alpha p {
  margin: 0;
  padding: 0;
  }
  
 
  
  
/*---------- 11  General -----------*/
#general #header { background: url(../images/general_header.jpg) 0 0 no-repeat; }
#general h2#title01 { background: url(../images/general_h2-01.jpg) 0 0 no-repeat; }
#general h3#title02 { background: url(../images/general_h3-02.jpg) 0 0 no-repeat; }
#general h3#title03 { background: url(../images/general_h3-03.jpg) 0 0 no-repeat; }
#general h3#title04 { background: url(../images/general_h3-04.jpg) 0 0 no-repeat; }
#general h3#title05 { background: url(../images/general_h3-05.jpg) 0 0 no-repeat; }
#general h3#title06 { background: url(../images/general_h3-07.jpg) 0 0 no-repeat; }
#general h3#title07 { background: url(../images/general_h3-06.jpg) 0 0 no-repeat; }

#general .bg_gray {
  width: 250px;
  margin-left: 180px;
  }

#general .bg_gray ul { margin: 0; }
#general .bg_gray li { padding-left: 13px; }


/*---------- 12  Perio -----------*/
#perio #header { background: url(../images/perio_header.jpg) 0 0 no-repeat; }
#perio h2#title01 { background: url(../images/perio_h2-01.jpg) 0 0 no-repeat; }
#perio h3#title02 { background: url(../images/perio_h3-02.jpg) 0 0 no-repeat; }
#perio h3#title03 { background: url(../images/perio_h3-03.jpg) 0 0 no-repeat; }
#perio h3#title04 { background: url(../images/perio_h3-04.jpg) 0 0 no-repeat; }
#perio h4#title05 { background: url(../images/perio_h4-05.jpg) 0 0 no-repeat; }
#perio h3#title06 { background: url(../images/perio_h3-05.gif) 0 0 no-repeat; }
#perio h3#title07 { background: url(../images/perio_h3-06.gif) 0 0 no-repeat; }
#perio h3#title08 { background: url(../images/perio_h3-07.gif) 0 0 no-repeat; }


#perio .bg_gray {
  width: 250px;
  margin: 10px 0 0 180px;
  }

#perio dl.o_arw dt{
 background:url(../images/li_bg.png) left bottom no-repeat;
 padding:0 0 0 20px;
 margin-top:10px;
 line-height:1em;
}

.txt_in30{
 margin-left:20px;
}

/*---------- 13  Implant -----------*/
#implant #header { background: url(../images/implant_header.jpg) 0 0 no-repeat; }
#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 h4#title03 { background: url(../images/implant_h4-03.jpg) 0 0 no-repeat; }
#implant h4#title04 { background: url(../images/implant_h4-04.jpg) 0 0 no-repeat; }
#implant h4#title05 { background: url(../images/implant_h4-05.jpg) 0 0 no-repeat; }
#implant h3#title06 { background: url(../images/implant_h3-06.jpg) 0 0 no-repeat; }
#implant h4#title07 { background: url(../images/implant_h4-07.jpg) 0 0 no-repeat; }
#implant h3#title08 { background: url(../images/implant_h3-08.jpg) 0 0 no-repeat; }
#implant h3#title09 { background: url(../images/implant_h3-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; }
#implant h3#title12 { background: url(../images/implant_h3-12.jpg) 0 0 no-repeat; }
#implant h3#title13 { background: url(../images/implant_h3-13.jpg) 0 0 no-repeat; }
#implant h3#title14 { background: url(../images/implant_h3-14.jpg) 0 0 no-repeat; }

#implant #bn_implant_voice01,
#implant #bn_implant_voice02,
#implant #bn_implant_voice03 {
  width: 500px;
  height: 60px;
  margin: 10px 0 0 50px;
  padding: 0;
  }
  
#implant #bn_implant_voice01 a,
#implant #bn_implant_voice02 a,
#implant #bn_implant_voice03 a {
  height: 60px;
  text-indent: -9999px;
  display: block;
  }
  
#implant #bn_implant_voice01 a { background: url(../images/bn_implant_voice01.jpg) 0 0 no-repeat; }
#implant #bn_implant_voice02 a { background: url(../images/bn_implant_voice02.jpg) 0 0 no-repeat; }
#implant #bn_implant_voice03 a { background: url(../images/bn_implant_voice03.jpg) 0 0 no-repeat; }
  
#implant #bn_implant_voice01 a:hover { background: url(../images/bn_implant_voice01.jpg) 0 -60px no-repeat; }
#implant #bn_implant_voice02 a:hover { background: url(../images/bn_implant_voice02.jpg) 0 -60px no-repeat; }
#implant #bn_implant_voice03 a:hover { background: url(../images/bn_implant_voice03.jpg) 0 -60px no-repeat; }

#implant #sr_img09 {

  margin: 20px 0 0 50px;
  padding: 0;
  }


#implant #sr_img10 {
  width: 500px;
  height: 57px;
  margin: 20px 0 0 40px;
  padding: 0;
  }
  
  
  
#implant #sr_brn02 {
  width: 550px;
  height: 90px;
  margin: 20px 0 0 20px;
  padding: 0;
  background:url(../images/banner_02.jpg) 0 0 no-repeat;
  display:block;
  text-indent:-9999px;
  outline:none;
  }  
  
#implant #sr_brn02 {
  background:url(../images/banner_02_o.jpg) 0 0 no-repeat;
  }  

/*---------- 14  Aesthe -----------*/
#aesthe #header { background: url(../images/aesthe_header.jpg) 0 0 no-repeat; }
#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 h4#title05 { background: url(../images/aesthe_h4-05.jpg) 0 0 no-repeat; }
#aesthe h3#title06 { background: url(../images/aesthe_h3-06.jpg) 0 0 no-repeat; }
#aesthe h3#title07 { background: url(../images/aesthe_h3-07.jpg) 0 0 no-repeat; }
#aesthe h4#title08 { background: url(../images/aesthe_h4-06.gif) 0 0 no-repeat; }
#aesthe h4#title09 { background: url(../images/aesthe_h4-07.gif) 0 0 no-repeat; }
#aesthe h3#title10 { background: url(../images/aesthe_h3-08.gif) 0 0 no-repeat; }


.box_line{
 border:solid 1px #999999;
}

.mb30{
 margin-bottom:30px;
}


#aesthe #bn_aesthe_voice01 {
  width: 500px;
  height: 60px;
  margin: 0 0 0 50px;
  padding: 0;
  }
  
#aesthe #bn_aesthe_voice01 a {
  height: 60px;
  text-indent: -9999px;
  display: block;
  background: url(../images/bn_aesthe_voice01.jpg) 0 0 no-repeat;
  }
  
#aesthe #bn_aesthe_voice01 a:hover { background: url(../images/bn_aesthe_voice01.jpg) 0 -60px no-repeat; }

/*---------- 15  Child -----------*/
#child #header { background: url(../images/child_header.jpg) 0 0 no-repeat; }
#child h2#title01 { background: url(../images/child_h2-01.jpg) 0 0 no-repeat; }
#child h3#title02 { background: url(../images/child_h3-02.jpg) 0 0 no-repeat; }
#child h4#title03 { background: url(../images/child_h4-03.jpg) 0 0 no-repeat; }
#child h4#title04 { background: url(../images/child_h4-04.jpg) 0 0 no-repeat; }
#child h3#title05 { background: url(../images/child_h3-05.jpg) 0 0 no-repeat; }
#child h4#title06 { background: url(../images/child_h4-06.jpg) 0 0 no-repeat; }
#child h4#title07 { background: url(../images/child_h4-07.jpg) 0 0 no-repeat; }
#child h3#title08 { background: url(../images/child_h3-08.jpg) 0 0 no-repeat; }
#child h4#title09 { background: url(../images/child_h4-09.jpg) 0 0 no-repeat; }
#child h3#title10 { background: url(../images/child_h3-10.jpg) 0 0 no-repeat; }
#child h4#title11 { background: url(../images/child_h4-11.jpg) 0 0 no-repeat; }
#child h4#title12 { background: url(../images/child_h4-12.jpg) 0 0 no-repeat; }
#child h4#title13 { background: url(../images/child_h4-13.jpg) 0 0 no-repeat; }

#child #bn_child {
  width: 430px;
  height: 90px;
  margin: 0 0 0 100px;
  padding: 0;
  }
  
#child #bn_child a {
  height: 90px;
  display: block;
  text-indent: -9999px;
  background: url(../images/bn_child.jpg) 0 0 no-repeat;
  }

#child #bn_child a:hover { background: url(../images/bn_child.jpg) 0 -90px no-repeat; }

#child .bg_gray {
  width: 400px;
  margin-left: 85px;
  }

#child .bg_gray ul { margin: 0; }
#child .bg_gray li { padding-left: 13px; }


.image_l2  {
  float: left;
  margin: 0 8px 8px 0;
  }

/*---------- 16  Prevent -----------*/
#prevent #header { background: url(../images/prevent_header.jpg) 0 0 no-repeat; }
#prevent h2#title01 { background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }
#prevent h4#title03 { background: url(../images/prevent_h4-03.jpg) 0 0 no-repeat; }
#prevent h4#title04 { background: url(../images/prevent_h4-04.jpg) 0 0 no-repeat; }
#prevent h4#title05 { background: url(../images/prevent_h4-05.jpg) 0 0 no-repeat; }
#prevent h3#title06 { background: url(../images/prevent_h3-06.jpg) 0 0 no-repeat; }
#prevent h4#title07 { background: url(../images/prevent_h4-07.jpg) 0 0 no-repeat; }
#prevent h3#title08 { background: url(../images/prevent_h3-08.jpg) 0 0 no-repeat; }
#prevent h3#title09 { background: url(../images/prevent_h3-09.jpg) 0 0 no-repeat; }
#prevent h4#title10 { background: url(../images/prevent_h4-10.jpg) 0 0 no-repeat; }



/*---------- 17  Price -----------*/
#price #header { background: url(../images/price_header.jpg) 0 0 no-repeat; }
#price h2#title01 { background: url(../images/price_h2-01.jpg) 0 0 no-repeat; }
#price h3#title02 { background: url(../images/price_h3-02.jpg) 0 0 no-repeat; }
#price h4#title03 { background: url(../images/price_h4-03.jpg) 0 0 no-repeat; }
#price h4#title04 { background: url(../images/price_h4-04.jpg) 0 0 no-repeat; }
#price h3#title05 { background: url(../images/price_h3-05.jpg) 0 0 no-repeat; }
#price h4#title06 { background: url(../images/price_h4-06.jpg) 0 0 no-repeat; }
#price h3#title07 { background: url(../images/price_h3-07.jpg) 0 0 no-repeat; }
#price h3#title08 { background: url(../images/price_h3-08.jpg) 0 0 no-repeat; }
#price h4#title09 { background: url(../images/price_h4-09.jpg) 0 0 no-repeat; }
#price h4#title10 { background: url(../images/price_h4-10.jpg) 0 0 no-repeat; }
#price h4#title11 { background: url(../images/price_h4-11.jpg) 0 0 no-repeat; }
#price h3#title12 { background: url(../images/price_h3-12.jpg) 0 0 no-repeat; }

#price #global-nav {
  width: 600px;
  height: 30px;
  margin: 0 0 10px 0;
  padding: 0;
  float: right;
  }
#price #global-nav dt{
  margin: 0;
  padding: 0;
  width: 0;
  height: 30px;
  float: left;
  text-indent: -9999px;
  }



#price #global-nav dd {
  margin: 0;
  padding: 0;
  width: 150px;
  height: 30px;
  float: left;
  text-indent: -9999px;
  }
#price #global-nav dd a {
  display: block;
  height: 30px;
  }
  
  
#global-nav dt { background: url(../images/global_nav.jpg) 0 0 no-repeat; }

#price_nav01 a { background: url(../images/nav_price.jpg) 0 0 no-repeat; }
#price_nav02 a { background: url(../images/nav_price.jpg) -150px 0 no-repeat; }
#price_nav03 a { background: url(../images/nav_price.jpg) -300px 0 no-repeat; }
#price_nav04 a { background: url(../images/nav_price.jpg) -450px 0 no-repeat; }
#price_nav05 a { background: url(../images/nav_price02.jpg) 0 0 no-repeat; }
#price_nav06 a { background: url(../images/nav_price02.jpg) -150px 0 no-repeat; }
#price_nav07 a { background: url(../images/nav_price02.jpg) -300px 0 no-repeat; }
#price_nav08 a { background: url(../images/nav_price02.jpg) -450px 0 no-repeat; }


#price_nav01 a:hover { background: url(../images/nav_price.jpg) 0 -30px no-repeat; }
#price_nav02 a:hover { background: url(../images/nav_price.jpg) -150px -30px no-repeat; }
#price_nav03 a:hover { background: url(../images/nav_price.jpg) -300px -30px no-repeat; }
#price_nav04 a:hover { background: url(../images/nav_price.jpg) -450px -30px no-repeat; }
#price_nav05 a:hover { background: url(../images/nav_price02.jpg) 0 -30px no-repeat; }
#price_nav06 a:hover { background: url(../images/nav_price02.jpg) -150px -30px no-repeat; }
#price_nav07 a:hover { background: url(../images/nav_price02.jpg) -300px -30px no-repeat; }
#price_nav08 a:hover { background: url(../images/nav_price02.jpg) -450px -30px no-repeat; }



#price #content table {
  width: 600px;
  margin: 10px 0 20px 0px;
  }


#price #content .th_material { width: 70px; }
#price #content .th_insurance { width: 20px; }
#price #content .th_indemnit { width: 10px; }
#price #content .th_price { width: 30px; }
#price #content .th_aesthetic { width: 25px; }
#price #content .th_lasting { width: 25px; }
#price #content .th_advantage { width: 180px; }
#price #content .th_drawback { width: 180px; }

#price #content table th,
#price #content table td {
  padding: 2px;
  }

#price #content td ul {
  margin: 0;
  padding: 0;
  width: 176px;
  }

#price #content td p {
  margin: 0;
  padding: 0;
  }

#price #content td li {
  padding-left: 13px;
  line-height: 1.2;
  background: url(../images/li_bg.png) 0 0 no-repeat;
  }

#price #content .th_material01 { 
  background: #FFEDE1;
  color: #FF822E;
  }
  
#price #content .th_material02 { 
  background: #FFFFFF;
  color: #FF822E;
  }
