@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: #fff; }

#wrapper {
    background: url(../images/wrapper_bg.jpg) repeat-y;
    width: 810px;
    margin: 0 auto;
    padding: 0 5px;
    text-align: left;
    }
* html #wrapper {
  width: 820px;
  }


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

#content {
    width: 550px;
    float: right;
    font-size: 100%;
    line-height: 1.6;
    color: #000;
    background: #fff;
    padding: 0 0 1em 0;
    margin: 0 0 0 0 ;
    }


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

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

h1 {
    text-indent: -9999px;
    width: 250px;
    height: 118px;
    line-height: 1.0;
    float: left;
    }

h1 a {
    display: block;
    width: 250px;
    height: 118px;
    background: url(../images/h1.jpg) 0 0 no-repeat;
    }

#header .section {
    width: 280px;
    float: right;
    margin: 0;
    padding: 0;
    }

#header p.tel {
    margin: 0;
    padding: 0;
    height: 70px;
    clear: both;
    }
#header p.tel img { display: block; }

#header-area {
    width: 800px;
    height: 300px;
    margin: 0 0 10px 0 ;
    padding: 0 ;
    }

/*----------04  Navigation -----------*/
#nav {
    width: 250px;
    float: left;
    padding: 0;
    }

#nav ul,
#nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    }

#nav .internal { width: 250px; }
#nav .internal li {
    height: 30px;
    text-indent: -9999px;
    }

#nav .internal li a {
    display: block;
    height: 30px;
    }

#nav .internal li#nav06 { height: 32px; }
#nav .internal li#nav06 a { height:32px; }

#nav01 a { 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; }

#nav01 a:hover { background: url(../images/nav.jpg) -250px 0 no-repeat; }
#nav02 a:hover { background: url(../images/nav.jpg) -250px -30px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -250px -60px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -250px -90px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -250px -120px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -250px -150px no-repeat; }

#nav p { text-align: center; }
#nav .left{ 
    text-align: left; 
    padding-left:5px;
    }

#global-nav {
    width: 550px;
    height: 30px;
    margin: 0;
    padding: 0;
    }

#global-nav dt{
    margin: 0;
    padding: 0;
    width: 0;
    height: 30px;
    float: left;
    text-indent: -9999px;
    }

#global-nav dd {
    margin: 0;
    padding: 0;
    width: 138px;
    height: 30px;
    float: left;
    text-indent: -9999px;
    }

#global-nav dd a {
    display: block;
    height: 30px;
    }

#global-nav dd#nav10 { width: 136px; }

#nav07 a { background: url(../images/gnavi.jpg) 0 0 no-repeat; }
#nav08 a { background: url(../images/gnavi.jpg) -138px 0 no-repeat; }
#nav09 a { background: url(../images/gnavi.jpg) -276px 0 no-repeat; }
#nav10 a { background: url(../images/gnavi.jpg) -414px 0 no-repeat; }

#nav07 a:hover { background: url(../images/gnavi.jpg) 0 -30px no-repeat; }
#nav08 a:hover { background: url(../images/gnavi.jpg) -138px -30px no-repeat; }
#nav09 a:hover { background: url(../images/gnavi.jpg) -276px -30px no-repeat; }
#nav10 a:hover { background: url(../images/gnavi.jpg) -414px -30px no-repeat; }


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

#footer {
    clear: both;
    padding: 15px 0 0 0;
    margin: 0;
    width: 800px;
    background: #fff url(../images/footer_bg.jpg) top no-repeat;
    font-size: 85%;
    text-align: center;
    color: #999999;
    }

*: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: #999999;
    }

#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: 5px 0 0 0; 
    padding: 5px 1em;
    background-color: #FFCC33;
    }


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

.section { padding: 5px 15px; }
.section .section { padding:  10px 5px }

.center { text-align: center; }

#catch {
    margin: 0;
    padding: 0;
    width: 550px;
    clear: both;
    height: 270px;
    }
    
#catch img { display: block; }

h2 {
    height: 55px;
    text-indent: -9999px;
    margin: 0px;
    width: 525px;
    clear: both;
    }

#content h3 {
    clear: both;
    height: 35px;
    text-indent: -9999px;
    }

#content h4 {
    clear: both;
    height: 35px;
    text-indent: -9999px;
    }

