@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-x; }

#body02 {
  background: url(../images/wrapper_bg.jpg) center top no-repeat;
  }

#wrapper {
  width: 820px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  }

#main {
  margin: 0;
  padding: 0 10px;
  background: url(../images/main_bg.jpg) repeat-y;
  }

#content {
  width: 590px;
  float: right;
  font-size: 100%;
  line-height: 1.6;
  color: #666;
	margin: 0;
  padding: 0;
  }


/*---------- 03  Header -----------*/

#header {
  background: url(../images/header_bg.jpg) 0 0 no-repeat;
  height: 340px;
  width: 820px;
  margin: 0;
  padding: 0;
  }

h1 {
  text-indent: -9999px;
  width: 540px;
  height: 75px;
  line-height: 1.0;
  float: left;
  }
h1 a {
  display: block;
  width: 540px;
  height: 75px;
  background: url(../images/h1.jpg) 0 0 no-repeat;
  }

#header .section01 {
  margin: 0;
  padding: 0;
  height: 75px;
  }
#header .section02 {
  margin: 0;
  padding: 0;
  height: 70px;
  }
#header .section03 {
  margin: 0;
  padding: 0;
  height: 195px;
  }

#header p.tel {
  float: right;
  margin: 0;
  padding: 0;
  }
#header p.tel img { display: block; }

#header_nav {
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;
  height: 60px;
  }

#header_nav li {
  height: 50px;
  width: 205px;
  float: left;
  text-indent: -9999px;
  list-style: none;
  margin: 0;
  padding: 0;
  }
#header_nav li a {
  display: block;
  height: 50px;
  }

#nav01 a { background: url(../images/header_nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/header_nav.jpg) -205px 0 no-repeat; }
#nav03 a { background: url(../images/header_nav.jpg) -410px 0 no-repeat; }
#nav04 a { background: url(../images/header_nav.jpg) -615px 0 no-repeat; }

#nav01 a:hover { background: url(../images/header_nav.jpg) 0 -50px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.jpg) -205px -50px no-repeat; }
#nav03 a:hover { background: url(../images/header_nav.jpg) -410px -50px no-repeat; }
#nav04 a:hover { background: url(../images/header_nav.jpg) -615px -50px no-repeat; }

#catch-copy {
  margin: 85px 0 0 0;
  padding: 0;
  text-indent: -9999px;
  height: 110px;
  width: 650px;
  }

/*----------04  Navigation -----------*/

#nav {
  width: 200px;
  float: left;
  padding: 0 0 20px 0;
  }

#nav ul.internal {
  margin: 5px 0 0 10px;
  padding: 0;
  list-style: none;
  }

#nav .internal li {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 40px;
	width: 180px;
  }

#nav .internal li a {
  display: block;
  height: 40px;
	width: 180px;
  }

#nav05 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -40px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -80px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -160px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -200px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -280px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -320px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -360px no-repeat; }

#nav05 a:hover { background: url(../images/nav.jpg) -180px 0 no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -180px -40px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -180px -80px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -180px -120px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -180px -160px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -180px -200px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -180px -240px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -180px -280px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -180px -320px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -180px -360px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 0;
  margin: 0;
  background: url(../images/footer_bg.jpg) top no-repeat;
  font-size: 85%;
  color: #FFAA44;
  height: 130px;
  }
*: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: #FFAA44;
  }
#footer a:hover { 
  text-decoration: underline;
  }

#footer .section01 {
  margin: 0;
	padding: 8px 20px 0 0;
	height: 30px;
	}

#footer .section02 {
  margin: 0;
	padding: 0;
	height: 80px;
	}

#footer .totop {
  clear: both;
  margin: 0;
	padding: 0;
  text-indent: -9999px;
  list-style: none;
	}

#footer .totop li {
  list-style: none;
  text-indent: -9999px;
  width: 106px;
  height: 22px;
  margin: 0;
  padding: 0;
  float: right;
  background-image: none;
  }

#footer .totop li a {
  display: block;
  height: 22px;
  background: url(../images/to_top.png) 0 0 no-repeat;
  }

#footer .alpha {
  float: left;
	width: 250px;
	margin: 0;
	}

#footer .beta {
  float: right;
	width: 550px;
	text-align: right;
	margin: 0;
	padding: 1em 0 0 0;
	}

#footer .tel {
  margin: 10px 0 0 0;
	}


#footer .beta ul { 
  list-style: none;
  margin: 0 2em 2px 1em;
  padding: 0;
  clear: both;
  }

#footer .beta ul li {
  display: inline;
  margin: 0;
  padding: 0;
  }

