@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Global-Navigation           */
/*                 05  Navigation                  */
/*                 06  Footer                      */
/*                 07  Contents                    */
/*                 08  Index                       */
/*                 09  Introduction                */
/*                 10  Aesthe                      */
/*                 11  Clinic                      */
/*                 12  Faq_aesthe                  */
/*                 13  Implant                     */
/*                 14  Whats_implant               */
/*                 15  Faq_implant                 */
/*                 16  Perio                       */
/*                 17  Case                        */
/*                 18  Voice                       */
/*                 19  Implant                     */
/*                 19  Dr                          */
/*                 21  Contact                     */
/*                                                 */
/*=======================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-x; }
body#index { background: url(../images/body_bg_index.jpg) top repeat-x; }
#body_bottom { background: url(../images/body_bg02.jpg) bottom repeat-x; }

#wrapper {
  background: url(../images/wrapper_bg.jpg) repeat-y;
  width: 900px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  }

#main {
  margin: 0;
  padding: 0 0 0 10px;
  background: url(../images/main_bg.jpg) repeat-y;
  }

#content {
  width: 650px;
  float: right;
  font-size: 108%;
  line-height: 1.8;
  color: #666;
  background: #fff;
  padding: 10px 0 1em 0;
  }




/*---------- 03  Header -----------*/

#header {
  background: url(../images/header_bg.jpg) 0 0 no-repeat;
  height: 269px;
  width: 900px;
  margin: 0;
  padding: 0;
  }

#index #header {
  background: url(../images/header_bg_index.jpg) 0 0 no-repeat;
  height: 410px;
  width: 900px;
  margin: 0;
  padding: 0;
  }
  
#header #header_p {
  padding: 0;
  margin: 0 0 0 10px;
  height: 25px;
  width: 890px;
  }

#header #header_p p {
  margin: 0;
  padding: 10px 0 0 0;
  }

h1 {
  text-indent: -9999px;
  width: 480px;
  height: 120px;
  float: left;
  margin-top: 110px;
  }
  
#index h1 {
  text-indent: -9999px;
  width: 480px;
  height: 120px;
  float: left;
  margin-top: 253px;
  padding: 0;
  }
  

h1 a {
  display: block;
  width: 480px;
  height: 120px;
  background: url(../images/h1.jpg) 0 0 no-repeat;
  }
  
#index h1 a { background: url(../images/h1_index.jpg) 0 0 no-repeat; }


#header #main_copy {
  width: 390px;
  height: 70px;
  margin: 55px 0 0 0;
  padding: 0;
  display: block;
  float: right;
  text-indent: -9999px;
  }

/*----------04  Global-Navigation -----------*/

#global-nav {
  width: 900px;
  height: 35px;
  margin: 0 0 10px 0;
  padding: 0;
  float: right;
  }
#global-nav dt{
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  float: left;
  text-indent: -9999px;
  }

#global-nav dd {
  margin: 0;
  padding: 0;
  height: 35px;
  float: left;
  text-indent: -9999px;
  }
#global-nav dd a {
  display: block;
  height: 35px;
  }
  
#global-nav #nav01 { width: 500px; background: url(../images/global_nav.jpg) 0 0 no-repeat; }
#global-nav #nav01 a { width: 70px; margin: 0 0 0 430px; }
#global-nav #nav02 { width: 178px; }
#global-nav #nav02 a { width: 178px; }
#global-nav #nav03 { width: 112px; }
#global-nav #nav03 a { width: 112px; }
#global-nav #nav04 { width: 105px; }
#global-nav #nav04 a { width: 105px; }
  
#global-nav dt { background: url(../images/global_nav.jpg) 0 0 no-repeat; }

#nav01 a { background: url(../images/global_nav.jpg) -430px 0 no-repeat; }
#nav02 a { background: url(../images/global_nav.jpg) -500px 0 no-repeat; }
#nav03 a { background: url(../images/global_nav.jpg) -678px 0 no-repeat; }
#nav04 a { background: url(../images/global_nav.jpg) -790px 0 no-repeat; }

#nav01 a:hover { background: url(../images/global_nav.jpg) -430px -35px no-repeat; }
#nav02 a:hover { background: url(../images/global_nav.jpg) -500px -35px no-repeat; }
#nav03 a:hover { background: url(../images/global_nav.jpg) -678px -35px no-repeat; }
#nav04 a:hover { background: url(../images/global_nav.jpg) -790px -35px no-repeat; }

