@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 #F9F8F7; }
#body_bottom { background: url(../images/footer_bg.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;
  background: url(../images/content_bg.jpg) 0 0 repeat-y;
  }
  
#index #main {
  margin:0;
  padding: 0;
  background: url(../images/index_content_bg.jpg) 0 0 repeat-y;
  }

#content {
  width: 700px;
  float: right;
  font-size: 108%;
  line-height: 1.8;
  color: #666;
  padding: 0 0 1em 0;
  background: #FFFFFF;
  }

#index #content {
  width: 500px;
  float: left;
  font-size: 108%;
  line-height: 1.8;
  color: #666;
  padding: 0 0 1em 0;
  background: #FFFFFF;
  }

#main_img {
  width: 684px;
  height: 204px;
  margin: 0 0 0 10px;
  text-indent: -9999px;
  padding: 0;
  background: url(../images/content_main_img.jpg) top no-repeat;
  }

#index #main_img {
  width: 479px;
  height: 324px;
  margin: 0 0 0 10px;
  text-indent: -9999px;
  padding: 0;
  background: url(../images/main_img.jpg) top no-repeat;
  }

/*---------- 03  Header -----------*/

#header {
  height: 160px;
  width: 900px;
  margin: 0;
  padding: 0;
  background: url(../images/header_bg.jpg) 0 0 no-repeat;
  }

h1 {
  text-indent: -9999px;
  width: 620px;
  height: 70px;
  line-height: 1.0;
  float: left;
  margin: 10px 0 0 0;
  }
h1 a {
  display: block;
  width: 620px;
  height: 70px;
  background: url(../images/h1.jpg) 0 0 no-repeat;
  }

#header .section {
  width: 250px;
  height: 75px;
  float: right;
  margin: 10px 0 10px 0;
  padding: 0;
  }

#header .section p {
  margin: 0;
  padding: 0;
  }

#header p.tel img { display: block; }

#global-nav {
  width: 900px;
  height: 40px;
  margin: 0;
  padding: 0;
  }
#global-nav dt{
  margin: 0;
  padding: 0;
  width: 0;
  height: 40px;
  float: left;
  text-indent: -9999px;
  }



#global-nav dd {
  margin: 0;
  padding: 0;
  width: 225px;
  height: 40px;
  float: left;
  text-indent: -9999px;
  }
#global-nav dd a {
  display: block;
  height: 45px;
  }
  
#global-nav dt { background: url(../images/global-nav.jpg) 0 0 no-repeat; }

#nav01 a { background: url(../images/global_nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/global_nav.jpg) -225px 0 no-repeat; }
#nav03 a { background: url(../images/global_nav.jpg) -450px 0 no-repeat; }
#nav04 a { background: url(../images/global_nav.jpg) -675px 0 no-repeat; }

#nav01 a:hover { background: url(../images/global_nav.jpg) 0 -45px no-repeat; }
#nav02 a:hover { background: url(../images/global_nav.jpg) -225px -45px no-repeat; }
#nav03 a:hover { background: url(../images/global_nav.jpg) -450px -45px no-repeat; }
#nav04 a:hover { background: url(../images/global_nav.jpg) -675px -45px no-repeat; }

/*----------04  Navigation -----------*/

#nav_01 {
  width: 200px;
  float: left;
  padding: 0 0 20px 0;
  background: url(../images/nav.jpg) 0 0 repeat-y;
  }
  
#index #nav_01 {
  background: url(../images/top_nav01.jpg) 0 0 repeat-y;
  }
  
#nav_02 {
  width: 200px;
  height: 560px;
  float: left;
  padding: 0 0 20px 0;
  background: url(../images/top_nav02.jpg) 0 0 repeat-y;
  }

#nav_01 ul,
#nav_01 li,
#nav_02 ul,
#nav_02 li {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav_01 .internal li,
#nav_02 .internal li {
  height: 43px;
  text-indent: -9999px;
  }

#nav_01 .internal li a,
#nav_02 .internal li a {
  display: block;
  height: 43px;
  }
  
