﻿@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: url(../images/body_bg.jpg) top repeat; }

#wrapper {
  background: url(../images/wrapper_bg.jpg) repeat-y;
  width: 910px;
  margin: 0 auto;
  padding: 0 5px;
  text-align: left;
  }

#main {
  margin: 0;
  padding: 0;
  background: url(../images/main_bg.jpg) repeat-y;
  }

#content {
  width: 630px;
  float: right;
  font-size: 108%;
  line-height: 1.8;
  color: #666;
  padding: 10px 0 1em 0;
  }
  
* html body #index #content { width: 630px; }
  
#index #content {
  width: 600px;
  padding: 10px 30px 1em 0;
  }


/*---------- 03  Header -----------*/

#header {
  height: 315px;
  width: 900px;
  margin: 0;
  padding: 0;
  }
  
#index #header {
  height: 549px;
  width: 900px;
  margin: 0;
  padding: 0;
  }
  
#header .alpha {
  width: 524px;
  float: right;
  }
  
h1 {
  text-indent: -9999px;
  width: 524px;
  height: 70px;
  line-height: 1.0;
  margin: 191px 0 0 0;
  }
h1 a {
  display: block;
  width: 524px;
  height: 70px;
  background: url(../images/h1_content.jpg) 0 0 no-repeat;
  }

#index h1 {
  text-indent: -9999px;
  width: 524px;
  height: 70px;
  line-height: 1.0;
  margin: 306px 0 0 0;
  }
#index h1 a {
  display: block;
  width: 524px;
  height: 70px;
  background: url(../images/h1_index.jpg) 0 0 no-repeat;
  }


#header p.tel {
  position: relative;
  top: 5px;
  left: 670px;
  padding: 0;
  margin: 0;
  width: 230px;
  height: 45px;
  }

#header_nav {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 524px;
  height: 35px;
  }

#header_nav li {
  height: 35px;
  float: left;
  text-indent: -9999px;
  list-style: none;
  margin: 0;
  padding: 0;
  }
#header_nav li a {
  display: block;
  height: 35px;
  }

#nav01 { width: 160px; background: url(../images/header_nav.jpg) 0 0 no-repeat; }
#index #nav01 { width: 160px; background: url(../images/header_nav_index.jpg) 0 0 no-repeat; }
#nav01 a { width: 110px; margin-left: 50px; }
#nav02,
#nav02 a { width: 155px; }
#nav03,
#nav03 a { width: 85px; }
#nav04 { width: 124px; background: url(../images/header_nav.jpg) -400px 0 no-repeat; }
#index #nav04 { width: 124px; background: url(../images/header_nav_index.jpg) -400px 0 no-repeat; }
#nav04 a { width: 110px; }

#nav01 a { background: url(../images/header_nav.jpg) -50px 0 no-repeat; }
#nav02 a { background: url(../images/header_nav.jpg) -160px 0 no-repeat; }
#nav03 a { background: url(../images/header_nav.jpg) -315px 0 no-repeat; }
#nav04 a { background: url(../images/header_nav.jpg) -400px 0 no-repeat; }

#nav01 a:hover { background: url(../images/header_nav.jpg) -50px -35px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.jpg) -160px -35px no-repeat; }
#nav03 a:hover { background: url(../images/header_nav.jpg) -315px -35px no-repeat; }
#nav04 a:hover { background: url(../images/header_nav.jpg) -400px -35px no-repeat; }

#index #nav01 a { background: url(../images/header_nav_index.jpg) -50px 0 no-repeat; }
#index #nav02 a { background: url(../images/header_nav_index.jpg) -160px 0 no-repeat; }
#index #nav03 a { background: url(../images/header_nav_index.jpg) -315px 0 no-repeat; }
#index #nav04 a { background: url(../images/header_nav_index.jpg) -400px 0 no-repeat; }

#index #nav01 a:hover { background: url(../images/header_nav_index.jpg) -50px -35px no-repeat; }
#index #nav02 a:hover { background: url(../images/header_nav_index.jpg) -160px -35px no-repeat; }
#index #nav03 a:hover { background: url(../images/header_nav_index.jpg) -315px -35px no-repeat; }
#index #nav04 a:hover { background: url(../images/header_nav_index.jpg) -400px -35px no-repeat; }


/*----------04  Navigation -----------*/

#nav {
  width: 250px;
  float: left;
  padding: 5px 0 20px 20px;
  }

#nav dl,
#nav dt,
#nav dd {
  width: 230px;
  margin: 0;
  padding: 0;
  }
  
