@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Clinic                      */
/*                 09  Dr                          */
/*                 10  Contact                     */
/*                 11  Teethcare                   */
/*                 12  Esthemenu                   */
/*                 13  Case                        */
/*                 14  Perio                       */
/*                 15  Ortho                       */
/*                 16  Cost                        */
/*                 17  Whitening                   */
/*                 18  Implant                     */
/*                 19  Faq                         */
/*                 20  Clinictour                  */
/*                 21  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: #fff url(../images/body_bg.jpg) top repeat-x ; }

#wrapper {
    background: url(../images/wrapper_bg.jpg) repeat-y;
    width: 921px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    }

#main {
    margin: 0 0 0 1px;
    padding: 0 20px 0 0 ;
    background: url(../images/main_bg02.jpg) top no-repeat ;
    }

#index #main { background: url(../images/main_bg.jpg) top no-repeat ; }


#content {
    width: 681px;
    float: right;
    font-size: 100%;
    line-height: 1.6;
    color: #666;
    margin: 0 ;
    padding: 0 0 10px 0;
    font-size: 108%;
    }

#index #content { font-size: 100%; margin: 21px 0 0 0 ; }

/*---------- 03  Header -----------*/

#header {
    background: url(../images/header_bg02.jpg) 0 0 no-repeat;
    height: 205px;
    margin: 0 0 0 1px;
    padding: 0 ;
    }

#index #header { background: url(../images/header_bg.jpg) 0 0 no-repeat; height: 305px; }

h1 {
    width: 675px;
    height: 125px;
    line-height: 1.0;
    }
h1 a {
    display: block;
    width: 675px;
    height: 125px;
    background: url(../images/h1_02.jpg) 0 0 no-repeat;
    }

#index h1 a { background: url(../images/h1.jpg) 0 0 no-repeat; }

#catch {
    height: 80px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    }
#index #catch { height: 180px; }

/*----------04  Navigation -----------*/

#global-nav {
    width: 920px;
    height: 40px;
    margin: 0 0 0 1px;
    padding: 0;
    background: url(../images/gnav_bg02.jpg) 0 0 no-repeat;
    }
#index #global-nav { background: url(../images/gnav_bg.jpg) 0 0 no-repeat; }

#global-nav dl { margin: 0; }


#global-nav dd {
    margin: 0;
    padding: 0;
    width: 180px;
    height: 40px;
    float: left;
    text-indent: -9999px;
    }
#global-nav dd a {
    display: block;
    height: 40px;
    }
    
#gnav01 a { background: url(../images/gnav02.jpg) 0 0 no-repeat; }
#gnav02 a { background: url(../images/gnav02.jpg) -180px 0 no-repeat; }
#gnav03 a { background: url(../images/gnav02.jpg) -360px 0 no-repeat; }
#gnav04 a { background: url(../images/gnav02.jpg) -540px 0 no-repeat; }
#gnav05 a { background: url(../images/gnav02.jpg) -720px 0 no-repeat; }

#gnav01 a:hover { background: url(../images/gnav02.jpg) 0 -40px no-repeat; }
#gnav02 a:hover { background: url(../images/gnav02.jpg) -180px -40px no-repeat; }
#gnav03 a:hover { background: url(../images/gnav02.jpg) -360px -40px no-repeat; }
#gnav04 a:hover { background: url(../images/gnav02.jpg) -540px -40px no-repeat; }
#gnav05 a:hover { background: url(../images/gnav02.jpg) -720px -40px no-repeat; }

#index #gnav01 a { background: url(../images/gnav.jpg) 0 0 no-repeat; }
#index #gnav02 a { background: url(../images/gnav.jpg) -180px 0 no-repeat; }
#index #gnav03 a { background: url(../images/gnav.jpg) -360px 0 no-repeat; }
#index #gnav04 a { background: url(../images/gnav.jpg) -540px 0 no-repeat; }
#index #gnav05 a { background: url(../images/gnav.jpg) -720px 0 no-repeat; }