#nav_01 #nav05,
#nav_01 #nav14 {
  height: 48px;
  }

#nav_01 #nav05 a,
#nav_01 #nav14 a {
  height: 48px;
  }
  
#nav05 a { background: url(../images/nav.jpg) 0 -270px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -315px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -358px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -401px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -444px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -487px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -530px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -573px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -616px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -659px no-repeat; }

#nav05 a:hover { background: url(../images/nav.jpg) -200px -270px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -200px -315px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -200px -358px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -200px -401px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -200px -444px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -200px -487px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -200px -530px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -200px -573px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -200px -616px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -200px -659px no-repeat; }

#index #nav05 a { background: url(../images/top_nav01.jpg) 0 -154px no-repeat; }
#index #nav06 a { background: url(../images/top_nav01.jpg) 0 -198px no-repeat; }
#index #nav07 a { background: url(../images/top_nav01.jpg) 0 -241px no-repeat; }
#index #nav08 a { background: url(../images/top_nav01.jpg) 0 -284px no-repeat; }
#index #nav09 a { background: url(../images/top_nav01.jpg) 0 -327px no-repeat; }

#index #nav10 a { background: url(../images/top_nav02.jpg) 0 -154px no-repeat; }
#index #nav11 a { background: url(../images/top_nav02.jpg) 0 -198px no-repeat; }
#index #nav12 a { background: url(../images/top_nav02.jpg) 0 -241px no-repeat; }
#index #nav13 a { background: url(../images/top_nav02.jpg) 0 -284px no-repeat; }
#index #nav14 a { background: url(../images/top_nav02.jpg) 0 -327px no-repeat; }

#index #nav05 a:hover { background: url(../images/top_nav01.jpg) -200px -154px no-repeat; }
#index #nav06 a:hover { background: url(../images/top_nav01.jpg) -200px -198px no-repeat; }
#index #nav07 a:hover { background: url(../images/top_nav01.jpg) -200px -241px no-repeat; }
#index #nav08 a:hover { background: url(../images/top_nav01.jpg) -200px -284px no-repeat; }
#index #nav09 a:hover { background: url(../images/top_nav01.jpg) -200px -327px no-repeat; }

#index #nav10 a:hover { background: url(../images/top_nav02.jpg) -200px -154px no-repeat; }
#index #nav11 a:hover { background: url(../images/top_nav02.jpg) -200px -198px no-repeat; }
#index #nav12 a:hover { background: url(../images/top_nav02.jpg) -200px -241px no-repeat; }
#index #nav13 a:hover { background: url(../images/top_nav02.jpg) -200px -284px no-repeat; }
#index #nav14 a:hover { background: url(../images/top_nav02.jpg) -200px -327px no-repeat; }

#nav p { text-align: center; }

#nav_01 h2#nav_title01 {
  height: 67px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  }
  
#nav_01 h2#nav_title02 {
  height: 64px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  }
#nav_01 h2#nav_title01 { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav_01 h2#nav_title02 { background: url(../images/nav.jpg) 0 -129px no-repeat; }


#nav_01 #bn_contact {
  width: 200px;
  height: 62px;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  }
  
#nav_01 #bn_contact a {
  height: 63px;
  margin: 0;
  display: block;
  }

#nav_01 #bn_about {
  width: 200px;
  height: 62px;
  padding: 0;
  margin: 0 0 15px 0;
  text-indent: -9999px;
  }
  
#nav_01 #bn_about a {
  height: 63px;
  margin: 0;
  display: block;
  }
  
#nav_01 #bn_about a { background: url(../images/nav.jpg) 0 -193px no-repeat; }
#nav_01 #bn_about a:hover { background: url(../images/nav.jpg) -200px -193px no-repeat; }

#nav_01 #bn_contact a { background: url(../images/nav.jpg) 0 -67px no-repeat; }
#nav_01 #bn_contact a:hover { background: url(../images/nav.jpg) -200px -67px no-repeat; }