#index #nav01 a { background: url(../images/global_nav.jpg) -430px -35px no-repeat; }
#access #nav02 a { background: url(../images/global_nav.jpg) -500px -35px no-repeat; }
#contact #nav03 a { background: url(../images/global_nav.jpg) -678px -35px no-repeat; }
#sitemap #nav04 a { background: url(../images/global_nav.jpg) -790px -35px no-repeat; }

/*----------05  Navigation -----------*/
#nav {
  width: 230px;
  float: left;
  padding: 0 0 20px 0;
  }

#nav dl,
#nav dt,
#nav dd {
  margin: 0;
  padding: 0;
  list-style: none;
  }
  
#nav .internal dt {
  height: 35px;
  text-indent: -9999px;
  }

#nav .internal dd {
  height: 35px;
  text-indent: -9999px;
  }

#nav .internal dd a {
  display: block;
  height: 30px;
  }
  
#nav .internal #nav05 { height: 33px; }
#nav .internal #nav05 a { height: 25px; }

#nav .internal #nav14 { height: 46px; }
#nav .internal #nav14 a { height: 35px; }

#nav05 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -33px no-repeat; }
#nav07 { background: url(../images/nav.jpg) 0 -68px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -103px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -138px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -173px no-repeat; }
#nav11 { background: url(../images/nav.jpg) 0 -208px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -243px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -278px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -313px no-repeat; }
#nav15 a { background: url(../images/nav.jpg) 0 -359px no-repeat; }
#nav16 a { background: url(../images/nav.jpg) 0 -394px no-repeat; }
#nav17 a { background: url(../images/nav.jpg) 0 -429px no-repeat; }
#nav18 a { background: url(../images/nav.jpg) 0 -464px no-repeat; }

#nav05 a:hover { background: url(../images/nav.jpg) -230px 0 no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -230px -33px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -230px -103px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -230px -138px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -230px -173px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -230px -243px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -230px -278px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -230px -313px no-repeat; }
#nav15 a:hover { background: url(../images/nav.jpg) -230px -359px no-repeat; }
#nav16 a:hover { background: url(../images/nav.jpg) -230px -394px no-repeat; }
#nav17 a:hover { background: url(../images/nav.jpg) -230px -429px no-repeat; }
#nav18 a:hover { background: url(../images/nav.jpg) -230px -464px no-repeat; }

#access #nav05 a { background: url(../images/nav.jpg) -230px 0 no-repeat; }
#introduction #nav06 a { background: url(../images/nav.jpg) -230px -33px no-repeat; }
#aesthe #nav08 a { background: url(../images/nav.jpg) -230px -103px no-repeat; }
#whats_aesthe #nav09 a { background: url(../images/nav.jpg) -230px -138px no-repeat; }
#faq_aesthe #nav10 a { background: url(../images/nav.jpg) -230px -173px no-repeat; }
#implant #nav12 a { background: url(../images/nav.jpg) -230px -243px no-repeat; }
#whats_implant #nav13 a { background: url(../images/nav.jpg) -230px -278px no-repeat; }
#faq_implant #nav14 a { background: url(../images/nav.jpg) -230px -313px no-repeat; }
#case #nav15 a { background: url(../images/nav.jpg) -230px -359px no-repeat; }
#perio #nav16 a { background: url(../images/nav.jpg) -230px -394px no-repeat; }
#voice #nav17 a { background: url(../images/nav.jpg) -230px -429px no-repeat; }
#dr #nav18 a { background: url(../images/nav.jpg) -230px -464px no-repeat; }

#nav p {
  text-align: center;
  margin: 10px 0 0 0;
  }


/*---------- 06  Footer -----------*/

#footer {
  clear: both;
  padding: 0;
  margin: 0;
  height: 65px;
  background: #fff url(../images/body_bg02.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; }

#footer .section {
  width: 225px;
  height: 35px;
  _height: 45px;
  float: right;
  margin: 9px 0 0 0;
  }

#footer address { padding: 23px 0 0 30px; }


/*---------- 07  Contents -----------*/

.section { padding: .5em 10px 1em 15px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
  height: 46px;
  text-indent: -9999px;
  margin: 0 -10px;
  }