#index #gnav01 a:hover { background: url(../images/gnav.jpg) 0 -40px no-repeat; }
#index #gnav02 a:hover { background: url(../images/gnav.jpg) -180px -40px no-repeat; }
#index #gnav03 a:hover { background: url(../images/gnav.jpg) -360px -40px no-repeat; }
#index #gnav04 a:hover { background: url(../images/gnav.jpg) -540px -40px no-repeat; }
#index #gnav05 a:hover { background: url(../images/gnav.jpg) -720px -40px no-repeat; }

#nav {
    width: 200px;
    float: left;
    padding: 0;
    margin: 35px 0 20px 0 ;
    background: #EFECD6;
    }

#nav ul,
#nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    }

#nav .internal { width: 200px; margin: 10px 0 0 0 ;}
#nav .internal li {
    height: 30px;
    text-indent: -9999px;
    }

#nav .internal li a {
    display: block;
    height: 30px;
    }

#nav01 { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav.jpg) 0 -30px no-repeat; }
#nav03 a { background: url(../images/nav.jpg) 0 -60px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -90px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -150px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -180px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -210px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -270px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -300px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -330px no-repeat; }

#nav02 a:hover { background: url(../images/nav.jpg) -200px -30px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -200px -60px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -200px -90px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -200px -120px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -200px -150px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -200px -180px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -200px -210px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -200px -240px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -200px -270px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -200px -300px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -200px -330px no-repeat; }

#nav p { text-align: center; margin: 0 ; }
#nav .nav_ban { margin-top: 10px; }

/*---------- 05  Footer -----------*/

#footer_area {
    background: #fff url(../images/footer_bg02.jpg) bottom repeat-x;
    text-align: center;
    }

#footer {
    clear: both;
    padding: 0;
    margin: 0 auto;
    width: 921px;
    height: 110px;
    background: url(../images/footer_bg.jpg) bottom repeat-x;
    font-size: 85%;
    text-align: right;
    color: #BCAC69;
    }

*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */


#footer address { height: 35px; margin-right: 28px; line-height: 35px; }
#footer p { margin: 0; }

/*---------- 06  Contents -----------*/

.section { padding: 10px 10px 15px 15px; }
.section .section { padding: 10px 5px 10px 5px; }

.center { text-align: center; }

h2 {
    height: 65px;
    text-indent: -9999px;
    margin: 0px;
    padding:0;
    clear: both;
    }

#content h3 {
    clear: both;
    height: 28px;
    text-indent: -9999px;
    }

#content h4 {
    clear: both;
    height: 23px;
    text-indent: -9999px;
    }

#content h5 {
    font-size: 110%;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px 0;
    color: #5A3D1C;
    border-bottom: 1px dotted #b2a46d;
    }

#content h6 {
    font-size: 93%;
    color: #5e510d;
    }

#content ul { margin-left: 1em; }

#content ul li {
    list-style: none;
    background: url(../images/li_bg.jpg) 0 5px no-repeat;
    padding-left: 20px;
    }

#content ul.olist li {
    background-image: none;
    padding-left: 0;
    }

#content dt {
    font-weight: bold;
    color: #433B24;
    }

#content a { text-decoration: underline; }

a {
    color: #CA7B2A;
    outline: none;
    }

a:hover { color: #BCAC69; }

#content blockquote {
    margin: .5em;
    background: url(../images/blockquote_bg.jpg) top left repeat-y;
    padding: .5em 1em;
    }

.image_l  {
    float: left;
    margin: 0 20px 8px 0;
    }

.image_r {
    float: right;
    margin: 0 0 8px 20px;
    }

.case {  margin: 0 40px; }

.case .image_l {
    margin: 0 8px 0 0;
    padding-right: 80px;
    background: url(../images/arrow.jpg) right center no-repeat; 
    }
.case .image_r { margin: 0 0 0 8px; }

.case-narrow { 
    background: url(../images/arrow_b.jpg) center bottom no-repeat; }

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.caption { text-align: center; }


#content ul.totop {
    clear: both;
    padding-bottom: 20px;
    }

#content ul.totop li {
    list-style: none;
    width: 87px;
    height: 23px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    float: right;
    background-image: none;
    }

#content ul.totop li a {
    display: block;
    height: 23px;
    background: url(../images/totop.jpg) 0 0 no-repeat;
    }