#index #nav_01 #bn_about,
#index #nav_02 #bn_contact {
  width: 200px;
  height: 88px;
  padding: 58px 0 0 0;
  text-indent: -9999px;
  }
  
#index #nav_01 #bn_about {
  margin: .6em 0;
  }
  
#index #nav_01 #bn_about a,
#index #nav_02 #bn_contact a {
  height: 63px;
  margin: 0 0 26px 0;
  display: block;
  }
  
#index #nav_01 #bn_about a { background: url(../images/top_nav01.jpg) 0 -65px no-repeat; }
#index #nav_01 #bn_about a:hover { background: url(../images/top_nav01.jpg) -200px -65px no-repeat; }


#index #nav_02 #bn_contact a { background: url(../images/top_nav02.jpg) 0 -65px no-repeat; }
#index #nav_02 #bn_contact a:hover { background: url(../images/top_nav02.jpg) -200px -65px no-repeat; }


/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 0;
  height: 40px;
  margin: 0;
  background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
  font-size: 85%;
  text-align: center;
  color: #FFFFFF;
  }
*: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: #FFFFFF;
  }
#footer a:hover { text-decoration: underline; }


#footer address { margin: 8px 1em; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 20px 1em 20px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
  height: 50px;
  text-indent: -9999px;
  margin: 10px;
  }
#content h3 {
  clear: both;
  height: 30px;
  text-indent: -9999px;
  margin: 0 0 10px 0;
  }
#content h4 {
  height: 26px;
  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: #66020A;
  outline: none;
  }
a:hover { color: #E54854; }

strong {
  color: #820003;
  }

#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: 109px;
  height: 20px;
  margin: 0;
  padding: 0;
  line-height: 1.0;
  text-indent: -9999px;
  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 #EADCD0;
  font-size: 100%;
  color: #666;
  width: 600px;
  margin-left: 20px;
  }

#content table th,
#content table td {
  padding: 4px 12px;
  border: 1px solid #EADCD0;
  }

#content table th {
  background: #FCF5F0;
  color: #705D4D;
  width: 150px;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }

#bn_next,
#bn_next02 {
  width: 590px;
  height: 60px;
  text-indent: -9999px;
  margin: 0 0 0 45px;
  }
  
#bn_next02 {
  margin: 10px 0 0 45px;
  }

#bn_next a,
#bn_next02 a {
  height: 60px;
  display: block;
  background: url(../images/bn_next.jpg) 0 0 no-repeat;
  }  

#bn_next a:hover { background: url(../images/bn_next.jpg) 0 -60px no-repeat; }

.bg_blown {
  border: 1px solid #E2DED0;
  background: #F7F5EB;
  }

/*---------- 07  Index -----------*/
#index h2#title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }

#index #content .section { padding: .5em 10px 1em 10px; }
#index #content .section .section { padding: .5em 10px 1em 10px; }

#index #content h2 {
  height: 45px;
  text-indent: -9999px;
  margin: 0;
  }
  
#index .p_bg {
  padding: 5px;
  background: url(../images/index_p_bg.jpg) 0 bottom repeat-x;
  } 

/*---------- 08  About -----------*/
#about h2#title01 { background: url(../images/about_h2-01.jpg) 0 0 no-repeat; }

#about #content h2 {
  height: 130px;
  }

#about #content .bg_about {
  background: url(../images/about_bg.jpg) bottom right no-repeat;
  }
  
#about #content .bg_about02 {
  background: url(../images/about_bg02.jpg) center center no-repeat;
  height: 320px;
  }
  
#about #bn_about02 {
  width: 325px;
  height: 70px;
  text-indent: -9999px;
  margin: 140px 0 0 120px;
  }

#about #bn_about02 a {
  height: 70px;
  display: block;
  background: url(../images/bn_about.jpg) 0 0 no-repeat;
  }  

#about #bn_about02 a:hover { background: url(../images/bn_about.jpg) 0 -70px no-repeat; }

#about #bn_next a { background: url(../images/bn_next07.jpg) 0 0 no-repeat; }  
#about #bn_next a:hover { background: url(../images/bn_next07.jpg) 0 -60px no-repeat; }