#footer address { margin: 8px 2em 4px 1em; }


/*---------- 06  Contents -----------*/

#content .section { padding: .5em 20px .5em 20px; }
#content .section .section { padding: 1em 10px 0 10px; }

.center { text-align: center; }

#content h2 {
  height: 50px;
  text-indent: -9999px;
  margin: 8px 15px 0;
  }
#content h3 {
  clear: both;
  height: 35px;
  text-indent: -9999px;
  }
#content h4 {
  height: 30px;
  text-indent: -9999px;
  }

#content h5 {
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 .3em .3em;
  }

#content ul {
  margin: 5px 10px;
  padding: .5em 1em;
  }

#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 ul.borderd {
  border: 1px dotted #DBAB5E;
  }

#content dt { 
  font-weight: bold;
  color: #5A3D1C;
  }

#content a { 
  text-decoration: underline;
  color: #FF7D50;
  }

#content a:hover {
  color: #FFB000;
  }

#content blockquote {
  margin: .5em;
  background: url(../images/blockquote_bg.jpg) top left repeat-y;
  padding: .5em 1em;
  }

.image_l  {
  float: left;
  margin: 8px 12px 8px 0;
  }

.image_r {
  float: right;
  margin: 8px 0 8px 12px;
  }

.case {
  margin: 10px 0px;
  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 .totop {
  margin: 0;
  padding: 0;
  }

#content .totop ul {
  clear: both;
  }

#content .totop li {
  list-style: none;
  width: 106px;
  height: 35px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content .totop li a {
  display: block;
  height: 22px;
  background: url(../images/to_top.png) 0 0 no-repeat;
  }

p.caution {
  padding-left: 24px;
  background: url(../images/caution.png) 0 1px no-repeat;
  }

/* Hides from IE-mac \*/
p.answer:first-letter {
  display: block;
  padding: 2px;
  background: #4499af;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #ccc;
  margin: 0 5px 0 0;
  float: left;
  }
/* End hide from IE-mac */



#content table {
  border-collapse: separate;
  border-spacing: 1px;
  border: 1px solid #EFC895;
  font-size: 100%;
  color: #666;
  width: 500px;
  margin-top: 10px;
  margin-left: 20px;
  }

#content table th,
#content table td {
  padding: 4px 8px;
  border: 1px solid #EFC895;
  }

#content table th {
  background: #FEF2B6;
  color: #5A3D1C;
  }

#content table td.colored {
  background: #FEF2B6;
  }

#content table ul {
  margin: 0;
	padding: 0;
	}

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }

.reserv {
  clear: both;
	margin: 5px 0 5px 15px;
	padding: 0;
	}

.reserv p {
  text-indent: -9999px;
	}

.reserv a {
  display: block;
	height: 100px;
	background: url(../images/bn_reserv.png) 0 0 no-repeat;
	} 

.reserv a:hover { background: url(../images/bn_reserv.png) 0 -100px no-repeat; }



/*---------- 07  Index -----------*/

#index #header {
  height: 400px;
  background: url(../images/index_header_bg.jpg) 0 0 no-repeat;
  }

#index #header .section03 {
  height: 255px;
  }

#index #catch-copy {
  margin: 145px 0 0 0;
  padding: 0;
  height: 110px;
  width: 600px;
  background: url(../images/index_catch-copy.jpg) 0 0 no-repeat;
  }

#index #content {
  color: #8B5C29;
  }

#index #greeting {
  margin: 10px 15px 5px 10px;
    padding: 0;
    background: url(../images/index_greeting_bg.png) top no-repeat;
    }

#index #greeting h2 {
  margin: 0 0 .2em 0;
    padding: 0;
    background: url(../images/index_h2-01.png) 0 0 no-repeat ;
    height: 30px;
    }

#index #greeting p {
  margin: 0;
    padding: .5em 2em 0;
  }

#index #check {
  clear: both;
    margin: 10px 15px 5px 20px;
    padding: 0;
    }

#index #check p {
  text-indent: -9999px;
    }

#index #check a {
  display: block;
    background: url(../images/bn_check.jpg) 0 0 no-repeat;
    height: 180px;
    }

#index #check a:hover { background: url(../images/bn_check.jpg) 0 -180px no-repeat; }

#index #pickup {
  clear: both;
    margin: 10px 30px 5px 20px;
    padding: 0;
    }

#index #pickup h3 {
  margin: 0;
    padding: 0;
    height: 120px;
    }

#index #pickup h3 a {
  display: block;
    height: 120px;
    }

#index #pickup .alpha {
  float: left;
    margin: 0 5px 10px 0;
    padding: 0;
    width: 260px;
    height: 200px;
    background: url(../images/pickup_bg.jpg) bottom no-repeat ;
    }