#content h5 {
    font-size: 100%;
    font-weight: bold;
    margin: 0 .5em .5em 0;
    padding: 4px 8px;
    background: #dcc783;
    border-bottom: 1px solid #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 3px no-repeat;
    padding-left: 17px;
    }
#content ul.olist li {
    background-image: none;
    padding-left: 0;
    }

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

#content a { text-decoration: underline; }

a {
    color: #FF912D;
    outline: none;
    }
a:hover { color: #FFBE82; }

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

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

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

.case {
    margin: 10px ;
    background: url(../images/arrow.jpg) center 40% no-repeat;
    }

.case .image_l { margin-right: 8px; }
.case .image_r { margin-left: 8px; }

.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; }


#content ul.totop {
    clear: both;
    padding-bottom: 22px;
    }

#content ul.totop li {
    list-style: none;
    width: 100px;
    height: 22px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    float: right;
    background-image: none;
    }
#content ul.totop li a {
    display: block;
    height: 22px;
    background: url(../images/totop.jpg) 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: collapse;
    border: 2px solid #b2a46d;
    font-size: 100%;
    color: #666;
    width: 500px;
    margin-left: 20px;
    }

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

#content table th {
    background: #f4dda8;
    color: #7f690d;
    width: 130px;
    }

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

.alpha { float: left }
.beta {float: right; }

#header-area .alpha {
    width: 250px;
    height: 300px;
    }

#header-area .beta {
    width: 550px;
    }

#info_area {
    width: 250px; 
    margin: 0 0px 0 0 ;
    padding: 8px 0 10px 0 ;
    float: left;
    }
    
#info_area dl dt { 
    float: left;
    width: 70px;
    margin: 0 0 5px 10px;
    padding: 0 0 0 10px;
    background: url(../images/li_bg02.jpg) 0 0 no-repeat;
    color: #FF6600;
    font-size: 110%;
    height: 20px;
    }

#info_area dl dt.text02 { height: 30px; }

#info_area dl dd { 
    margin: 0 0 5px 10px;
    font-size: 110%;
    }

#main dl { margin-left: 0; }

#main .clinic_info { 
    margin: 0 0px 0 6px;
    padding: 5px 0 0 4px ;
    } 
#main .clinic_info h3#title05 { background: url(../images/index_h3-05.jpg) 0 0 no-repeat; text-indent: -9999px; }

#main .clinic_info dl {
    border-top: 1px #999 solid ;
    padding: 5px 0 0 0;
    margin: 5px 8px 0 0;
  } 

#main .clinic_info dt { margin: 0; }

#main .clinic_info02 {
    margin: 0;
    padding: 5px 0 0 0  ;
    } 

.banner { 
  margin-left: 15px;
  padding-left: 0; padding-right: 0; }


.banner p.mar01{
	margin: 10px 0 0;
}

.textarea p{
    background-color: #FFF9E4;
    padding: 10px;
    }



/*---------- 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 h2#title04 { background: url(../images/index_h2-04.jpg) 0 0 no-repeat; }
#index h3#title05 { background: url(../images/index_h3-05.jpg) 0 0 no-repeat; text-indent: -9999px;}

#index h2 { width: 249px; height: 38px; clear: both;}

#index .pickup {
    width: 249px;
    border-right: 1px solid #ccc ;
    border-bottom: 1px solid #ccc ;
    margin: 0 0 20px 0; 
    padding: 0 5px 0 0 ;
    }

#index .pickup .alpha { width: 101px; }
#index .pickup .beta { width: 140px; }
#index .pickup .beta p { margin: 5px ; }

#index .textarea { margin: 0; padding: 0 5px 0 0 ; }
#index .beta .pkup_detail { text-indent: -9999px; }
#index .pkup_detail a { 
    display: block;
    height: 30px;
    background: url(../images/pk_detail.jpg) right bottom no-repeat;
    }
    
#index .pickup .beta p { margin: 5px ; }
#index #content .layout { margin-right: 10px ;}

#index #pk02 .pkup_detail { padding-top: 42px; }
#index #pk04 .pkup_detail { padding-top: 42px; }

#index .box { margin: 0 0 0 10px; }


/*---------- General -----------*/