p.caution {
    padding-left: 24px;
    background: url(../images/caution.png) 0 1px no-repeat;
    }

#content table {
    border-collapse: collapse;
    border: 1px solid #3F361E;
    font-size: 100%;
    color: #666;
    width: 600px;
    margin-left: 10px;
    }

#content table th,
#content table td {
    padding: 4px 10px;
    border: 1px solid #dcc783;
    }

#content table th {
    background: #ECE2B7;
    color: #3F2609;
    width: 130px;
    }

input.submit {
    font-weight: bold;
    margin-right: 1.5em;
    }

.alpha { float: left; }
.beta { float: right; }

.textarea { padding-right: 10px; }
.textarea02 { background: #FAF3E0; margin: 0 130px ; padding: 3px 0 3px 20px ; }

.text01 {
    font-weight: bold;
    color: #A72757;
    }

.text02 {
    font-weight: bold;
    color: #333;
    }

.text03 {
    font-weight: bold;
    color: #CA7B2A;
    text-align:center;
    }

.flow_layout {
    background: url(../images/arrow_b.jpg) center bottom no-repeat;
    padding-bottom: 50px;
    }

.link_ban {
    width: 550px;
    height: 80px;
    margin: 0 auto;
    text-indent: -9999px;
    }
.link_ban a {
    height: 80px;
    display: block;
    }
#perio_ban a { background: url(../images/perio_ban.jpg) 0 0 no-repeat; }
#clinic_ban a { background: url(../images/clinic_ban.jpg) 0 0 no-repeat; }
#whitening_ban a { background: url(../images/whitening_ban.jpg) 0 0 no-repeat; }
#cost_ban a { background: url(../images/cost_ban.jpg) 0 0 no-repeat; }

#perio_ban a:hover { background: url(../images/perio_ban.jpg) 0 -80px no-repeat; }
#clinic_ban a:hover { background: url(../images/clinic_ban.jpg) 0 -80px no-repeat; }
#whitening_ban a:hover { background: url(../images/whitening_ban.jpg) 0 -80px no-repeat; }
#cost_ban a:hover { background: url(../images/cost_ban.jpg) 0 -80px no-repeat; }

.text_img { padding: 5px 0 ;} 


/*---------- 07  Index -----------*/

#index #catch { background: url(../images/index_catch.jpg) 0 0 no-repeat; height: 180px; }
#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; margin-top: 17px; }

#index h2 { height: 20px; width: 440px; }

#pkup_title { margin: 0; }
#index .pkup {
    height: 240px;
    margin: 0 0 10px 0;
    padding: 0
    }
#index .pkup p {
    margin: 0;
    width: 110px;
    text-indent: -9999px;
    float: left;
    }

#index .pkup a {
    height: 240px;
    display: block;
    margin: 0; 
    padding:10 ;
    }
    
#pkup01 a { background: url(../images/pkup.jpg) 0 0 no-repeat; }
#pkup02 a { background: url(../images/pkup.jpg) -110px 0 no-repeat; }
#pkup03 a { background: url(../images/pkup.jpg) -220px 0 no-repeat; }
#pkup04 a { background: url(../images/pkup.jpg) -330px 0 no-repeat; }

#pkup01 a:hover { background: url(../images/pkup.jpg) 0 -240px no-repeat; }
#pkup02 a:hover { background: url(../images/pkup.jpg) -110px -240px no-repeat; }
#pkup03 a:hover { background: url(../images/pkup.jpg) -220px -240px no-repeat; }
#pkup04 a:hover { background: url(../images/pkup.jpg) -330px -240px no-repeat; }

#index .pkup_ban {
    width: 215px;
    height: 90px;
    margin: 0 0 20px 0;
    padding: 0;
    background: url(../images/pkup_ban_bg.jpg) 0 0 no-repeat;
    }
#index .pkup_ban a {
    height: 45px;
    display: block;
    text-indent:-9999px;
    }

#index .pkup_ban p { margin: 0; }
#index .pkup_text { padding:  0 7px; line-height: 1.5; }

#index .lside { width: 440px; } 
#index .rside { width: 226px; } 