/*---------- 09  Safety -----------*/
#safety h2#title01 { background: url(../images/safety_h2-01.jpg) 0 0 no-repeat; }
#safety h3#title02 { background: url(../images/safety_h3-02.jpg) 0 0 no-repeat; }
#safety h4#title03 { background: url(../images/safety_h4-03.jpg) 0 0 no-repeat; }
#safety h4#title04 { background: url(../images/safety_h4-04.jpg) 0 0 no-repeat; }

#safety #bn_next a { background: url(../images/bn_next.jpg) 0 0 no-repeat; }  
#safety #bn_next a:hover { background: url(../images/bn_next.jpg) 0 -60px no-repeat; }

/*---------- 10  Material -----------*/
#material h2#title01 { background: url(../images/material_h2-01.jpg) 0 0 no-repeat; }
#material h3#title02 { background: url(../images/material_h3-02.jpg) 0 0 no-repeat; }

#material #bn_next {
  margin: 0 0 0 30px;
  }

#material #bn_next a { background: url(../images/bn_next02.jpg) 0 0 no-repeat; }  
#material #bn_next a:hover { background: url(../images/bn_next02.jpg) 0 -60px no-repeat; }

/*---------- 11  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 #bn_next a { background: url(../images/bn_next03.jpg) 0 0 no-repeat; }  
#denture #bn_next a:hover { background: url(../images/bn_next03.jpg) 0 -60px no-repeat; }

/*---------- 12  Flow -----------*/
#flow h2#title01 { background: url(../images/flow_h2-01.jpg) 0 0 no-repeat; }
#flow h3#title02 { background: url(../images/flow_h3-02.jpg) 0 0 no-repeat; }
#flow h3#title03 { background: url(../images/flow_h3-03.jpg) 0 0 no-repeat; }
#flow h3#title04 { background: url(../images/flow_h3-04.jpg) 0 0 no-repeat; }
#flow h3#title05 { background: url(../images/flow_h3-05.jpg) 0 0 no-repeat; }
#flow h3#title06 { background: url(../images/flow_h3-06.jpg) 0 0 no-repeat; }
#flow h3#title07 { background: url(../images/flow_h3-07.jpg) 0 0 no-repeat; }


#flow .alpha {
  float: left;
  width: 150px;
  text-align: center;
  }
  
#flow .beta {
  float: right;
  width: 480px;
  }
  
.arrow { 
  background: url(../images/arrow_b.png) 50% 100% no-repeat;
  margin-bottom: 50px;
  }
  
.arrow .bordered { 
  border: 1px solid #E3CA9B;
  }
  
#flow #bn_next a { background: url(../images/bn_next04.jpg) 0 0 no-repeat; }  
#flow #bn_next a:hover { background: url(../images/bn_next04.jpg) 0 -60px no-repeat; }

#flow #bn_next02 a { background: url(../images/bn_next05.jpg) 0 0 no-repeat; }  
#flow #bn_next02 a:hover { background: url(../images/bn_next05.jpg) 0 -60px no-repeat; }

/*---------- 13  Counseling -----------*/
#counseling h2#title01 { background: url(../images/counseling_h2-01.jpg) 0 0 no-repeat; }
#counseling h3#title02 { background: url(../images/counseling_h3-02.jpg) 0 0 no-repeat; }

#counseling #bn_next a { background: url(../images/bn_next04.jpg) 0 0 no-repeat; }  
#counseling #bn_next a:hover { background: url(../images/bn_next04.jpg) 0 -60px no-repeat; }