#nav .internal dt {
  height: 43px;
  text-indent: -9999px;
  }

#nav .internal dd {
  height: 45px;
  text-indent: -9999px;
  }

#nav .internal dd a {
  display: block;
  height: 35px;
  }
  
#nav14 { height: 55px; }
#nav14 a { height: 35px; }

#nav .internal #nav15,
#nav .internal #nav16,
#nav .internal #nav17 { height: 70px; }

#nav .internal #nav15 a,
#nav .internal #nav16 a,
#nav .internal #nav17 a { height: 60px; }

#nav05 { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -43px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -88px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -133px no-repeat; }
#nav09 { background: url(../images/nav.jpg) 0 -178px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -221px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -266px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -311px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -356px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -401px no-repeat; }
#nav15 a { background: url(../images/nav.jpg) 0 -456px no-repeat; }
#nav16 a { background: url(../images/nav.jpg) 0 -526px no-repeat; }
#nav17 a { background: url(../images/nav.jpg) 0 -596px no-repeat; }

#nav06 a:hover { background: url(../images/nav.jpg) -230px -43px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -230px -88px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -230px -133px no-repeat; }

#nav14 a:hover { background: url(../images/nav.jpg) -230px -221px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -230px -266px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -230px -311px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -230px -356px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -230px -401px no-repeat; }
#nav15 a:hover { background: url(../images/nav.jpg) -230px -456px no-repeat; }
#nav16 a:hover { background: url(../images/nav.jpg) -230px -526px no-repeat; }
#nav17 a:hover { background: url(../images/nav.jpg) -230px -596px no-repeat; }



/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  height: 50px;
  padding: 0 10px 14px 300px;
  margin: 0;
  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 #footer_tel {
  float: right;
  margin-right: 10px;
  }

#footer address {
  margin: 10px 1em;
  float: left;
  }


/*---------- 06  Contents -----------*/

.section { padding: .5em 25px 1em 0; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }
.right { text-align: right; }

#content h2 {
  height: 45px;
  text-indent: -9999px;
  margin: 0 0 0 40px;
  }
#content h3 {
  clear: both;
  height: 40px;
  text-indent: -9999px;
  margin-left: -10px;
  margin-bottom: 10px;
  }
#content h4 {
  height: 26px;
  text-indent: -9999px;
  }

#content h5 {
  font-size: 124%;
  font-weight: bold;
  margin: 1em 0 .3em .3em;
  padding-left: 5px;
  border-left: 3px solid #FF9064;
  border-bottom: 1px solid #FF9064;
  color: #FF3631;
  }

#content ul li {
  list-style: none;
  background: url(../images/li_bg.png) 0 4px no-repeat;
  padding-left: 20px;
  }
#content ul.olist li {
  background-image: none;
  padding-left: 0;
  }

#content dt {
  font-weight: bold;
  color: #FF6E2E;
  }

#content a { text-decoration: underline; }

a {
  color: #028eaf;
  outline: none;
  }
a:hover { color: #de91a2; }

#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: 160px;
  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 #F2EFE2;
  font-size: 100%;
  color: #666;
  width: 550px;
  margin-left: 20px;
  }

#content table th,
#content table td {
  padding: 4px 12px;
  border: 1px solid #F2EFE2;
  }

#content table th {
  background: #F9F8F2;
  color: #5A3D1C;
  width: 130px;
  }

#content table td {
  vertical-align: top;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }
  
#content .bn_contact {
  width: 550px;
  height: 130px;
  margin: 0;
  padding: 0;
  }
  
#content .bn_contact a {
  width: 550px;
  height: 130px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  background: url(../images/bn_contact.jpg) 0 0 no-repeat;
  }
  
#content .bn_contact a:hover { background: url(../images/bn_contact.jpg) 0 -130px no-repeat; }

#content .p_orange {
  color: #FF6E2E;
  font-weight: bold;
  }
  
#content .bn { padding-left: 40px; }
  
#content .w_100 { width: 100px; }
#content .w_150 { width: 150px; }
#content .w_225 { width: 225px; } 
#content .w_200 { width: 200px; }
#content .w_250 { width: 250px; }

/*---------- 07  Index -----------*/
#index #header { background: url(../images/index_main.jpg) 0 0 no-repeat; }
#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 h4#title03 { background: url(../images/index_h4-03.jpg) 0 0 no-repeat; }
#index h4#title04 { background: url(../images/index_h4-04.jpg) 0 0 no-repeat; }
#index h4#title05 { background: url(../images/index_h4-05.jpg) 0 0 no-repeat; }