#content h3 {
  clear: both;
  height: 38px;
  text-indent: -9999px;
  margin: 0;
  }
#content h4 {
  height: 25px;
  text-indent: -9999px;
  margin: 0 0 10px 0;
  clear: both;
  }

#content h5 {
  height: 25px;
  text-indent: -9999px;
  margin: 0 0 10px 0;
  clear: both;
  }
  
#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; }

#content a { text-decoration: underline; }

a {
  color: #1F00D6;
  outline: none;
  }
a:hover { color: #FF9F9F; }

#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: 130px;
  height: 25px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  line-height: 1.0;
  float: right;
  background-image: none;
  }
#content ul.totop li a {
  display: block;
  height: 25px;
  background: url(../images/to_top.png) 0 0 no-repeat;
  }
  
 #content ul.totop li a:hover {
  background: url(../images/to_top.png) 0 -25px 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 #d0d0ff;
  font-size: 100%;
  color: #666;
  width: 500px;
  margin-left: 40px;
  }

#content table th,
#content table td {
  padding: 4px 12px;
  border: 1px solid #ddddff;
  }

#content table th {
  background: #efefff;
  color: #636570;
  width: 130px;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }


#bn_access {
  width: 620px;
  height: 120px;
  margin: 0;
  padding: 0;
  }
  
#bn_access a {
  width: 620px;
  height: 120px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  background: url(../images/bn_access.jpg) 0 0 no-repeat;
  }
  
#bn_access a:hover { background: url(../images/bn_access.jpg) 0 -120px no-repeat; }

.p_red {
  color: #CC0000;
  font-weight: bold;
  }


/*---------- 08  Index -----------*/
#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 h3#title03 { background: url(../images/index_h3-03.jpg) 0 0 no-repeat; }

#index .section { padding: .5em 10px 1em 10px; }
#index .section .section { padding: .5em 10px 1em 10px; }

#index #content h2 {
  height: 40px;
  text-indent: -9999px;
  margin: 0 0 10px 0;
  }
#index #content h3 {
  clear: both;
  height: 40px;
  text-indent: -9999px;
  margin: 0;
  }
  
#index #pickup01,
#index #pickup02 {
  width: 205px;
  height: 150px;
  margin: 0 5px 0 0;
  float: left;
  }
  
#index #pickup03 {
  width: 205px;
  height: 150px;
  margin: 0;
  float: left;
  }
  
#index #pickup01 a,
#index #pickup02 a,
#index #pickup03 a {
  height: 150px;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  display: block;
  }
  
#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 -150px no-repeat; }
#index #pickup02 a:hover { background: url(../images/pickup02.jpg) 0 -150px no-repeat; }
#index #pickup03 a:hover { background: url(../images/pickup03.jpg) 0 -150px no-repeat; }

#index #index_bn01,
#index #index_bn02 {
  width: 305px;
  height: 80px;
  margin: 0;
  padding: 0;
  float: left;
  }

#index #index_bn01 a,
#index #index_bn02 a {
  height: 80px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  background: url(../images/index_bn01.jpg) 0 0 no-repeat;
  }

#index #index_bn01 a:hover { background: url(../images/index_bn01.jpg) 0 -80px no-repeat; }

#index #index_bn02 { float: right; }
#index #index_bn02 a { background: url(../images/index_bn02.jpg) 0 0 no-repeat; }
#index #index_bn02 a:hover { background: url(../images/index_bn02.jpg) 0 -80px no-repeat; }

#index #index_bn03 {
  width: 625px;
  height: 80px;
  margin: 10px 0 0 0;
  padding: 0;
  }

#index #index_bn03 a {
  height: 80px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  background: url(../images/index_bn03.jpg) 0 0 no-repeat;
  }

#index #index_bn03 a:hover { background: url(../images/index_bn03.jpg) 0 -80px no-repeat; }

#index .index_bg { background: url(../images/index_bg.jpg) bottom right no-repeat; }
#index .index_bg p { width: 520px; }