#pkup_ban01 a { background: url(../images/pkup_ban01.jpg) 0 0 no-repeat; }
#pkup_ban02 a { background: url(../images/pkup_ban02.jpg) 0 0 no-repeat; }

#pkup_ban01 a:hover { background: url(../images/pkup_ban01.jpg) 0 -45px no-repeat; }
#pkup_ban02 a:hover { background: url(../images/pkup_ban02.jpg) 0 -45px no-repeat; }

#index .greeting { 
    background: url(../images/greeting_bg.jpg) bottom no-repeat;
    padding: 0 3px 5px 2px;
    margin-bottom: 15px;
    }

#index .rban p { margin: 0 0 10px 0; text-indent: -9999px; }
#index .rban a {
    height: 70px;
    display: block;
    margin: 0;
    }

#index #rban01 a{ height: 134px; }

#rban01 a { background: url(../images/rban01.jpg) 0 0 no-repeat; }
#rban02 a { background: url(../images/rban02.jpg) 0 0 no-repeat; }
#rban03 a { background: url(../images/rban03.jpg) 0 0 no-repeat; }

#rban01 a:hover { background: url(../images/rban01.jpg) 0 -134px no-repeat; }
#rban02 a:hover { background: url(../images/rban02.jpg) 0 -70px no-repeat; }
#rban03 a:hover { background: url(../images/rban03.jpg) 0 -70px no-repeat; }

#clinic_info {
   background: url(../images/index_info_bg.jpg) top repeat-x;
   padding: 5px;
   line-height: 1.4;
   margin-right: 16px;
   }

#clinic_info dl { margin:  0 0 10px; }
#clinic_info dl dt {
   float: left; 
   background: url(../images/dt_bg.jpg) 0 4px no-repeat ;
   font-size: 93%;
   width: 70px;
   text-indent: 13px;
   }

#clinic_info dl dd { margin-left: 70px; }
#clinic_info dl .clear { margin-left: 13px; }

#index .font_layout { font-size: 108%; }

.ban_rupo a{
	width:440px;
	height:130px;
	display:block;
	text-indent:-9999px;
	margin:10px 0;
	background:url(../images/ban_rupo.jpg);
}
.ban_rupo a:hover{
	background-position:0 100%;
}

/*---------- 08  Clinic ----------*/

#clinic #catch { background: url(../images/clinic_catch.jpg) 0 0 no-repeat; }
#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 h3#title03 { background: url(../images/clinic_h3-03.jpg) 0 0 no-repeat; }

#clinic .price table th { width: 180px; }
#map {
   width: 400px;
   height: 400px;
   margin: 0;
   border: 1px solid #e8dbb0;
   }

/*---------- 09  Dr --------------*/

#dr #catch { background: url(../images/dr_catch.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 .comment {
   background: #FAF3E0;
   border: 1px solid #8E7A64;
   color: #333;
   width: 600px;
   margin-left: 20px;
   }
#dr .alpha { width: 330px; }
#dr .beta { width: 300px; }

#dr .alpha img { margin-left: 30px; }
#dr .beta dl { margin-left: 0; }

#dr #dt_space { padding-top: 20px; } 

/*---------- 10  Contact ---------*/
/*---------- 11  Teethcare -------*/

#teethcare #catch { background: url(../images/teethcare_catch.jpg) 0 0 no-repeat; }
#teethcare h2#title01 { background: url(../images/teethcare_h2-01.jpg) 0 0 no-repeat; }
#teethcare h3#title02 { background: url(../images/teethcare_h3-02.jpg) 0 0 no-repeat; margin-top: 30px; }
#teethcare h4#title03 { background: url(../images/teethcare_h4-03.jpg) 0 0 no-repeat; }
#teethcare h4#title04 { background: url(../images/teethcare_h4-04.jpg) 0 0 no-repeat; }
#teethcare h4#title05 { background: url(../images/teethcare_h4-05.jpg) 0 0 no-repeat; }
#teethcare h3#title06 { background: url(../images/teethcare_h3-06.jpg) 0 0 no-repeat; }
#teethcare h4#title07 { background: url(../images/teethcare_h4-07.jpg) 0 0 no-repeat; margin-top: 30px; }