#index #content .section { padding: 0; }
#index #content .section p { margin: 0; }

h2 {
  height: 35px;
  text-indent: -9999px;
  margin: 0;
  }
  
#index #content h3 {
  height: 40px;
  margin-left: 0;
  margin-top:15px;
  }
  
#index h4#title04,
#index h4#title05 {
  height: 20px;
  margin-left: 10px;
  }
 
  
#index #pickup {
  padding: 10px 30px 0 30px;
  clear: both;
  height: 170px;
  margin: 0;
  }

#index #pickup01,
#index #pickup02 {
  width: 260px;
  height: 140px;
  margin: 0 30px 0 0;
  padding: 0;
  float: left;
  }

#index #pickup01 a,
#index #pickup02 a,
#index #pickup03 a {
  width: 260px;
  height: 140px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  float: left;
  }
  
#index #pickup03 {
  width: 260px;
  height: 140px;
  margin: 0;
  padding: 0;
  float: left;
  }

  
#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 #pickup01 a:hover { background: url(../images/pickup01.jpg) 0 -140px no-repeat; }
#index #pickup02 a:hover { background: url(../images/pickup02.jpg) 0 -140px no-repeat; }
#index #pickup03 a:hover { background: url(../images/pickup03.jpg) 0 -140px no-repeat; }

#index #content .alpha {
  float: left;
  width: 350px;
  }
  
#index #content .beta {
  float: right;
  width: 230px;
  background: url(../images/h4_bg.jpg) 0 bottom no-repeat;
  }

#index #content dl, {
  margin-left: 0;
  }

#index #content .beta h4#title03 {
  height: 123px;
  }
  
#index #content .beta p { padding: 10px; }

#index #content .beta #index_bn01 {
  width: 180px;
  height: 25px;
  margin: 0 25px 10px 25px;
  padding: 0;
  }
  
#index #content .beta #index_bn01 a {
  width: 180px;
  height: 25px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  display: block;
  background: url(../images/index_bn01.jpg) 0 0 no-repeat;
  }
  
#index #content .beta #index_bn01 a:hover { background: url(../images/index_bn01.jpg) 0 -25px no-repeat; }

#index #content .beta ul {
  margin-left: 10px;
  }
  
#index #content .index_bg {
  background: url(../images/index_bg.jpg) right bottom no-repeat;
  width: 360px;
  margin-bottom: 20px;
  }

#index .pa_100 { padding-right: 100px; } 

/*---------- 08  Whats -----------*/
#whats #header { background: url(../images/whats_main.jpg) 0 0 no-repeat; }
#whats h2#title01 { background: url(../images/whats_h2-01.jpg) 0 0 no-repeat; }
#whats h3#title02 { background: url(../images/whats_h3-02.jpg) 0 0 no-repeat; }
#whats h4#title03 { background: url(../images/whats_h4-03.jpg) 0 0 no-repeat; }
#whats h4#title04 { background: url(../images/whats_h4-04.jpg) 0 0 no-repeat; }
#whats h4#title05 { background: url(../images/whats_h4-05.jpg) 0 0 no-repeat; }
#whats h4#title06 { background: url(../images/whats_h4-06.jpg) 0 0 no-repeat; }

#whats #content .li_box {
  width: 430px;
  margin: 0 0 0 90px;
  border: 1px solid #FFE5DE;
  background: #FFF9F8;
  }
  
#whats #content #bn_whats01{
  width: 550px;
  height: 100px;
  margin: 10px 0 10px 30px;
  padding: 0;
  }
#whats #content #bn_whats02 {
  width: 550px;
  height: 100px;
  margin: 10px 0 10px 30px;
  padding: 0;
  }
  
#whats #content #bn_whats01 a{
  width: 550px;
  height: 100px;
  padding: 0;
  display: block;
  text-indent: -9999px;
  }
#whats #content #bn_whats02 a {
  width: 550px;
  height: 100px;
  padding: 0;
  display: block;
  text-indent: -9999px;
  }
  
#whats #content #bn_whats01 a { background: url(../images/bn_whats01.jpg) 0 0 no-repeat; }
#whats #content #bn_whats02 a { background: url(../images/bn_whats02.jpg) 0 0 no-repeat; }