#index #pickup .beta {
  float: right;
    margin: 0 0 10px 0;
    padding: 0;
    width: 260px;
    height: 200px;
    background: url(../images/pickup_bg.jpg) bottom no-repeat ;
    }

#index #pickup .alpha h3 a { background: url(../images/pick01.jpg) 0 0 no-repeat ;}
#index #pickup .alpha h3 a:hover { background: url(../images/pick01.jpg) 0 -120px no-repeat ;}

#index #pickup .beta h3 a { background: url(../images/pick02.jpg) 0 0 no-repeat ;}
#index #pickup .beta h3 a:hover { background: url(../images/pick02.jpg) 0 -120px no-repeat ;}

#index #pickup p {
  margin: 0;
    padding: .2em .8em;
    }  

#index #clinic_info {
  clear: both;
    }

#index #clinic_info h4 {
  margin: 0;
    padding: 0;
    background: url(../images/index_clinic_h.png) 0 0 no-repeat;
    height: 35px;
    }

#index #clinic_info .alpha {
  float: left;
    width: 200px;
    }

#index #clinic_info .beta {
  float: right;
    width: 330px;
    }

#index #clinic_info dt {
  background: url(../images/li_bg.png) 0 4px no-repeat;
  padding-left: 15px;
  float: left;
  width: 80px;
  }

#index #clinic_info dd {
  padding-left: 80px;
    }

/*---------- Check -----------*/
#check #catch-copy {
  background: url(../images/check_catch-copy.jpg) 0 0 no-repeat;
  }

#check h2#title01 { background: url(../images/check_h2-01.png) 0 0 no-repeat; }
#check h3#title02 { background: url(../images/check_h3-02.png) 0 0 no-repeat; }
#check h4#title03 { background: url(../images/check_h4-03.png) 0 0 no-repeat; }
#check h4#title04 { background: url(../images/check_h4-04.png) 0 0 no-repeat; }
#check h4#title05 { background: url(../images/check_h4-05.png) 0 0 no-repeat; }
#check h4#title06 { background: url(../images/check_h4-06.png) 0 0 no-repeat; }
#check h4#title07 { background: url(../images/check_h4-07.png) 0 0 no-repeat; }
#check h4#title08 { background: url(../images/check_h4-08.png) 0 0 no-repeat; }
#check h4#title09 { background: url(../images/check_h4-09.png) 0 0 no-repeat; }
#check h4#title10 { background: url(../images/check_h4-10.png) 0 0 no-repeat; }
#check h4#title11 { background: url(../images/check_h4-11.png) 0 0 no-repeat; }
#check h4#title12 { background: url(../images/check_h4-12.png) 0 0 no-repeat; }


/*---------- Prevent -----------*/
#prevent #catch-copy {
  background: url(../images/prevent_catch-copy.jpg) 0 0 no-repeat;
  }

#prevent h2#title01 { background: url(../images/prevent_h2-01.png) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-02.png) 0 0 no-repeat; }
#prevent h3#title03 { background: url(../images/prevent_h3-03.png) 0 0 no-repeat; }
#prevent h4#title04 { background: url(../images/prevent_h4-04.png) 0 0 no-repeat; }
#prevent h4#title05 { background: url(../images/prevent_h4-05.png) 0 0 no-repeat; }
#prevent h4#title06 { background: url(../images/prevent_h4-06.png) 0 0 no-repeat; }
#prevent h4#title07 { background: url(../images/prevent_h4-07.png) 0 0 no-repeat; }
#prevent h4#title08 { background: url(../images/prevent_h4-08.png) 0 0 no-repeat; }


/*---------- Denture -----------*/
#denture #catch-copy {
  background: url(../images/denture_catch-copy.jpg) 0 0 no-repeat;
  }

#denture h2#title01 { background: url(../images/denture_h2-01.png) 0 0 no-repeat; }
#denture h3#title02 { background: url(../images/denture_h3-02.png) 0 0 no-repeat; }
#denture h3#title03 { background: url(../images/denture_h3-03.png) 0 0 no-repeat; }
#denture h4#title04 { background: url(../images/denture_h4-04.png) 0 0 no-repeat; }
#denture h4#title05 { background: url(../images/denture_h4-05.png) 0 0 no-repeat; }
#denture h4#title06 { background: url(../images/denture_h4-06.png) 0 0 no-repeat; }
#denture h4#title07 { background: url(../images/denture_h4-07.png) 0 0 no-repeat; }
#denture h4#title08 { background: url(../images/denture_h4-08.png) 0 0 no-repeat; }
#denture h4#title09 { background: url(../images/denture_h4-09.png) 0 0 no-repeat; }