#teethcare .textarea02 li { font-size: 110%; color: #333; }
#teethcare .layout01 dl { margin-left: 0; }
#teethcare .layout01 dl dt {background: #ADA580 ; color: #fff; padding-left:10px; }
#teethcare .layout01 dl dd { margin: 5px 90px 10px 70px ; }

/*---------- 12  Esthemenu -------*/

#esthemenu #catch { background: url(../images/esthemenu_catch.jpg) 0 0 no-repeat; }
#esthemenu h2#title01 { background: url(../images/esthemenu_h2-01.jpg) 0 0 no-repeat; }
#esthemenu h3#title02 { background: url(../images/esthemenu_h3-02.jpg) 0 0 no-repeat; }
#esthemenu h4#title03 { background: url(../images/esthemenu_h4-03.jpg) 0 0 no-repeat; }
#esthemenu h4#title04 { background: url(../images/esthemenu_h4-04.jpg) 0 0 no-repeat; }
#esthemenu h4#title05 { background: url(../images/esthemenu_h4-05.jpg) 0 0 no-repeat; }
#esthemenu h4#title06 { background: url(../images/esthemenu_h4-06.jpg) 0 0 no-repeat; }
#esthemenu h4#title07 { background: url(../images/esthemenu_h4-07.jpg) 0 0 no-repeat; }

#esthemenu .layout02 {
    background: url(../images/bg01.jpg) right repeat-y;
    margin-right: 50px; 
    }
#esthemenu .layout02 dl { margin-right: 100px; }
#esthemenu .layout02 dt { background: url(../images/li_bg02.jpg) 0 6px no-repeat; padding-left: 15px; }

/*---------- 13  Case ------------*/

#case #catch { background: url(../images/case_catch.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 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; }

/*---------- 14  Perio -----------*/

#perio #catch { background: url(../images/perio_catch.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 h3#title05 { background: url(../images/perio_h3-05.jpg) 0 0 no-repeat; }

#perio .cause img { padding-top: 10px; }  

/*---------- 15  Ortho -----------*/

#ortho #catch { background: url(../images/ortho_catch.jpg) 0 0 no-repeat; }
#ortho h2#title01 { background: url(../images/ortho_h2-01.jpg) 0 0 no-repeat; }
#ortho h3#title02 { background: url(../images/ortho_h3-02.jpg) 0 0 no-repeat; }
#ortho h4#title03 { background: url(../images/ortho_h4-03.jpg) 0 0 no-repeat; }
#ortho h3#title04 { background: url(../images/ortho_h3-04.jpg) 0 0 no-repeat; }

/*---------- 16  Cost ------------*/

#cost #catch { background: url(../images/cost_catch.jpg) 0 0 no-repeat; }
#cost h2#title01 { background: url(../images/cost_h2-01.jpg) 0 0 no-repeat; }
#cost h3#title02 { background: url(../images/cost_h3-02.jpg) 0 0 no-repeat; }
#cost h4#title03 { background: url(../images/cost_h4-03.jpg) 0 0 no-repeat; }
#cost h4#title04 { background: url(../images/cost_h4-04.jpg) 0 0 no-repeat; }
#cost h3#title05 { background: url(../images/cost_h3-05.jpg) 0 0 no-repeat; }
#cost h4#title06 { background: url(../images/cost_h4-06.jpg) 0 0 no-repeat; margin-top: 20px; }
#cost h4#title07 { background: url(../images/cost_h4-07.jpg) 0 0 no-repeat; }

#cost .textarea02 { margin: 0 100px ; padding: 3px 10px ; }
#cost .text_img img { padding: 15px 0 0 0 ;} 

/*---------- 17  Whitening--------*/

#whitening #catch { background: url(../images/whitening_catch.jpg) 0 0 no-repeat; }
#whitening h2#title01 { background: url(../images/whitening_h2-01.jpg) 0 0 no-repeat; }
#whitening h3#title02 { background: url(../images/whitening_h3-02.jpg) 0 0 no-repeat; }
#whitening h4#title03 { background: url(../images/whitening_h4-03.jpg) 0 0 no-repeat; }
#whitening h4#title04 { background: url(../images/whitening_h4-04.jpg) 0 0 no-repeat; }
#whitening h4#title05 { background: url(../images/whitening_h4-05.jpg) 0 0 no-repeat; }