#whats #content #bn_whats01 a:hover { background: url(../images/bn_whats01.jpg) 0 -100px no-repeat; }
#whats #content #bn_whats02 a:hover { background: url(../images/bn_whats02.jpg) 0 -100px no-repeat; }

/*---------- 09  Whitening -----------*/
#whitening #header { background: url(../images/whitening_main.jpg) 0 0 no-repeat; }
#whitening h2#title01 { background: url(../images/whitening_h2-01.jpg) 0 0 no-repeat; }
#whitening h3#title02 { background: url(../images/whitening_h3-02.jpg) 0 0 no-repeat; }
#whitening h4#title03 { background: url(../images/whitening_h4-03.jpg) 0 0 no-repeat; }
#whitening h4#title04 { background: url(../images/whitening_h4-04.jpg) 0 0 no-repeat; }
#whitening h4#title05 { background: url(../images/whitening_h4-05.jpg) 0 0 no-repeat; }

#whitening .w_100 { width: 100px; }
#whitening .w_225 { width: 225px; }

#whitening #content .p_orange { font-size: 124%; }

#whitening #content .section01 { padding: .5em 25px 1em 80px; }

#whitening #content .li_box {
  width: 460px;
  height: 230px;
  margin: 0;
  padding: 0 10px 10px 10px;
  background: url(../images/paper_bg02.jpg) 0 0 no-repeat;
  }
  
#whitening #content .li_box ul {
  width: 350px;
  padding: 70px 0 0 20px;
  }

/*---------- 10  Perio -----------*/
#perio #header { background: url(../images/perio_main.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 h4#title03 { background: url(../images/perio_h4-03.jpg) 0 0 no-repeat; }
#perio h4#title04 { background: url(../images/perio_h4-04.jpg) 0 0 no-repeat; }
#perio h4#title05 { background: url(../images/perio_h4-05.jpg) 0 0 no-repeat; }
#perio h4#title06 { background: url(../images/perio_h4-06.jpg) 0 0 no-repeat; }

#perio .p_box01 {
  border: 1px solid #D3CEBA;
  background: #FCFBF5;
  padding: 10px;
  margin: 0 0 20px 50px;
  width: 430px;
  }
  
#perio .p_box02 {
  border: 1px solid #FCECE8;
  background: #FFF9F8;
  padding: 10px;
  margin: 0 0 20px 50px;
  width: 430px;
  }

/*---------- 11  Ortho -----------*/
#ortho #header { background: url(../images/ortho_main.jpg) 0 0 no-repeat; }
#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 h4#title03 { background: url(../images/ortho_h4-03.jpg) 0 0 no-repeat; }
#ortho h4#title04 { background: url(../images/ortho_h4-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 #content .li_box {
  width: 460px;
  height: 230px;
  margin: 0 0 0 50px;
  padding: 0 10px 10px 10px;
  background: url(../images/paper_bg.jpg) 0 0 no-repeat;
  }
  
#ortho #content .li_box ul {
  padding-top: 70px;
  }
  
#ortho #content .li_box li { background: none; }

/*---------- 12  Filled -----------*/
#filled #header { background: url(../images/filled_main.jpg) 0 0 no-repeat; }
#filled h2#title01 { background: url(../images/filled_h2-01.jpg) 0 0 no-repeat; }
#filled h3#title02 { background: url(../images/filled_h3-02.jpg) 0 0 no-repeat; }
#filled h4#title03 { background: url(../images/filled_h4-03.jpg) 0 0 no-repeat; }
#filled h4#title04 { background: url(../images/filled_h4-04.jpg) 0 0 no-repeat; }
#filled h4#title05 { background: url(../images/filled_h4-05.jpg) 0 0 no-repeat; }
#filled h4#title06 { background: url(../images/filled_h4-06.jpg) 0 0 no-repeat; }
#filled h4#title07 { background: url(../images/filled_h4-07.jpg) 0 0 no-repeat; }

#filled .p_box {
  border: 1px solid #D3CEBA;
  background: #FCFBF5;
  padding: 10px;
  margin: 0 0 20px 40px;
  width: 450px;
  clear: both;
  }
  
