@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/contents_body_bg.jpg) top repeat-x #FFFFFF; }
#index { background: url(../images/body_bg.jpg) top repeat-x #FFFFFF; }

#wrapper {
  background: url(../images/wrapper_bg.jpg) repeat-y;
  width: 800px;
  margin: 0 auto;
  padding: 0 5px;
  text-align: left;
  }
  
*html body #wrapper { width: 810px; }

#main {
  margin: 15px 0 0 0;
  background: url(../images/main_bg.jpg) repeat-y;
  }

#content {
  width: 590px;
  float: right;
  font-size: 100%;
  line-height: 1.6;
  color: #666;
  background: #fff;
  padding: 0 0 1em 0;
  }


/*---------- 03  Header -----------*/

#index #header {
  background: url(../images/header_bg.jpg) 0 0 no-repeat;
  height: 465px;
  width: 800px;
  margin: 0;
  padding: 0;
  }
  
#header {
  background: url(../images/header_bg.jpg) 0 0 no-repeat;
  height: 155px;
  width: 800px;
  margin: 0;
  padding: 0;
  }

h1 {
  text-indent: -9999px;
  width: 350px;
  height: 60px;
  line-height: 1.0;
  float: left;
  }
h1 a {
  display: block;
  width: 350px;
  height: 60px;
  background: url(../images/h1.jpg) 0 0 no-repeat;
  }

#header .section {
  width: 201px;
  float: right;
  margin: 0;
  padding: 0;
  }

#header p.tel {
  margin: 0;
  padding: 0;
  height: 40px;
  }
#header p.tel img { display: block; }

#header_nav {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 201px;
  height: 20px;
  }

#header_nav li {
  height: 20px;
  float: left;
  text-indent: -9999px;
  list-style: none;
  margin: 0;
  padding: 0;
  }
#header_nav li a {
  display: block;
  height: 20px;
  }

#nav01 { width: 100px; }
#nav02 { width: 100px; }

#nav01 a {
  background: url(../images/header_nav.jpg) 0 0 no-repeat;
  width: 100px;
  }
#nav02 a {
  background: url(../images/header_nav.jpg) -100px 0 no-repeat;
  width: 100px;
  }

#nav01 a:hover {
  background: url(../images/header_nav.jpg) 0 -20px no-repeat;
  width: 100px;
  }
#nav02 a:hover {
  background: url(../images/header_nav.jpg) -100px -20px no-repeat;
  width: 100px;
  }
  
#header .main_img {
  margin: 0;
  padding: 0;
  }

/*----------04  Navigation -----------*/

#nav {
  width: 200px;
  float: left;
  padding: 0 0 20px 10px;
  margin: 0;
  
  }

* html body #nav { width: 210px; }

#nav ul,
#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav .internal li,
#nav .internal02 li,
#nav .internal03 li {
  height: 30px;
  text-indent: -9999px;
  }


#nav .internal li a,
#nav .internal02 li a,
#nav .internal03 li a {
  display: block;
  height: 30px;
  }
 
#nav #nav14,
#nav #nav14 a { 
  height: 31px;
  } 
  
#nav #nav_title01 {
  height: 31px;
  background: url(../images/nav.jpg) 0 0 no-repeat;
  text-indent: -9999px;
  }
  
#nav #nav_title02 {
  height: 50px;
  background: url(../images/nav.jpg) 0 -181px no-repeat;
  text-indent: -9999px;
  }
 
#nav #nav_title03 {
  height: 50px;
  background: url(../images/nav.jpg) 0 -321px no-repeat;
  text-indent: -9999px;
  }

#nav03 a { background: url(../images/nav.jpg) 0 -31px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -61px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -91px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -121px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -151px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -231px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -261px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -291px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -371px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -401px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -431px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -461px no-repeat; }


#nav03 a:hover { background: url(../images/nav.jpg) -200px -31px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -200px -61px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -200px -91px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -200px -121px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -200px -151px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -200px -231px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -200px -261px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -200px -291px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -200px -371px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -200px -401px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -200px -431px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -200px -461px no-repeat; }

#denture #nav03 a { background: url(../images/nav.jpg) -200px -31px no-repeat; }
#denture_insurance #nav04 a { background: url(../images/nav.jpg) -200px -61px no-repeat; }
#denture_metal #nav05 a { background: url(../images/nav.jpg) -200px -91px no-repeat; }
#denture_look #nav06 a { background: url(../images/nav.jpg) -200px -121px no-repeat; }
#denture_trouble #nav07 a { background: url(../images/nav.jpg) -200px -151px no-repeat; }
#teeth_color #nav08 a { background: url(../images/nav.jpg) -200px -231px no-repeat; }
#teeth_silver #nav09 a { background: url(../images/nav.jpg) -200px -261px no-repeat; }
#teeth_line #nav10 a { background: url(../images/nav.jpg) -200px -291px no-repeat; }
#select #nav11 a { background: url(../images/nav.jpg) -200px -371px no-repeat; }
#case #nav12 a { background: url(../images/nav.jpg) -200px -401px no-repeat; }
#dr #nav13 a { background: url(../images/nav.jpg) -200px -431px no-repeat; }
#access #nav14 a { background: url(../images/nav.jpg) -200px -461px no-repeat; }


#nav p { text-align: center; }

#nav .bn_contact {
  width: 200px;
  height: 50px;
  margin: 10px 0;
  padding: 0;
  }
  
#nav .bn_contact a {
  display: block;
  height: 50px;
  text-indent: -9999px;
  background: url(../images/bn_contact.jpg) 0 0 no-repeat;
  }
  
#nav .bn_contact a:hover {
  background: url(../images/bn_contact.jpg) 0 -50px no-repeat;
  }

/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 25px 0 14px 0;
  margin: 0;
  background: #fff url(../images/footer_bg.jpg) top repeat-x;
  font-size: 85%;
  text-align: left;
  color: #000000;
  }
*: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: #000000;
  }
#footer a:hover { text-decoration: underline; }

#footer ul { 
  list-style: none;
  margin: 0 1em 2px 1em;
  padding: 0;
  clear: both;
  }

#footer ul li {
  display: inline;
  margin: 0;
  padding: 0;
  }

#footer address {
  margin: 8px 1em;
  color: #009900;
  }


/*---------- 06  Contents -----------*/

.section { padding: .5em 25px 1em 25px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
  height: 40px;
  text-indent: -9999px;
  margin: 0 15px;
  }
#content h3 {
  clear: both;
  height: 25px;
  text-indent: -9999px;
  margin-left: -10px;
  }
#content h4 {
  height: 20px;
  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 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: #009900;
  outline: none;
  }
a:hover { color: #67CE67; }

#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;
  margin: 0;
  padding: 0;
  }

#content ul.totop li {
  list-style: none;
  width: 70px;
  height: 15px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  line-height: 1.0;
  }
#content ul.totop li a {
  display: block;
  height: 15px;
  background: url(../images/to_top.png) 0 0 no-repeat;
  }

#content ul.totop li a:hover {
  background: url(../images/to_top.png) 0 -15px 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 #BCD398;
  font-size: 100%;
  color: #666;
  width: 500px;
  margin: 10px 0 0 20px;
  }

#content table th,
#content table td {
  padding: 4px 12px;
  border: 1px solid #BCD398;
  }

#content table th {
  background: #DAE8C4;
  color: #246100;
  width: 120px;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }


.red {
  color: #FF0000;
  }


/*---------- 07  Index -----------*/
#index h2#title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }
#index h2#title02 { background: url(../images/index_h2-02.jpg) 0 0 no-repeat; }
#index h2#title03 { background: url(../images/index_h2-03.jpg) 0 0 no-repeat; }

#index #content .section .section { padding: .1em 10px 1em 10px; }

#index #content h2 {
  height: 35px;
  text-indent: -9999px;
  margin: 0;
  }
 
#index .alpha,   
#index .beta {   
    float: left;   
    margin: 0 5px 10px 0;   
    }   
#index .gamma {   
    float: left;   
    margin: 0 0 10px 0;   
    }

#index .pickup01 {
  width: 170px;
  height: 120px;
  margin: 10px 0;
  padding: 0;
  }
  
#index .pickup01 a {
  display: block;
  height: 120px;
  text-indent: -9999px;
  background: url(../images/pickup01.jpg) 0 0 no-repeat;
  }
  
#index .pickup01 a:hover {
  background: url(../images/pickup01.jpg) 0 -120px no-repeat;
  }
  
#index .pickup02 {
  width: 170px;
  height: 120px;
  margin: 10px 0;
  padding: 0;
  }
  
#index .pickup02 a {
  display: block;
  height: 120px;
  text-indent: -9999px;
  background: url(../images/pickup02.jpg) 0 0 no-repeat;
  }
  
#index .pickup02 a:hover {
  background: url(../images/pickup02.jpg) 0 -120px no-repeat;
  }

#index .pickup03 {
  width: 170px;
  height: 120px;
  margin: 10px 0;
  padding: 0;
  }
  
#index .pickup03 a {
  display: block;
  height: 120px;
  text-indent: -9999px;
  background: url(../images/pickup03.jpg) 0 0 no-repeat;
  }
  
#index .pickup03 a:hover {
  background: url(../images/pickup03.jpg) 0 -120px no-repeat;
  }

#index .alpha01 {
  float: left;
  width: 200px;
  }
  
#index .beta01 {
  float: right;
  width: 320px;
  }
  
#index dl {
  line-height: 1.0;
  margin: 0;
  }  
 
#index dt {
  font-weight: normal;
  clear: both;
  color: #009900;
  }
  
#index dd {
  float: left;
  }
  
#index dt {   
 float:left;   
 width: 60px;   
 padding:5px 0 5px 5px;   
 clear:both;   
}
   
#index dd {   
 width:230px;   
 margin-left:5px;   
 padding:5px 5px 5px 10px;   
} 

/*---------- 08  Denture -----------*/
#denture h2#title01 { background: url(../images/denture_h2-01.jpg) 0 0 no-repeat; }
#denture h3#title02 { background: url(../images/denture_h3-02.jpg) 0 0 no-repeat; }
#denture h4#title03 { background: url(../images/denture_h4-03.jpg) 0 0 no-repeat; }
#denture h4#title04 { background: url(../images/denture_h4-04.jpg) 0 0 no-repeat; }


/*---------- 09  Denture_insurance -----------*/
#denture_insurance h2#title01 { background: url(../images/denture_insurance_h2-01.jpg) 0 0 no-repeat; }
#denture_insurance h3#title02 { background: url(../images/denture_insurance_h3-02.jpg) 0 0 no-repeat; }
#denture_insurance h3#title03 { background: url(../images/denture_insurance_h3-03.jpg) 0 0 no-repeat; }
#denture_insurance h4#title04 { background: url(../images/denture_insurance_h4-04.jpg) 0 0 no-repeat; }
#denture_insurance h4#title05 { background: url(../images/denture_insurance_h4-05.jpg) 0 0 no-repeat; }

#denture_insurance #denture_insurance_bn p {
  width: 530px;
  height: 60px;
  margin: 10px 0;
  padding: 0;
  }
  
#denture_insurance #denture_insurance_bn a {
  display: block;
  height: 60px;
  text-indent: -9999px;
  }
  
#denture_insurance #denture_insurance_bn01 a { background: url(../images/denture_insurance_bn01.jpg) 0 0 no-repeat; }
#denture_insurance #denture_insurance_bn02 a { background: url(../images/denture_insurance_bn02.jpg) 0 0 no-repeat; }
#denture_insurance #denture_insurance_bn03 a { background: url(../images/denture_insurance_bn03.jpg) 0 0 no-repeat; }
#denture_insurance #denture_insurance_bn04 a { background: url(../images/denture_insurance_bn04.jpg) 0 0 no-repeat; }
  
#denture_insurance #denture_insurance_bn01 a:hover { background: url(../images/denture_insurance_bn01.jpg) 0 -60px no-repeat; }
#denture_insurance #denture_insurance_bn02 a:hover { background: url(../images/denture_insurance_bn02.jpg) 0 -60px no-repeat; }
#denture_insurance #denture_insurance_bn03 a:hover { background: url(../images/denture_insurance_bn03.jpg) 0 -60px no-repeat; }
#denture_insurance #denture_insurance_bn04 a:hover { background: url(../images/denture_insurance_bn04.jpg) 0 -60px no-repeat; }
  

  
/*---------- 10  Denture_metal -----------*/
#denture_metal h2#title01 { background: url(../images/denture_metal_h2-01.jpg) 0 0 no-repeat; }
#denture_metal h3#title02 { background: url(../images/denture_metal_h3-02.jpg) 0 0 no-repeat; }
#denture_metal h4#title03 { background: url(../images/denture_metal_h4-03.jpg) 0 0 no-repeat; }
#denture_metal h4#title04 { background: url(../images/denture_metal_h4-04.jpg) 0 0 no-repeat; }
#denture_metal h4#title05 { background: url(../images/denture_metal_h4-05.jpg) 0 0 no-repeat; }
#denture_metal h4#title06 { background: url(../images/denture_metal_h4-06.jpg) 0 0 no-repeat; }
#denture_metal h4#title07 { background: url(../images/denture_metal_h4-07.jpg) 0 0 no-repeat; }
#denture_metal h4#title08 { background: url(../images/denture_metal_h4-08.jpg) 0 0 no-repeat; }

#denture_metal .border_top {
  border-top: 3px solid #BFD9C9;
  }
  
  
/*---------- 11  Denture_look -----------*/
#denture_look h2#title01 { background: url(../images/denture_look_h2-01.jpg) 0 0 no-repeat; }
#denture_look h3#title02 { background: url(../images/denture_look_h3-02.jpg) 0 0 no-repeat; }
#denture_look h4#title03 { background: url(../images/denture_look_h4-03.jpg) 0 0 no-repeat; }
#denture_look h4#title04 { background: url(../images/denture_look_h4-04.jpg) 0 0 no-repeat; }
#denture_look h4#title05 { background: url(../images/denture_look_h4-05.jpg) 0 0 no-repeat; }
#denture_look h4#title06 { background: url(../images/denture_look_h4-06.jpg) 0 0 no-repeat; }
#denture_look h4#title07 { background: url(../images/case_h4-05.jpg) 0 0 no-repeat; }
#denture_look h4#title08 { background: url(../images/denture_look_h4-08.jpg) 0 0 no-repeat; }
#denture_look h4#title09 { background: url(../images/denture_look_h4-07.jpg) 0 0 no-repeat; }

#denture_look .border_top {
  border-top: 3px solid #BFD9C9;
  }
  
/*---------- 12  Denture_look -----------*/
#denture_trouble h2#title01 { background: url(../images/denture_trouble_h2-01.jpg) 0 0 no-repeat; }
#denture_trouble h3#title02 { background: url(../images/denture_trouble_h3-02.jpg) 0 0 no-repeat; }

#denture_trouble #denture_trouble_bn p {
  width: 530px;
  height: 50px;
  margin: 10px 0;
  padding: 0;
  }
#denture_trouble #denture_trouble_bn a { 
  display: block;
  height: 50px;
  text-indent: -9999px;
  }

#denture_trouble #denture_trouble_bn01 a { background: url(../images/denture_trouble_bn01.jpg) 0 0 no-repeat; }
#denture_trouble #denture_trouble_bn02 a { background: url(../images/denture_trouble_bn02.jpg) 0 0 no-repeat; }
#denture_trouble #denture_trouble_bn03 a { background: url(../images/denture_trouble_bn03.jpg) 0 0 no-repeat; }  
#denture_trouble #denture_trouble_bn04 a { background: url(../images/denture_trouble_bn04.jpg) 0 0 no-repeat; }
#denture_trouble #denture_trouble_bn05 a { background: url(../images/denture_trouble_bn05.jpg) 0 0 no-repeat; }
#denture_trouble #denture_trouble_bn06 a { background: url(../images/denture_trouble_bn06.jpg) 0 0 no-repeat; }

#denture_trouble #denture_trouble_bn01 a:hover { background: url(../images/denture_trouble_bn01.jpg) 0 -50px no-repeat; }
#denture_trouble #denture_trouble_bn02 a:hover { background: url(../images/denture_trouble_bn02.jpg) 0 -50px no-repeat; }
#denture_trouble #denture_trouble_bn03 a:hover { background: url(../images/denture_trouble_bn03.jpg) 0 -50px no-repeat; }  
#denture_trouble #denture_trouble_bn04 a:hover { background: url(../images/denture_trouble_bn04.jpg) 0 -50px no-repeat; }
#denture_trouble #denture_trouble_bn05 a:hover { background: url(../images/denture_trouble_bn05.jpg) 0 -50px no-repeat; }
#denture_trouble #denture_trouble_bn06 a:hover { background: url(../images/denture_trouble_bn06.jpg) 0 -50px no-repeat; }

/*---------- 13  Teeth_color -----------*/
#teeth_color h2#title01 { background: url(../images/teeth_color_h2-01.jpg) 0 0 no-repeat; }
#teeth_color h3#title02 { background: url(../images/teeth_color_h3-02.jpg) 0 0 no-repeat; }
#teeth_color h4#title03 { background: url(../images/teeth_color_h4-03.jpg) 0 0 no-repeat; }
#teeth_color h4#title04 { background: url(../images/teeth_color_h4-04.jpg) 0 0 no-repeat; }
#teeth_color h4#title05 { background: url(../images/teeth_color_h4-05.jpg) 0 0 no-repeat; }
#teeth_color h4#title06 { background: url(../images/teeth_color_h4-06.jpg) 0 0 no-repeat; }
#teeth_color h4#title07 { background: url(../images/teeth_color_h4-07.jpg) 0 0 no-repeat; }

#teeth_color #teeth_color_bn p {
  width: 530px;
  height: 70px;
  margin: 10px 0;
  padding: 0;
  }
#teeth_color #teeth_color_bn a { 
  display: block;
  height: 70px;
  text-indent: -9999px;
  background: url(../images/teeth_color_bn01.jpg) 0 0 no-repeat;
  }

#teeth_color #teeth_color_bn01 a:hover { background: url(../images/teeth_color_bn01.jpg) 0 -70px no-repeat; }


  
/*---------- 14  Teeth_silve -----------*/
#teeth_silver h2#title01 { background: url(../images/teeth_silver_h2-01.jpg) 0 0 no-repeat; }
#teeth_silver h3#title02 { background: url(../images/teeth_silver_h3-02.jpg) 0 0 no-repeat; }
#teeth_silver h4#title03 { background: url(../images/teeth_silver_h4-03.jpg) 0 0 no-repeat; }
#teeth_silver h4#title04 { background: url(../images/teeth_silver_h4-04.jpg) 0 0 no-repeat; }
#teeth_silver h4#title05 { background: url(../images/teeth_silver_h4-05.jpg) 0 0 no-repeat; }
#teeth_silver h4#title06 { background: url(../images/teeth_silver_h4-06.jpg) 0 0 no-repeat; }
#teeth_silver h4#title07 { background: url(../images/teeth_silver_h4-07.jpg) 0 0 no-repeat; }
#teeth_silver h4#title08 { background: url(../images/teeth_silver_h4-08.jpg) 0 0 no-repeat; }
#teeth_silver h4#title09 { background: url(../images/teeth_silver_h4-09.jpg) 0 0 no-repeat; }
#teeth_silver h4#title10 { background: url(../images/teeth_silver_h4-10.jpg) 0 0 no-repeat; }

#teeth_silver .border_top {
  border-top: 3px solid #BFD9C9;
  }

#teeth_silver #teeth_silver_bn p {
  width: 530px;
  height: 70px;
  margin: 10px 0;
  padding: 0;
  }
#teeth_silver #teeth_silver_bn a { 
  display: block;
  height: 70px;
  text-indent: -9999px;
  }
  
#teeth_silver #teeth_silver_bn01 a { background: url(../images/teeth_silver_bn01.jpg) 0 0 no-repeat; }
#teeth_silver #teeth_silver_bn02 a { background: url(../images/teeth_silver_bn02.jpg) 0 0 no-repeat; }

#teeth_silver #teeth_silver_bn01 a:hover { background: url(../images/teeth_silver_bn01.jpg) 0 -70px no-repeat; }
#teeth_silver #teeth_silver_bn02 a:hover { background: url(../images/teeth_silver_bn02.jpg) 0 -70px no-repeat; }


/*---------- 15  Teeth_line -----------*/
#teeth_line h2#title01 { background: url(../images/teeth_line_h2-01.jpg) 0 0 no-repeat; }
#teeth_line h3#title02 { background: url(../images/teeth_line_h3-02.jpg) 0 0 no-repeat; }
#teeth_line h4#title03 { background: url(../images/teeth_line_h4-03.jpg) 0 0 no-repeat; }
#teeth_line h4#title04 { background: url(../images/teeth_line_h4-04.jpg) 0 0 no-repeat; }
#teeth_line h4#title05 { background: url(../images/teeth_line_h4-05.jpg) 0 0 no-repeat; }

#teeth_line #teeth_line_bn p {
  width: 530px;
  height: 70px;
  margin: 10px 0;
  padding: 0;
  }
#teeth_line #teeth_line_bn a { 
  display: block;
  height: 70px;
  text-indent: -9999px;
  background: url(../images/teeth_line_bn01.jpg) 0 0 no-repeat;
  }

#teeth_line #teeth_line_bn01 a:hover { background: url(../images/teeth_line_bn01.jpg) 0 -70px no-repeat; }

#teeth_line .border_top {
  border-top: 3px solid #BFD9C9;
  }
  
/*---------- 16  Select -----------*/
#select h2#title01 { background: url(../images/select_h2-01.jpg) 0 0 no-repeat; }
#select h3#title02 { background: url(../images/select_h3-02.jpg) 0 0 no-repeat; }
#select h4#title03 { background: url(../images/select_h4-03.jpg) 0 0 no-repeat; }
#select h4#title04 { background: url(../images/select_h4-04.jpg) 0 0 no-repeat; }
#select h4#title05 { background: url(../images/select_h4-05.jpg) 0 0 no-repeat; }
#select h4#title06 { background: url(../images/select_h4-06.jpg) 0 0 no-repeat; }
#select h4#title07 { background: url(../images/select_h4-07.jpg) 0 0 no-repeat; }

#select .bg_green {
  background: #DDF2E5;
  }
  
#select .bg_white {
  background: #FFFFFF;
  margin: 10px 0;
  }

#select .flow {
  background: url(../images/arrow_d.png) 50% 55% no-repeat #FFFFFF;
  padding-bottom: 10px;
  }
  
#select .flow01 {
  background: url(../images/arrow_d.png) 50% 65% no-repeat #FFFFFF;
  padding-bottom: 0px;
  }
  
  
#select .flow_p {
  border: 1px solid #81C181;
  padding:0 5px 10px 5px;
  margin: 30px 10px 23px 10px;
  }
  
  
/*---------- 17  Case -----------*/
#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 h4#title04 { background: url(../images/case_h4-04.jpg) 0 0 no-repeat; }
#case h4#title05 { background: url(../images/case_h4-05.jpg) 0 0 no-repeat; }
#case h4#title06 { background: url(../images/case_h4-06.jpg) 0 0 no-repeat; }
#case h4#title07 { background: url(../images/case_h4-07.jpg) 0 0 no-repeat; }
#case h4#title08 { background: url(../images/case_h4-08.jpg) 0 0 no-repeat; }
#case h4#title09 { background: url(../images/case_h4-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 .border_top {
  border-top: 3px solid #BFD9C9;
  }
  
/*---------- 18  Dr -----------*/
#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; }

/*---------- 19  Access -----------*/
#access h2#title01 { background: url(../images/access_h2-01.jpg) 0 0 no-repeat; }
#access h3#title02 { background: url(../images/access_h3-02.jpg) 0 0 no-repeat; }
#access h3#title03 { background: url(../images/access_h3-03.jpg) 0 0 no-repeat; }
#access h3#title04 { background: url(../images/access_h3-04.jpg) 0 0 no-repeat; }
#access h4#title05 { background: url(../images/access_h4-05.jpg) 0 0 no-repeat; }
#access h4#title06 { background: url(../images/access_h4-06.jpg) 0 0 no-repeat; }
#access h4#title07 { background: url(../images/access_h4-07.jpg) 0 0 no-repeat; }
#access h4#title08 { background: url(../images/access_h4-08.jpg) 0 0 no-repeat; }
#access h4#title09 { background: url(../images/access_h4-09.jpg) 0 0 no-repeat; }
#access h4#title10 { background: url(../images/access_h4-10.jpg) 0 0 no-repeat; }
#access h4#title11 { background: url(../images/access_h4-11.jpg) 0 0 no-repeat; }
#access h4#title12 { background: url(../images/access_h4-12.jpg) 0 0 no-repeat; }
#access h4#title13 { background: url(../images/access_h4-13.jpg) 0 0 no-repeat; }

#access .alpha {
  float: left;
  width: 200px;
  }
  
#access .beta {
  float: right;
  width: 300px;
  }
  
#access .border_top {
  border-top: 3px solid #BFD9C9;
  }
  
#access .week {
  width: 30px;
  }

#access .time {
  width: 200px;
  }
  
#access td img {
  text-align: center;
  }
  
#map {
  width: 380px;
  height: 350px;
  margin: 0;
  padding: 0;
  float: left;
  }
  
/*---------- 20  Contact -----------*/
#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 th {
  width: 200px;
  }
  
/*---------- 21  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 dl dt {
  list-style: none;
  background: url(../images/li_bg.png) 0 4px no-repeat;
  padding-left: 20px;
  } 
  
/*---------- banner -----------*/
.ban_contact a{
	width:540px;
	height:120px;
	margin:0;
	display:block;
	text-indent:-9999px;
	background:url(../images/ban_contact.jpg);
}
.ban_official a{
	width:200px;
	height:60px;
	display:block;
	text-indent:-9999px;
	margin:0;
	background:url(../images/ban_official.jpg);
}
.ban_contact a:hover,
.ban_official a:hover{
	background-position:0 100%;
}