#whitening .flow_layout { padding-bottom: 25px; }
#whitening .list_bg {
    background: url(../images/li_bg.jpg) 0 5px no-repeat;
    padding-left: 20px;
    }

/*---------- 18  Implant ---------*/

#implant #catch { background: url(../images/implant_catch.jpg) 0 0 no-repeat; }
#implant h2#title01 { background: url(../images/implant_h2-01.jpg) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant h4#title03 { background: url(../images/implant_h4-03.jpg) 0 0 no-repeat; }
#implant h4#title04 { background: url(../images/implant_h4-04.jpg) 0 0 no-repeat; }
#implant h4#title05 { background: url(../images/implant_h4-05.jpg) 0 0 no-repeat; }
#implant h3#title06 { background: url(../images/implant_h3-06.jpg) 0 0 no-repeat; }

/*---------- 19  Faq -------------*/

#faq #catch { background: url(../images/faq_catch.jpg) 0 0 no-repeat; }
#faq h2#title01 { background: url(../images/faq_h2-01.jpg) 0 0 no-repeat; }
#faq h3#title02 { background: url(../images/faq_h3-02.jpg) 0 0 no-repeat; }
#faq h4#title03 { background: url(../images/faq_h4-03.jpg) 0 0 no-repeat; }
#faq h4#title04 { background: url(../images/faq_h4-04.jpg) 0 0 no-repeat; }
#faq h4#title05 { background: url(../images/faq_h4-05.jpg) 0 0 no-repeat; }
#faq h4#title06 { background: url(../images/faq_h4-06.jpg) 0 0 no-repeat; }

#faq #content table th { width: 300px; }

#faq .faq_li ul { margin: 0 0 0 5px; }
#faq .faq_li ul li { 
    background: url(../images/faq_libg.jpg) 0 4px no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
    }

#faq .question {
    background: url(../images/faq_question.jpg) 0 0 no-repeat;
    padding-left: 40px;
    border-bottom: 1px dotted #C4BAAB;
    padding-bottom: 10px;
    color: #796247;
    font-size: 120%;
    }

#faq .answer {
    background: url(../images/faq_answer.jpg) 0 0 no-repeat;
    padding-left: 40px;
    padding-bottom: 10px;
    }

/*---------- 20  Clinictour  -----*/

#clinictour #catch { background: url(../images/clinictour_catch.jpg) 0 0 no-repeat; }
#clinictour h2#title01 { background: url(../images/clinictour_h2-01.jpg) 0 0 no-repeat; }
#clinictour h3#title02 { background: url(../images/clinictour_h3-02.jpg) 0 0 no-repeat; }
#clinictour h4#title03 { background: url(../images/clinictour_h4-03.jpg) 0 0 no-repeat; }
#clinictour h4#title04 { background: url(../images/clinictour_h4-04.jpg) 0 0 no-repeat; }
#clinictour h4#title05 { background: url(../images/clinictour_h4-05.jpg) 0 0 no-repeat; }
#clinictour h4#title06 { background: url(../images/clinictour_h4-06.jpg) 0 0 no-repeat; }
#clinictour h4#title07 { background: url(../images/clinictour_h4-07.jpg) 0 0 no-repeat; }
#clinictour h4#title08 { background: url(../images/clinictour_h4-08.jpg) 0 0 no-repeat; }
#clinictour h4#title09 { background: url(../images/clinictour_h4-09.jpg) 0 0 no-repeat; }
#clinictour h4#title10 { background: url(../images/clinictour_h4-10.jpg) 0 0 no-repeat; }

/*---------- 21  Contact  -----*/

#contact #catch { background: url(../images/contact_catch.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; }

/*---------- 21  Sitemap ---------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }

/*---------- 22  rupo -----------*/

#rupo h2#title01 { background: url(../images/rupo_h2-01.jpg) 0 0 no-repeat; }