/*---------- Esthe -----------*/
#esthe #catch-copy {
  background: url(../images/esthe_catch-copy.jpg) 0 0 no-repeat;
  }

#esthe h2#title01 { background: url(../images/esthe_h2-01.png) 0 0 no-repeat; }
#esthe h3#title02 { background: url(../images/esthe_h3-02.png) 0 0 no-repeat; }
#esthe h3#title03 { background: url(../images/esthe_h3-03.png) 0 0 no-repeat; }
#esthe h4#title04 { background: url(../images/esthe_h4-04.png) 0 0 no-repeat; }
#esthe h4#title05 { background: url(../images/esthe_h4-05.png) 0 0 no-repeat; }
#esthe h4#title06 { background: url(../images/esthe_h4-06.png) 0 0 no-repeat; }
#esthe h4#title07 { background: url(../images/esthe_h4-07.png) 0 0 no-repeat; }
#esthe h4#title08 { background: url(../images/esthe_h4-08.png) 0 0 no-repeat; }


/*---------- Caries -----------*/
#caries #catch-copy {
  background: url(../images/caries_catch-copy.jpg) 0 0 no-repeat;
  }

#caries h2#title01 { background: url(../images/caries_h2-01.png) 0 0 no-repeat; }
#caries h3#title02 { background: url(../images/caries_h3-02.png) 0 0 no-repeat; }
#caries h4#title03 { background: url(../images/caries_h4-03.png) 0 0 no-repeat; }
#caries h4#title04 { background: url(../images/caries_h4-04.png) 0 0 no-repeat; }
#caries h4#title05 { background: url(../images/caries_h4-05.png) 0 0 no-repeat; }
#caries h4#title06 { background: url(../images/caries_h4-06.png) 0 0 no-repeat; }
#caries h4#title07 { background: url(../images/caries_h4-07.png) 0 0 no-repeat; }

#caries #content table {
  width: 520px;
  margin-left:0;
	}

#caries #content th {
  width: 120px;
	}

#caries #content th {
  width: 300px;
	}

/*---------- Perio -----------*/
#perio #catch-copy {
  background: url(../images/perio_catch-copy.jpg) 0 0 no-repeat;
  }

#perio h2#title01 { background: url(../images/perio_h2-01.png) 0 0 no-repeat; }
#perio h3#title02 { background: url(../images/perio_h3-02.png) 0 0 no-repeat; }
#perio h3#title03 { background: url(../images/perio_h3-03.png) 0 0 no-repeat; }
#perio h4#title04 { background: url(../images/perio_h4-04.png) 0 0 no-repeat; }
#perio h4#title05 { background: url(../images/perio_h4-05.png) 0 0 no-repeat; }
#perio h4#title06 { background: url(../images/perio_h4-06.png) 0 0 no-repeat; }
#perio h4#title07 { background: url(../images/perio_h4-07.png) 0 0 no-repeat; }

/*---------- Child -----------*/
#child #catch-copy {
  background: url(../images/child_catch-copy.jpg) 0 0 no-repeat;
  }

#child h2#title01 { background: url(../images/child_h2-01.png) 0 0 no-repeat; }
#child h3#title02 { background: url(../images/child_h3-02.png) 0 0 no-repeat; }
#child h3#title03 { background: url(../images/child_h3-03.png) 0 0 no-repeat; }
#child h4#title04 { background: url(../images/child_h4-04.png) 0 0 no-repeat; }
#child h4#title05 { background: url(../images/child_h4-05.png) 0 0 no-repeat; }
#child h4#title06 { background: url(../images/child_h4-06.png) 0 0 no-repeat; }
#child h4#title07 { background: url(../images/child_h4-07.png) 0 0 no-repeat; }

/*---------- Whitening -----------*/
#whitening #catch-copy {
  background: url(../images/whitening_catch-copy.jpg) 0 0 no-repeat;
  }

#whitening h2#title01 { background: url(../images/whitening_h2-01.png) 0 0 no-repeat; }
#whitening h3#title02 { background: url(../images/whitening_h3-02.png) 0 0 no-repeat; }
#whitening h3#title03 { background: url(../images/whitening_h3-03.png) 0 0 no-repeat; }
#whitening h4#title04 { background: url(../images/whitening_h4-04.png) 0 0 no-repeat; }

/*---------- Implant -----------*/
#implant #catch-copy {
  background: url(../images/implant_catch-copy.jpg) 0 0 no-repeat;
  }