#general h2#title01 { background: url(../images/general_h2-01.jpg) 0 0 no-repeat; }
#general h3#title02 { background: url(../images/general_h3-02.jpg) 0 0 no-repeat; }
#general h4#title03 { background: url(../images/general_h4-03.jpg) 0 0 no-repeat; }
#general h4#title04 { background: url(../images/general_h4-04.jpg) 0 0 no-repeat; }
#general h3#title05 { background: url(../images/general_h3-05.jpg) 0 0 no-repeat; }
#general h4#title06 { background: url(../images/general_h4-06.jpg) 0 0 no-repeat; }
#general h3#title07 { background: url(../images/general_h3-07.jpg) 0 0 no-repeat; }
#general h4#title08 { background: url(../images/general_h4-08.jpg) 0 0 no-repeat; }
#general h4#title09 { background: url(../images/general_h4-09.jpg) 0 0 no-repeat; }
#general h4#title10 { background: url(../images/general_h4-10.jpg) 0 0 no-repeat; }

/*---------- Children -----------*/

#children h2#title01 { background: url(../images/children_h2-01.jpg) 0 0 no-repeat; }
#children h3#title02 { background: url(../images/children_h3-02.jpg) 0 0 no-repeat; }
#children h4#title03 { background: url(../images/children_h4-03.jpg) 0 0 no-repeat; }
#children h4#title04 { background: url(../images/children_h4-04.jpg) 0 0 no-repeat; }
#children h3#title05 { background: url(../images/children_h3-05.jpg) 0 0 no-repeat; margin-bottom: 10px;}
#children h4#title06 { background: url(../images/children_h4-06.jpg) 0 0 no-repeat; }
#children h4#title07 { background: url(../images/children_h4-07.jpg) 0 0 no-repeat; }
#children h3#title08 { background: url(../images/children_h3-08.jpg) 0 0 no-repeat; }

#children .case .image_l {
    padding: 0 0 8px 0 ;
    width: 250px;
    background: url(../images/arrow.jpg) right center no-repeat;
    margin0: 0;
    }
    
#children .case .image_l img { display: block; margin-right: 15px; }
#children .case .image_r { padding: 0 10px 8px 0 ; width: 200px; }


/*---------- Implant -----------*/

#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; }
#implant h3#title07 { background: url(../images/implant_h3-07.jpg) 0 0 no-repeat; }

#implant .case .image_l {
    padding: 0 0 8px 0 ;
    width: 250px;
    background: url(../images/arrow.jpg) right center no-repeat;
    margin0: 0;
    }

#implant .case .image_l img { display: block; margin-right: 15px; }
#implant .case .image_r { padding: 0 10px 8px 0 ; width: 200px; }

#implant .price p { margin-left: 15px; }

#implant .point dt {
    background: url(../images/point.jpg) 0 5px no-repeat;
    padding-left: 18px;
    color: #000;
    }

#implant #content dl { margin: 0; padding: 0; }

#implant #content table { width: 480px; }


/*---------- Esthe -----------*/

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

#esthe #content table th { width: 170px; }

#esthe .case .image_l {
    padding: 0 0 8px 0 ;
    width: 250px;
    background: url(../images/arrow.jpg) right center no-repeat;
    margin0: 0;
    }
    
#esthe .case .image_l img { display: block; margin-right: 15px; }
#esthe .case .image_r { padding: 0 10px 8px 0 ; width: 200px; }

#esthe .chara {
    background-color: #FFF;
    padding: 10px;
    width: 450px;
    margin: 20px 0 0 10px ;
    }

#esthe .chara .chara_title {
    color: #FF6600;
    font-weight: bold;
    background-color: #fff;
    }

#esthe .chara dl {
  margin: 0;
  padding: 0;
  }


#esthe .chara dt {
    background: url(../images/point.jpg) 0 5px no-repeat;
    padding-left: 18px;
    color: #000;
    }

#esthe .textarea02 {
    background-color: #FFF9E4;
    padding: 10px 10px 20px 10px;
    }