/*---------- 09  Introduction -----------*/
#introduction #main_copy { background: url(../images/introduction_main_copy.jpg) 0 0 no-repeat; }
#introduction h2#title01 { background: url(../images/introduction_h2-01.jpg) 0 0 no-repeat; }
#introduction h3#title02 { background: url(../images/introduction_h3-02.jpg) 0 0 no-repeat; }
#introduction h4#title03 { background: url(../images/introduction_h4-03.jpg) 0 0 no-repeat; }
#introduction h4#title04 { background: url(../images/introduction_h4-04.jpg) 0 0 no-repeat; }

#introduction .section .section { padding: .5em 0 2em 0; }

#introduction #introduction_bn01,
#introduction #introduction_bn03,
#introduction #introduction_bn05,
#introduction #introduction_bn06 {
  width: 305px;
  height: 50px;
  margin: 0 0 10px 0;
  padding: 0;
  float: left;
  }
  
#introduction #introduction_bn01 a,
#introduction #introduction_bn03 a,
#introduction #introduction_bn05 a,
#introduction #introduction_bn06 a {
  width: 305px;
  height: 50px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  }


#introduction #introduction_bn02,
#introduction #introduction_bn04 {
  width: 305px;
  height: 50px;
  margin: 0 0 10px 0;
  padding: 0;
  float: right;
  }
  
#introduction #introduction_bn02 a,
#introduction #introduction_bn04 a {
  width: 305px;
  height: 50px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  }  
  
#introduction #introduction_bn01 a { background: url(../images/introduction_bn01.jpg) 0 0 no-repeat; }
#introduction #introduction_bn02 a { background: url(../images/introduction_bn02.jpg) 0 0 no-repeat; }
#introduction #introduction_bn03 a { background: url(../images/introduction_bn03.jpg) 0 0 no-repeat; }
#introduction #introduction_bn04 a { background: url(../images/introduction_bn04.jpg) 0 0 no-repeat; }
#introduction #introduction_bn05 a { background: url(../images/introduction_bn05.jpg) 0 0 no-repeat; }
#introduction #introduction_bn06 a { background: url(../images/introduction_bn06.jpg) 0 0 no-repeat; }

#introduction #introduction_bn01 a:hover { background: url(../images/introduction_bn01.jpg) 0 -50px no-repeat; }
#introduction #introduction_bn02 a:hover { background: url(../images/introduction_bn02.jpg) 0 -50px no-repeat; }
#introduction #introduction_bn03 a:hover { background: url(../images/introduction_bn03.jpg) 0 -50px no-repeat; }
#introduction #introduction_bn04 a:hover { background: url(../images/introduction_bn04.jpg) 0 -50px no-repeat; }
#introduction #introduction_bn05 a:hover { background: url(../images/introduction_bn05.jpg) 0 -50px no-repeat; }
#introduction #introduction_bn06 a:hover { background: url(../images/introduction_bn06.jpg) 0 -50px no-repeat; }

/*---------- 10  Aesthe -----------*/
#aesthe #main_copy { background: url(../images/aesthe_main_copy.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 h4#title03 { background: url(../images/aesthe_h4-03.jpg) 0 0 no-repeat; }
#aesthe h3#title04 { background: url(../images/aesthe_h3-04.jpg) 0 0 no-repeat; }

#aesthe dt#dt01 { background: url(../images/aesthe_dt-01.jpg) 0 0 no-repeat; }
#aesthe dt#dt02 { background: url(../images/aesthe_dt-02.jpg) 0 0 no-repeat; }
#aesthe dt#dt03 { background: url(../images/aesthe_dt-03.jpg) 0 0 no-repeat; }
#aesthe dt#dt04 { background: url(../images/aesthe_dt-04.jpg) 0 0 no-repeat; }

#aesthe dt {
  height: 40px;
  text-indent: -9999px;
  }

#aesthe #aesthe_bg { background: url(../images/aesthe_bg.jpg) bottom right no-repeat; }

#aesthe .section .section { padding: .5em 150px 2em 0; }

#aesthe .alpha {
  float: left;
  width: 190px;
  }
  
#aesthe .beta {
  float: right;
  width: 190px;
  }

#aesthe .text_box {
  width: 400px;
  background: #FFF5F5;
  border: 1px solid #FFE9E9;
  padding: 10px 10px;
  margin: 0 0 0 100px;
  }

#aesthe .text_box ul {
  margin: 0;
  }

/*---------- 11  Whats_aesthe -----------*/
#whats_aesthe #main_copy { background: url(../images/whats_aesthe_main_copy.jpg) 0 0 no-repeat; }
#whats_aesthe h2#title01 { background: url(../images/whats_aesthe_h2-01.jpg) 0 0 no-repeat; }
#whats_aesthe h3#title02 { background: url(../images/whats_aesthe_h3-02.jpg) 0 0 no-repeat; }
#whats_aesthe h4#title03 { background: url(../images/whats_aesthe_h4-03.jpg) 0 0 no-repeat; }
#whats_aesthe h4#title04 { background: url(../images/whats_aesthe_h4-04.jpg) 0 0 no-repeat; }

#whats_aesthe table {
  width: 500px;
  border: 1px solid #FFB6B6;
  margin: 0 0 0 55px;
  }
  
#whats_aesthe table th {
  width: 180px;
  border: 1px solid #FFB6B6;
  }
  
#whats_aesthe table td { border: 1px solid #FFB6B6; }

#whats_aesthe table .th_pink {
  background: #FFE6E6;
  color: #FF4848;
  }
  
#whats_aesthe table .td_pink { background: #FFE6E6; }
  
#whats_aesthe table .th_white {
  background: #FFFAFA;
  color: #FF4848;
  }
  
#whats_aesthe table .td_white { background: #FFFAFA; }

#whats_aesthe #whats_aesthe_bn01,
#whats_aesthe #whats_aesthe_bn02 {
  width: 350px;
  height: 50px;
  margin: 0 0 0 150px;
  padding: 0;
  }
  
#whats_aesthe #whats_aesthe_bn01 a,
#whats_aesthe #whats_aesthe_bn02 a {
  width: 350px;
  height: 50px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  }
  
#whats_aesthe #whats_aesthe_bn01 a { background: url(../images/whats_aesthe_bn01.jpg) 0 0 no-repeat; }
#whats_aesthe #whats_aesthe_bn02 a { background: url(../images/whats_aesthe_bn02.jpg) 0 0 no-repeat; }

#whats_aesthe #whats_aesthe_bn01 a:hover { background: url(../images/whats_aesthe_bn01.jpg) 0 -50px no-repeat; }
#whats_aesthe #whats_aesthe_bn02 a:hover { background: url(../images/whats_aesthe_bn02.jpg) 0 -50px no-repeat; }

/*---------- 12  Faq_aesthe -----------*/
#faq_aesthe #main_copy { background: url(../images/faq_aesthe_main_copy.jpg) 0 0 no-repeat; }
#faq_aesthe h2#title01 { background: url(../images/faq_aesthe_h2-01.jpg) 0 0 no-repeat; }
#faq_aesthe h3#title02 { background: url(../images/faq_aesthe_h3-02.jpg) 0 0 no-repeat; }
#faq_aesthe h4#title03 { background: url(../images/faq_aesthe_h4-03.jpg) 0 0 no-repeat; }

#faq_aesthe dt#q1 { background: url(../images/faq_aesthe_dt-01.jpg) 0 0 no-repeat; }
#faq_aesthe dt#q2 { background: url(../images/faq_aesthe_dt-02.jpg) 0 0 no-repeat; }
#faq_aesthe dt#q3 { background: url(../images/faq_aesthe_dt-03.jpg) 0 0 no-repeat; }
#faq_aesthe dt#q4 { background: url(../images/faq_aesthe_dt-04.jpg) 0 0 no-repeat; }
#faq_aesthe dt#q5 { background: url(../images/faq_aesthe_dt-05.jpg) 0 0 no-repeat; }
#faq_aesthe dt#q6 { background: url(../images/faq_aesthe_dt-06.jpg) 0 0 no-repeat; }
#faq_aesthe dt#q7 { background: url(../images/faq_aesthe_dt-07.jpg) 0 0 no-repeat; }
#faq_aesthe dt#q8 { background: url(../images/faq_aesthe_dt-08.jpg) 0 0 no-repeat; }

#faq_aesthe #content dl {
  width: 500px;
  margin: 0 0 0 60px;
  }

#faq_aesthe #content dt {
  width: 500px;
  margin: 0;
  padding: 0;
  height: 40px;
  text-indent: -9999px;
  }
  
#faq_aesthe #content dd {
  background: url(../images/faq_aesthe_dd_bg.jpg) 0 bottom no-repeat;
  margin: 0 0 20px 0;
  padding: 0 10px 10px 40px;
  }
  
#faq_aesthe #faq_aesthe_bn01,
#faq_aesthe #faq_aesthe_bn02 {
  width: 350px;
  height: 50px;
  margin: 0 0 0 150px;
  padding: 0;
  }
  
#faq_aesthe #faq_aesthe_bn01 a,
#faq_aesthe #faq_aesthe_bn02 a {
  width: 350px;
  height: 50px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  }
  
#faq_aesthe #faq_aesthe_bn01 a { background: url(../images/faq_aesthe_bn01.jpg) 0 0 no-repeat; }
#faq_aesthe #faq_aesthe_bn02 a { background: url(../images/faq_aesthe_bn02.jpg) 0 0 no-repeat; }

#faq_aesthe #faq_aesthe_bn01 a:hover { background: url(../images/faq_aesthe_bn01.jpg) 0 -50px no-repeat; }
#faq_aesthe #faq_aesthe_bn02 a:hover { background: url(../images/faq_aesthe_bn02.jpg) 0 -50px no-repeat; }

/*---------- 13  Implant -----------*/
#implant #main_copy { background: url(../images/implant_main_copy.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 dt#dt01 { background: url(../images/implant_dt-01.jpg) 0 0 no-repeat; }
#implant dt#dt02 { background: url(../images/implant_dt-02.jpg) 0 0 no-repeat; }
#implant dt#dt03 { background: url(../images/implant_dt-03.jpg) 0 0 no-repeat; }

#implant dt {
  height: 40px;
  text-indent: -9999px;
  }

#implant #implant_bg { background: url(../images/implant_bg.jpg) bottom right no-repeat; }

#implant .section .section { padding: .5em 150px 2em 0; }


/*---------- 14  Whats_implant -----------*/
#whats_implant #main_copy { background: url(../images/whats_implant_main_copy.jpg) 0 0 no-repeat; }
#whats_implant h2#title01 { background: url(../images/whats_implant_h2-01.jpg) 0 0 no-repeat; }
#whats_implant h3#title02 { background: url(../images/whats_implant_h3-02.jpg) 0 0 no-repeat; }
#whats_implant h4#title03 { background: url(../images/whats_implant_h4-03.jpg) 0 0 no-repeat; }

#whats_implant table {
  width: 500px;
  border: 1px solid #B1ACE8;
  margin: 0 0 0 55px;
  }
  
#whats_implant table th {
  width: 180px;
  border: 1px solid #B1ACE8;
  }
  
#whats_implant table td { border: 1px solid #B1ACE8; }

#whats_implant table .th_blue {
  background: #DFDCF9;
  color: #250EAA;
  }
  
#whats_implant table .td_blue { background: #DFDCF9; }
  
#whats_implant table .th_white {
  background: #FAFBFF;
  color: #250EAA;
  }
  
#whats_implant table .td_white { background: #FAFBFF; }

#whats_implant #whats_implant_bn01,
#whats_implant #whats_implant_bn02 {
  width: 350px;
  height: 50px;
  margin: 0 0 0 150px;
  padding: 0;
  }
  
#whats_implant #whats_implant_bn01 a,
#whats_implant #whats_implant_bn02 a {
  width: 350px;
  height: 50px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  }
  
#whats_implant #whats_implant_bn01 a { background: url(../images/whats_implant_bn01.jpg) 0 0 no-repeat; }
#whats_implant #whats_implant_bn02 a { background: url(../images/whats_implant_bn02.jpg) 0 0 no-repeat; }

#whats_implant #whats_implant_bn01 a:hover { background: url(../images/whats_implant_bn01.jpg) 0 -50px no-repeat; }
#whats_implant #whats_implant_bn02 a:hover { background: url(../images/whats_implant_bn02.jpg) 0 -50px no-repeat; }

/*---------- 15  Faq_implant -----------*/
#faq_implant #main_copy { background: url(../images/faq_implant_main_copy.jpg) 0 0 no-repeat; }
#faq_implant h2#title01 { background: url(../images/faq_implant_h2-01.jpg) 0 0 no-repeat; }
#faq_implant h3#title02 { background: url(../images/faq_implant_h3-02.jpg) 0 0 no-repeat; }
#faq_implant h4#title03 { background: url(../images/faq_implant_h4-03.jpg) 0 0 no-repeat; }

#faq_implant dt#q1 { background: url(../images/faq_implant_dt-01.jpg) 0 0 no-repeat; }
#faq_implant dt#q2 { background: url(../images/faq_implant_dt-02.jpg) 0 0 no-repeat; }
#faq_implant dt#q3 { background: url(../images/faq_implant_dt-03.jpg) 0 0 no-repeat; }
#faq_implant dt#q4 { background: url(../images/faq_implant_dt-04.jpg) 0 0 no-repeat; }
#faq_implant dt#q5 { background: url(../images/faq_implant_dt-05.jpg) 0 0 no-repeat; }
#faq_implant dt#q6 { background: url(../images/faq_implant_dt-06.jpg) 0 0 no-repeat; }

#faq_implant #content dl {
  width: 500px;
  margin: 0 0 0 60px;
  }

#faq_implant #content dt {
  width: 500px;
  margin: 0;
  padding: 0;
  height: 40px;
  text-indent: -9999px;
  }
  
#faq_implant #content dd {
  background: url(../images/faq_implant_dd_bg.jpg) 0 bottom no-repeat;
  margin: 0 0 20px 0;
  padding: 0 10px 10px 40px;
  }
  
#faq_implant #faq_implant_bn01,
#faq_implant #faq_implant_bn02 {
  width: 350px;
  height: 50px;
  margin: 0 0 0 150px;
  padding: 0;
  }
  
#faq_implant #faq_implant_bn01 a,
#faq_implant #faq_implant_bn02 a {
  width: 350px;
  height: 50px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  }
  
#faq_implant #faq_implant_bn01 a { background: url(../images/faq_implant_bn01.jpg) 0 0 no-repeat; }
#faq_implant #faq_implant_bn02 a { background: url(../images/faq_implant_bn02.jpg) 0 0 no-repeat; }

#faq_implant #faq_implant_bn01 a:hover { background: url(../images/faq_implant_bn01.jpg) 0 -50px no-repeat; }
#faq_implant #faq_implant_bn02 a:hover { background: url(../images/faq_implant_bn02.jpg) 0 -50px no-repeat; }

/*---------- 16  Perio -----------*/
#perio #main_copy { background: url(../images/perio_main_copy.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 dt#dt01 { background: url(../images/perio_dt-01.jpg) 0 0 no-repeat; }
#perio dt#dt02 { background: url(../images/perio_dt-02.jpg) 0 0 no-repeat; }

#perio dt {
  height: 40px;
  text-indent: -9999px;
  }

#perio #perio_bg { background: url(../images/perio_bg.jpg) bottom right no-repeat; }

#perio .section .section01 { padding: .5em 150px 2em 0; }


/*---------- 17  Case 保留 -----------*/
#case #main_copy { background: url(../images/case_main_copy.jpg) 0 0 no-repeat; }
#case h2#title01 { background: url(../images/case_h2-01.jpg) 0 0 no-repeat; }
#case h3#title02 { background: url(../images/case_h3-02.jpg) 0 0 no-repeat; }
#case h4#title03 { background: url(../images/case_h4-03.jpg) 0 0 no-repeat; }
#case h5#title04 { background: url(../images/case_h5-04.jpg) 0 0 no-repeat; }
#case h5#title05 { background: url(../images/case_h5-05.jpg) 0 0 no-repeat; }
#case h5#title06 { background: url(../images/case_h5-06.jpg) 0 0 no-repeat; }
#case h4#title07 { background: url(../images/case_h4-07.jpg) 0 0 no-repeat; }
#case h5#title08 { background: url(../images/case_h5-08.jpg) 0 0 no-repeat; }
#case h5#title09 { background: url(../images/case_h5-09.jpg) 0 0 no-repeat; }
#case h4#title10 { background: url(../images/case_h4-10.jpg) 0 0 no-repeat; }
#case h4#title11 { background: url(../images/case_h4-11.jpg) 0 0 no-repeat; }
#case h4#title12 { background: url(../images/case_h4-12.jpg) 0 0 no-repeat; }

#case .aesthe_p_prior {
  background: url(../images/aesthe_p_prior.jpg) 0 0 no-repeat;
  height: 23px;
  text-indent: -9999px;
  margin: 0 0 10px 0;
  padding: 0;
  }
  
#case .aesthe_p_after {
  background: url(../images/aesthe_p_after.jpg) 0 0 no-repeat;
  height: 23px;
  text-indent: -9999px;
  margin: 0 0 10px 0;
  padding: 0;
  }

#case .case_bg01 {
  background: #FFF5F5;
  padding: 10px 20px;
  border: 1px solid #FFE9E9;
  }
  
#case .arrow_b {
  padding: 0 0 50px 0;
  background: url(../images/arrow_b.png) center 95% no-repeat;
  }
  
#case p_prior {
  }

/*---------- 18  Voice -----------*/
#voice #main_copy { background: url(../images/voice_main_copy.jpg) 0 0 no-repeat; }
#voice h2#title01 { background: url(../images/voice_h2-01.jpg) 0 0 no-repeat; }
#voice h3#title02 { background: url(../images/voice_h3-02.jpg) 0 0 no-repeat; }

#voice #content dl {
  width: 500px;
  margin: 0 0 0 60px;
  }
  
#voice #content dt {
  background: #FFF5F5;
  color: #B50000;
  border-bottom: 1px solid #890303;
  padding: 10px;
  }
  
#voice #content dd {
  background: #FFF5F5;
  margin: 0 0 20px 0;
  padding: 10px;
  }
  
/*---------- 19  Dr -----------*/
#dr #main_copy { background: url(../images/dr_main_copy.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#title05 { background: url(../images/dr_h4-05.jpg) 0 0 no-repeat; }
#dr h4#title06 { background: url(../images/dr_h4-06.jpg) 0 0 no-repeat; }

#dr #content .alpha {
  float: left;
  width: 200px;
  }
  
#dr #content .beta {
  float: right;
  width: 420px;
  }
  
#dr #content .alpha p {
  text-align: center;
  }

#dr #content ul {
  margin: 0 0 0 10px;
  line-height: 1.6;
  }

#dr #content .ul_career li {
  background: none;
  padding: 0;
  }
  
#dr #content .ul_career .li01 { margin-left: 20px; }

#dr #content .ul_box {
  width: 390px;
  margin: 0 10px;
  }
  
#dr #content table {
  width: 600px;
  margin: 0 0 0 10px;
  border: 1px solid #CCCCCC;
  }
  
#dr #content .th_year01 {
  width: 80px;
  background: #DFDCF9;
  color: #250EAA;
  border: 1px solid #CCCCCC;
  }

#dr #content .th_year02 {
  width: 80px;
    background: #FFE6E6;
  color: #FF4848;
  border: 1px solid #CCCCCC;
  }
  
#dr #content .th_day01 {
  width: 140px;
  background: #FAFBFF;
  color: #666666;
  }
  
#dr #content .th_day02 {
  width: 140px;
  background: #FFFAFA;
  color: #666666;
  }

/*---------- 20  Access -----------*/
#access #main_copy { background: url(../images/access_main_copy.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 h4#title03 { background: url(../images/access_h4-03.jpg) 0 0 no-repeat; }

#access #content table {
  width: 600px;
  margin: 0 0 10px 10px;
  border: 1px solid #CCCCCC;
  }
  
#access #content th {
  width: 150px;
  background: #DFDCF9;
  color: #250EAA;
  border: 1px solid #CCCCCC;
  }
  
#access #content td {border: 1px solid #CCCCCC; }

#access #map {
  padding: 0;
  margin: 0;
  }
  
/*---------- 21  Contact -----------*/
#contact #main_copy { background: url(../images/contact_main_copy.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 h4#title03 { background: url(../images/contact_h4-03.jpg) 0 0 no-repeat; }
#contact h4#title04 { background: url(../images/contact_h4-04.jpg) 0 0 no-repeat; }

#contact #content table {
  width: 550px;
  margin: 0 0 10px 35px;
  border: 1px solid #CCCCCC;
  }
  
#contact #content th {
  width: 150px;
  background: #DFDCF9;
  color: #250EAA;
  border: 1px solid #CCCCCC;
  }
  
/*---------- 22  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 #content dt {
  border-bottom: 1px solid #4434E2;
  border-left: 4px solid #4434E2;
  padding-left: 10px;
  }