#implant h2#title01 { background: url(../images/implant_h2-01.png) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.png) 0 0 no-repeat; }
#implant h3#title03 { background: url(../images/implant_h3-03.png) 0 0 no-repeat; }

/*---------- Mchine -----------*/
#machine #catch-copy {
  background: url(../images/machine_catch-copy.jpg) 0 0 no-repeat;
  }

#machine h2#title01 { background: url(../images/machine_h2-01.png) 0 0 no-repeat; }
#machine h3#title02 { background: url(../images/machine_h3-02.png) 0 0 no-repeat; }
#machine h3#title03 { background: url(../images/machine_h3-03.png) 0 0 no-repeat; }
#machine h3#title04 { background: url(../images/machine_h3-04.png) 0 0 no-repeat; }
#machine h4#title05 { background: url(../images/machine_h4-05.png) 0 0 no-repeat; }
#machine h4#title06 { background: url(../images/machine_h4-06.png) 0 0 no-repeat; }
#machine h4#title07 { background: url(../images/machine_h4-07.png) 0 0 no-repeat; }

/*---------- Digital -----------*/
#digital #catch-copy {
  background: url(../images/digital_catch-copy.jpg) 0 0 no-repeat;
  }

#digital h2#title01 { background: url(../images/digital_h2-01.png) 0 0 no-repeat; }
#digital h3#title02 { background: url(../images/digital_h3-02.png) 0 0 no-repeat; }
#digital h3#title03 { background: url(../images/digital_h3-03.png) 0 0 no-repeat; }

/*---------- Faq -----------*/
#faq #catch-copy {
  background: url(../images/faq_catch-copy.jpg) 0 0 no-repeat;
  }

#faq h2#title01 { background: url(../images/faq_h2-01.png) 0 0 no-repeat; }


#faq #content dl.question {
  clear: both;
  margin: 0 10px 10px ;
  padding: .5em;
  }

#faq .question dt {
  background: url(../images/question.png) 0 0 no-repeat;
  margin: 0;
  padding: .3em 0 0 30px;
  font-size: 108%;
  border-bottom: 1px dotted #DBAB5E;
  }

#faq .question dd {
  background: url(../images/answer.png) 0 0 no-repeat;
  margin: .3em 0 0 0;
  padding: 0 .5em 0 30px;
  }

#faq dl.question dl {
  margin: 0;
  padding: 0;
  }

#faq dl.question dl dt {
  background-image: none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #FF8E06;
  border: none;
  }

#faq dl.question dl dd {  
  background: url(../images/li_bg.png) 0 4px no-repeat;
  margin: 0;
  padding: 0 0 0 15px;
  }

/*---------- Difference -----------*/
#difference #catch-copy {
  background: url(../images/difference_catch-copy.jpg) 0 0 no-repeat;
  }

#difference h2#title01 { background: url(../images/difference_h2-01.png) 0 0 no-repeat; }
#difference h3#title02 { background: url(../images/difference_h3-02.png) 0 0 no-repeat; }
#difference h3#title03 { background: url(../images/difference_h3-03.png) 0 0 no-repeat; }

#difference #content table {
  width: 540px;
  margin-left: 0;
  }

#difference #content td {
  vertical-align: top;
  }

#difference #content th.style01 {
  background: #CE8732;
  color: #fff;
  }

#difference #content table.style02 td {
  width: 210px;
  }

/*---------- Clinic -----------*/
#clinic #catch-copy {
  background: url(../images/clinic_catch-copy.jpg) 0 0 no-repeat;
  }

#clinic h2#title01 { background: url(../images/clinic_h2-01.png) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-02.png) 0 0 no-repeat; }
#clinic h3#title03 { background: url(../images/clinic_h3-03.png) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-04.png) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4-05.png) 0 0 no-repeat; }
#clinic h4#title06 { background: url(../images/clinic_h4-06.png) 0 0 no-repeat; }
#clinic h4#title07 { background: url(../images/clinic_h4-07.png) 0 0 no-repeat; }
#clinic h4#title08 { background: url(../images/clinic_h4-08.png) 0 0 no-repeat; }

#clinic #dr .alpha {
  float: left;
  width: 310px;
  margin-bottom: 10px;
  }

#clinic #dr .alpha table {
  width: 310px;
  margin-left: 0;
  }

#clinic #dr .beta {
  float: right;
  width: 200px;
  margin-bottom: 10px;
  }

#clinic .photo {
 clear: both;
 }

#clinic .photo .alpha {
  float: left;
  width: 320px;
  }

#clinic .photo .beta {
  float: right;
  width: 200px;
  }

#map {
  width: 370px;
  height: 340px;
  }