/*---------- Access -----------*/
#access #content #title01 { background: url(../images/access_h2-01.jpg) 0 0 no-repeat; }
#access #content #title02 { background: url(../images/access_h3-02.jpg) 0 0 no-repeat; }
#access #content #title03 { background: url(../images/access_h3-03.jpg) 0 0 no-repeat; }
#access #content #title04 { background: url(../images/access_h4-04.jpg) 0 0 no-repeat; }
#access #content #title05 { background: url(../images/access_h4-05.jpg) 0 0 no-repeat; }
#access #content #title06 { background: url(../images/access_h4-06.jpg) 0 0 no-repeat; }
#access #content #title07 { background: url(../images/access_h4-07.jpg) 0 0 no-repeat; }
#access #content #title08 { background: url(../images/access_h4-08.jpg) 0 0 no-repeat; }
#access #content #title09 { background: url(../images/access_h4-09.jpg) 0 0 no-repeat; }
#access #content #title10 { background: url(../images/access_h4-10.jpg) 0 0 no-repeat; }

#map {
  width: 500px;
  height: 450px;
  margin-left: 15px;
  margin-top: 10px;
  }

#clinic #content #map .InfoWin { width: 240px; }
#clinic #content #map .InfoWin p {
  margin-left: 24px;
  font-size: 108%;
  color: #de91a2;
  letter-spacing: 1px;
  }

#access #content table {
  margin-top: 10px;
  padding: 0;
  }

#access .clinic {
  clear: both;
  }

#access .clinic .alpha {
  float: left;
  width: 250px;
  }

#access .clinic .alpha h4 {
  margin-top: 8px;
  }
  


#access .clinic .beta {
  float: right;
  width: 240px;
  }


/*---------- Staff -----------*/
#staff #content #title01 { background: url(../images/staff_h2-01.jpg) 0 0 no-repeat; }
#staff #content #title02 { background: url(../images/staff_h3-02.jpg) 0 0 no-repeat; }
#staff #content #title03 { background: url(../images/staff_h4-03.jpg) 0 0 no-repeat; }
#staff #content #title04 { background: url(../images/staff_h4-04.jpg) 0 0 no-repeat; }
#staff #content #title05 { background: url(../images/staff_h4-05.jpg) 0 0 no-repeat; }
#staff #content #title06 { background: url(../images/staff_h4-06.jpg) 0 0 no-repeat; }

#staff #dr .alpha {
  float: left;
  width: 240px;
  }

#staff #dr .beta {
  float: right;
  width: 250px;
  }


#staff #dr .beta dt {
  float: left;
  width: 60px;
  }

#staff #dr .beta dd {
  padding-left: 60px;
  }

/*---------- Concept -----------*/
#concept #content #title01 { background: url(../images/concept_h2-01.jpg) 0 0 no-repeat; }
#concept #content #title02 { background: url(../images/concept_h3-02.jpg) 0 0 no-repeat; }
#concept #content #title03 { background: url(../images/concept_h4-03.jpg) 0 0 no-repeat; }
#concept #content #title04 { background: url(../images/concept_h4-04.jpg) 0 0 no-repeat; }
#concept #content #title05 { background: url(../images/concept_h4-05.jpg) 0 0 no-repeat; }
#concept #content #title06 { background: url(../images/concept_h4-06.jpg) 0 0 no-repeat; }

/*---------- Compare -----------*/
#compare #content #title01 { background: url(../images/compare_h2-01.jpg) 0 0 no-repeat; }
#compare #content #title02 { background: url(../images/compare_h3-02.jpg) 0 0 no-repeat; }
#compare #content #title03 { background: url(../images/compare_h3-03.jpg) 0 0 no-repeat; }

#compare #content ul.apart {
  background: #FFFECD;
  margin: 5px 10px 10px;
  padding: 5px 10px;
  width: 250px;
  border: 1px solid #FFDA67 ;
  }

#compare #content .point {
  color: #7f690d;
  }

/*---------- Pain-less -----------*/
#pain-less #content #title01 { background: url(../images/pain-less_h2-01.jpg) 0 0 no-repeat; }
#pain-less #content #title02 { background: url(../images/pain-less_h3-02.jpg) 0 0 no-repeat; }
#pain-less #content #title03 { background: url(../images/pain-less_h4-03.jpg) 0 0 no-repeat; }
#pain-less #content #title04 { background: url(../images/pain-less_h4-04.jpg) 0 0 no-repeat; }

.qr_txt {
  padding: 0 10px;
  font-size: 76%;
}
#concept #content ul.light { margin:0; padding:0;list-style:none;}
#concept #content ul.light li {background:none; list-style:none;}
#concept #content ul.light li.left {float:left; margin:0 0 10px 10px; padding:0;}
#concept #content ul.light li.right {float:right; margin:0 0 10px 10px; ; padding:0;}