/*---------- 14  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; }

/*---------- 15  Check -----------*/
#check h2#title01 { background: url(../images/check_h2-01.jpg) 0 0 no-repeat; }
#check h3#title02 { background: url(../images/check_h3-02.jpg) 0 0 no-repeat; }
#check h4#title03 { background: url(../images/check_h4-03.jpg) 0 0 no-repeat; }
#check h4#title04 { background: url(../images/check_h4-04.jpg) 0 0 no-repeat; }
#check h4#title05 { background: url(../images/check_h4-05.jpg) 0 0 no-repeat; }
#check h4#title06 { background: url(../images/check_h4-06.jpg) 0 0 no-repeat; }
#check h4#title07 { background: url(../images/check_h4-07.jpg) 0 0 no-repeat; }
#check h4#title08 { background: url(../images/check_h4-08.jpg) 0 0 no-repeat; }

#check .alpha {
  float: left;
  width: 315px;
  border-right: 1px solid #E9CEB1;
  }
  
#check .beta {
  float: right;
  width: 315px;
  }
  
#check #bn_next a { background: url(../images/bn_next04.jpg) 0 0 no-repeat; }  
#check #bn_next a:hover { background: url(../images/bn_next04.jpg) 0 -60px no-repeat; }

/*---------- 16  Care -----------*/
#care h2#title01 { background: url(../images/care_h2-01.jpg) 0 0 no-repeat; }
#care h3#title02 { background: url(../images/care_h3-02.jpg) 0 0 no-repeat; }
#care h4#title03 { background: url(../images/care_h4-03.jpg) 0 0 no-repeat; }
#care h4#title04 { background: url(../images/care_h4-04.jpg) 0 0 no-repeat; }

#care .bg_blown {
  width: 280px;
  height: 110px;
  margin: 0 0 0 150px;
  }

#care #bn_next a { background: url(../images/bn_next06.jpg) 0 0 no-repeat; }  
#care #bn_next a:hover { background: url(../images/bn_next06.jpg) 0 -60px no-repeat; }

/*---------- 17  Facility -----------*/
#facility h2#title01 { background: url(../images/facility_h2-01.jpg) 0 0 no-repeat; }
#facility h3#title02 { background: url(../images/facility_h3-02.jpg) 0 0 no-repeat; }
#facility h4#title03 { background: url(../images/facility_h4-03.jpg) 0 0 no-repeat; }

#facility #bn_next a { background: url(../images/bn_next05.jpg) 0 0 no-repeat; }  
#facility #bn_next a:hover { background: url(../images/bn_next05.jpg) 0 -60px no-repeat; }


/*---------- 18  Faq -----------*/
#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 .faq {
  border: 1px solid #CCCCCC;
  margin: 20px 0;
  width: 610px;
  }

#faq #content dt {
  border-bottom: 1px dotted #DDCDBF;
  background: url(../images/icon_question.jpg) 0 4px no-repeat;
  padding: 15px 0 0 55px;
  height: 55px;
  }
  
#faq #content dd {
  background: url(../images/icon_answer.jpg) 0 4px no-repeat;
  padding: 5px 0 0 55px;
  margin-left: 0;
  }
  
#faq #content .dd_55 {
  height: 55px;
  }
  
#faq #bn_next a { background: url(../images/bn_next05.jpg) 0 0 no-repeat; }  
#faq #bn_next a:hover { background: url(../images/bn_next05.jpg) 0 -60px 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 h4#title03 { background: url(../images/access_h4-03.jpg) 0 0 no-repeat; }
#access h4#title04 { background: url(../images/access_h4-04.jpg) 0 0 no-repeat; }

#access #content table th {
  text-align: left;
  width: 250px;
  }
  
#access #content table #map p {
  margin: 0;
  }

#access #bn_next a { background: url(../images/bn_next04.jpg) 0 0 no-repeat; }  
#access #bn_next a:hover { background: url(../images/bn_next04.jpg) 0 -60px no-repeat; }  

/*---------- 20  Clinic -----------*/
#clinic h2#title01 { background: url(../images/clinic_h2-01.jpg) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic h4#title03 { background: url(../images/clinic_h4-03.jpg) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }

#clinic #bn_next a { background: url(../images/bn_next05.jpg) 0 0 no-repeat; }  
#clinic #bn_next a:hover { background: url(../images/bn_next05.jpg) 0 -60px no-repeat; }

/*---------- 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; }