/*---------- 13  Front -----------*/
#front #header { background: url(../images/front_main.jpg) 0 0 no-repeat; }
#front h2#title01 { background: url(../images/front_h2-01.jpg) 0 0 no-repeat; }
#front h3#title02 { background: url(../images/front_h3-02.jpg) 0 0 no-repeat; }
#front h4#title03 { background: url(../images/front_h4-03.jpg) 0 0 no-repeat; }
#front h4#title04 { background: url(../images/front_h4-04.jpg) 0 0 no-repeat; }
#front h4#title05 { background: url(../images/front_h4-05.jpg) 0 0 no-repeat; }
#front h4#title06 { background: url(../images/front_h4-06.jpg) 0 0 no-repeat; }
#front h4#title07 { background: url(../images/front_h4-07.jpg) 0 0 no-repeat; }
#front h4#title08 { background: url(../images/front_h4-08.jpg) 0 0 no-repeat; }
#front h4#title09 { background: url(../images/front_h4-09.jpg) 0 0 no-repeat; }
#front h4#title10 { background: url(../images/front_h4-10.jpg) 0 0 no-repeat; }
#front h4#title11 { background: url(../images/front_h4-11.jpg) 0 0 no-repeat; }
#front h3#title12 { background: url(../images/front_h3-12.jpg) 0 0 no-repeat; }
#front h3#title13 { background: url(../images/front_h3-13.jpg) 0 0 no-repeat; }

#front h4#title04,
#front h4#title05 { height: 40px; }

#front .p_box01 {
  padding: 10px;
  margin: 0 0 20px 40px;
  width: 450px;
  clear: both;
  }
  
#front .p_box02 {
  border: 1px solid #D3CEBA;
  background: #FCFBF5;
  padding: 10px;
  margin: 0 0 20px 40px;
  width: 450px;
  clear: both;
  }
 
#front .p_box01 {
  border: 1px solid #D3CEBA;
  background: #FCFBF5;
  padding: 10px;
  margin: 0 0 20px 50px;
  width: 430px;
  }
  
#front .p_box02 {
  border: 1px solid #FCECE8;
  background: #FFF9F8;
  padding: 10px;
  margin: 0 0 20px 50px;
  width: 430px;
  }
 
#front #content dl {
  border: 1px solid #F2EFE2;
  margin-bottom: 20px;
  }

#front #content dt {
  height: 50px;
  margin: 0;
  padding: 10px 0 0 50px;
  background: url(../images/faq_dt.jpg) 0 0 no-repeat;
  border-bottom: 1px dotted #F2EFE2;
  vertical-align: middle;
  }
  
#front #content dd {
  margin: 0;
  padding: 10px 0 0 50px;
  background: url(../images/faq_dd.jpg) 0 0 no-repeat;
  }

/*---------- 14  Esthe -----------*/
#esthe #header { background: url(../images/esthe_main.jpg) 0 0 no-repeat; }
#esthe h2#title01 { background: url(../images/esthe_h2-01.jpg) 0 0 no-repeat; }
#esthe h3#title02 { background: url(../images/esthe_h3-02.jpg) 0 0 no-repeat; }
#esthe h4#title03 { background: url(../images/esthe_h4-03.jpg) 0 0 no-repeat; }
#esthe h4#title04 { background: url(../images/esthe_h4-04.jpg) 0 0 no-repeat; }
#esthe dt#q01 { background: url(../images/esthe_h4-05.jpg) 0 0 no-repeat; }
#esthe dt#q02 { background: url(../images/esthe_h4-06.jpg) 0 0 no-repeat; }
#esthe dt#q03 { background: url(../images/esthe_h4-07.jpg) 0 0 no-repeat; }
#esthe dt#q04 { background: url(../images/esthe_h4-08.jpg) 0 0 no-repeat; }
#esthe dt#q05 { background: url(../images/esthe_h4-09.jpg) 0 0 no-repeat; }

#esthe #content dt {
  font-size: 124%;
  font-weight: bold;
  margin: 1em 0 .3em .3em;
  padding-left: 5px;
  border-left: 3px solid #FF9064;
  border-bottom: 1px solid #FF9064;
  color: #FF3631;
  }
  
#esthe dl.qanda {
  width: 550px;
  margin-left: 20px;
  }
  
#esthe #content dt#q01,
#esthe #content dt#q02,
#esthe #content dt#q03,
#esthe #content dt#q04,
#esthe #content dt#q05 {
  height: 50px;
  text-indent: -9999px;
  border: none;
  margin: 0;
  }
  
#esthe #content dd.ans {
  background: url(../images/esthe_a-bg.jpg) 0 bottom no-repeat;
  margin: 0 0 20px 0;
  padding: 5px 10px 10px 55px;
  }
.point{
	color:#FF0000;
	font-weight:bold;
}
#esthe .box{
	width:500px;
	margin:0 50px;
}

/*---------- 15  Implant -----------*/
#implant #header { background: url(../images/implant_main.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 h4#title06 { background: url(../images/implant_h4-06.jpg) 0 0 no-repeat; margin-top:20px; }
#implant h4#title07 { background: url(../images/implant_h4-07.jpg) 0 0 no-repeat; margin-top:20px; }
#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 #content .implant_th {
  background: #FFE5DE;
  color: #FF3333;
  }
  
#implant #content .implant_td {
  background: #FFF9F8;
  }
#implant .p_box01 {
  border: 1px solid #D3CEBA;
  background: #FCFBF5;
  padding: 10px;
  margin: 0 0 0 50px;
  width: 430px;
  }
#implant .ban_pmtc a{
	width:300px; 
	height:40px;
	display:block;
	text-indent:-9999px;
	float:right;
	margin:10px 0;
	background:url(../images/ban_pmtc.jpg);
}
#implant .ban_pmtc a:hover{
	background-position:0 100%;
}

/*---------- 16  Prevent -----------*/
#prevent #header { background: url(../images/prevent_main.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 #content .p_box {
  border: 1px solid #D3CEBA;
  background: #FCFBF5;
  padding: 10px;
  margin: 0 0 20px 40px;
  width: 450px;
  clear: both;
  }
  
/*---------- 17  Dr -----------*/
#dr #header { background: url(../images/dr_main.jpg) 0 0 no-repeat; }
#dr h2#title01 { background: url(../images/dr_h2-01.jpg) 0 0 no-repeat; }
#dr h3#title02 { background: url(../images/dr_h3-02.jpg) 0 0 no-repeat; }
#dr h4#title03 { background: url(../images/dr_h4-03.jpg) 0 0 no-repeat; }
#dr h4#title04 { background: url(../images/dr_h4-04.jpg) 0 0 no-repeat; }

#dr h4#title03,
#dr h4#title04 { height: 50px; }

#dr #content .alpha {
  width: 250px;
  float: left;
  }
  
#dr #content .beta {
  width: 340px;
  float: right;
  }
  
#dr #content .beta dl {
  margin-left: 10px;
  }
  
/*---------- 18  Faq -----------*/
#faq #header { background: url(../images/faq_main.jpg) 0 0 no-repeat; }
#faq h2#title01 { background: url(../images/faq_h2-01.jpg) 0 0 no-repeat; }
#faq h3#title02 { background: url(../images/faq_h3-02.jpg) 0 0 no-repeat; }

#faq #content dl {
  border: 1px solid #F2EFE2;
  margin-bottom: 20px;
  }

#faq #content dt {
  height: 50px;
  margin: 0;
  padding: 10px 0 0 50px;
  background: url(../images/faq_dt.jpg) 0 0 no-repeat;
  border-bottom: 1px dotted #F2EFE2;
  vertical-align: middle;
  }
  
#faq #content dd {
  margin: 0;
  padding: 10px 0 0 50px;
  background: url(../images/faq_dd.jpg) 0 0 no-repeat;
  }
  
/*---------- 19  Cost -----------*/
#cost #header { background: url(../images/cost_main.jpg) 0 0 no-repeat; }
#cost h2#title01 { background: url(../images/cost_h2-01.jpg) 0 0 no-repeat; }
#cost h3#title02 { background: url(../images/cost_h3-02.jpg) 0 0 no-repeat; }
#cost h4#title03 { background: url(../images/cost_h4-03.jpg) 0 0 no-repeat; }

#cost #content table,
#cost #content td,
#cost #content th {
  border: 1px solid #A09A7F;
  }

#cost #content .w_200 {
  background: #FFF4F0;
  color: #FF9064;
  } 

#cost #content .w_100 {
  background: #F2EFE2;
  color: #5A3D1C;
  }
  
#cost #content .w_250 { text-align: right; }

/*---------- 20  Access -----------*/
#access #header { background: url(../images/access_main.jpg) 0 0 no-repeat; }
#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; } 

/*---------- 21  Contact -----------*/
#contact #header { background: url(../images/contact_main.jpg) 0 0 no-repeat; }
#contact h2#title01 { background: url(../images/contact_h2-01.jpg) 0 0 no-repeat; }
#contact h3#title02 { background: url(../images/contact_h3-02.jpg) 0 0 no-repeat; }

#contact table {
  margin-left: 20px;
  font-size: 100%;
  }

#contact textarea {
  width: 350px;
  height: 120px;
  font-size: 100%;

  }
  
#contact button {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }
