@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 -----------*/

#wrapper {
  background: url(../images/wrapper_bg.jpg) repeat-y;
  width: 820px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  }

#main {
  margin: 0;
  background: url(../images/main_bg.jpg) bottom no-repeat;
  }
/*
#main02 {
  margin: 0;
  background: url(../images/main_bg.jpg) bottom no-repeat;
  }
*/
#content {
  width: 590px;
  float: right;
  font-size: 100%;
  line-height: 1.6;
  color: #666;
    margin: 0;
  padding: 0;
  background: url(../images/content_top_bg.jpg) top no-repeat;
  }


/*---------- 03  Header -----------*/

#header {
  background: url(../images/header_bg.jpg) 0 0 no-repeat;
  height: 115px;
  width: 820px;
  margin: 0;
  padding: 0;
  }

#header .alpha {
  float: left;
  width: 310px;
  margin: 0;
  padding: 0;
  }
#header .beta {
  float: right;
  width: 510px;
  margin: 0;
  padding: 0;
  }

h1 {
  text-indent: -9999px;
  width: 310px;
  height: 75px;
  line-height: 1.0;
  float: left;
  margin: 0;
  padding: 0;
  }
h1 a {
  display: block;
  width: 310px;
  height: 80px;
  background: url(../images/h1.jpg) 0 0 no-repeat;
  }

#header h2 {
  float: right;
  height: 80px;
  width: 510px;
  text-indent: -9999px;
  margin: 0;
  display: block;
  }

/*----------04  Navigation -----------*/

#nav {
  width: 182px;
  float: left;
  padding: 15px 0 20px 0;
  }

#nav ul,
#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav li {
  height: 40px;
  text-indent: -9999px;
  }

#nav li a {
  display: block;
  height: 40px;
  }

#nav li#nav01,
#nav li#nav01 a
 { height: 38px; }
#nav li#nav12,
#nav li#nav12 a
 { height: 58px; }

#nav01 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav.jpg) 0 -38px no-repeat; }
#nav03 a { background: url(../images/nav.jpg) 0 -78px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -118px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -158px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -198px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -238px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -278px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -318px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -358px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -398px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -438px no-repeat; }

#nav01 a:hover { background: url(../images/nav.jpg) -182px 0 no-repeat; }
#nav02 a:hover { background: url(../images/nav.jpg) -182px -38px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -182px -78px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -182px -118px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -182px -158px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -182px -198px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -182px -238px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -182px -278px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -182px -318px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -182px -358px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -182px -398px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -182px -438px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 0;
  margin: 0;
  background: url(../images/footer_bg.jpg) bottom repeat-x;
  font-size: 85%;
  text-align: center;
  color: #de91a2;
  height: 65px;
  }
*: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: #f94956;
  }
#footer a:hover { 
  text-decoration: underline;
  color: #19709B;
  }

#footer #sitemap {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  float: left;
  }

#footer #sitemap a{
  display: block;
  width: 120px;
  height: 65px;
  background: url(../images/footer_sitemap.jpg) 0 0 no-repeat;
  }

#footer p.copyright { 
  float: left;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  background: url(../images/footer_copyright.jpg) 0 0 no-repeat;
  height: 65px;
  width: 470px;
  display: block;
  }

#footer p.tel { 
  float: right;
  margin: 0;
  padding: 0;
  }

/*---------- 06  Contents -----------*/

#content .section { padding: 0 40px 10px 15px; }
#content .section .section { padding: 0px; }

.center { text-align: center; }

#content h3 {
  clear: both;
  height: 36px;
  text-indent: -9999px;
  margin: 10px 0 0 0;
  padding: 0;
  }
#content h4 {
  height: 22px;
  text-indent: -9999px;
    margin: 0;
    padding: 0;
  }

#content h5 {
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 .3em .3em;
  }

#content ul li {
  list-style: none;
  background: url(../images/li_bg.jpg) 0 4px no-repeat;
  padding-left: 15px;
  }
#content ul.olist li {
  background-image: none;
  padding-left: 0;
  }

#content dt { 
  font-weight: bold;
  color: #666;
  }

#content a { 
  text-decoration: underline;
  color: #FF9100;
  }

#content a:hover {
  color: #FFAE39;
  }

#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 20px;
  background: url(../images/arrow.jpg) center center no-repeat;
  }

.case-narrow {
  margin: 10px 40px;
  background: url(../images/arrow.jpg) 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 ul,
#content .totop02 ul {
  clear: both;
  padding-bottom: 10px;
  }

#content .totop li,
#content .totop02 li {
  list-style: none;
  width: 110px;
  height: 30px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content .totop li a {
  display: block;
  height: 30px;
  background: url(../images/to_top.jpg) 0 0 no-repeat;
  }

#content .totop02 li a {
  display: block;
  height: 30px;
  background: url(../images/to_top02.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: 1px solid #E7CAF9;
  font-size: 100%;
  color: #666;
  width: 500px;
  margin-top: 10px;
  margin-left: 15px;
  }

#content table th,
#content table td {
  padding: 4px 8px;
  border: 1px solid #E7CAF9;
  }

#content table th {
  background: #F7E6FF;
  color: #636570;
  }

#content table ul {
  margin: 5px;
  padding: 0;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }

#eyecatch {
  margin: 5px 0 5px 15px;
  }

#eyecatch p {
  text-indent: -9999px;
  height: 100px;
  width: 500px;
  display:block;
  }

#case_next{
  clear: both;
  text-indent:-9999px;
  margin: 10px 0  10px 265px;
  }
  
#case_next a{
  display: block;
  height: 50px;
  width: 250px;
  background: url(../images/bn_case.jpg) no-repeat;
  }

#to_inquiry {
  clear: both;
  text-indent:-9999px;
  margin: 10px 0  10px 265px;
  }

#to_inquiry a{
  display: block;
  height: 45px;
  width: 250px;
  background: url(../images/bn_inquiry.jpg) no-repeat;
  }




dl.point,
ul.point {
  border: 4px double #F1C2F2;
  padding: 5px 8px;
  }

#content dl.point dt,
#content ul.point,
#content strong.point {
  color: #E26AEF;
  font-weight: bold;
  }

.flow {
  background: url(../images/arrow_d.jpg) center bottom no-repeat;
  padding-bottom: 35px;
  margin-top: 10px;
  margin-bottom: 8px;
  }

.flow dl {
  margin: 5px;
  padding: 0;
  border: 1px solid #565FCC;
  }

#content .flow dt {
  background: #6D7CE8;
  color: #fff;
  padding: .2em 1em;
  }
  

.flow dl dl {
  border: none;
  }

#content .flow dl dl dt {
  color: #565FCC;
  background: url(../images/li_bg.jpg) 0 5px no-repeat;
  padding-left: 15px;
  }

#end {
  background-image:none;
  padding-bottom: 10px;
  }

/*---------- Index -----------*/
#index #wrapper {
  background: url(../images/index_wrapper_bg.jpg) repeat-y;
  }

#index #header {
  background: url(../images/index_header_bg.jpg) 0 0 no-repeat;
  height: 290px;
  }

#index #main {
  margin: 0;
  background: url(../images/index_main_bg.jpg) left bottom no-repeat;
  }

#index #content {
  width: 605px;
  }

#index #nav {
  width: 215px;
  padding: 0 0 20px 0;
  }

#index #nav01 a { background: url(../images/index_nav.jpg) 0 0 no-repeat; }
#index #nav02 a { background: url(../images/index_nav.jpg) 0 -38px no-repeat; }
#index #nav03 a { background: url(../images/index_nav.jpg) 0 -78px no-repeat; }
#index #nav04 a { background: url(../images/index_nav.jpg) 0 -118px no-repeat; }
#index #nav05 a { background: url(../images/index_nav.jpg) 0 -158px no-repeat; }
#index #nav06 a { background: url(../images/index_nav.jpg) 0 -198px no-repeat; }
#index #nav07 a { background: url(../images/index_nav.jpg) 0 -238px no-repeat; }
#index #nav08 a { background: url(../images/index_nav.jpg) 0 -278px no-repeat; }
#index #nav09 a { background: url(../images/index_nav.jpg) 0 -318px no-repeat; }
#index #nav10 a { background: url(../images/index_nav.jpg) 0 -358px no-repeat; }
#index #nav11 a { background: url(../images/index_nav.jpg) 0 -398px no-repeat; }
#index #nav12 a { background: url(../images/index_nav.jpg) 0 -438px no-repeat; }

#index #nav01 a:hover { background: url(../images/index_nav.jpg) -215px 0 no-repeat; }
#index #nav02 a:hover { background: url(../images/index_nav.jpg) -215px -38px no-repeat; }
#index #nav03 a:hover { background: url(../images/index_nav.jpg) -215px -78px no-repeat; }
#index #nav04 a:hover { background: url(../images/index_nav.jpg) -215px -118px no-repeat; }
#index #nav05 a:hover { background: url(../images/index_nav.jpg) -215px -158px no-repeat; }
#index #nav06 a:hover { background: url(../images/index_nav.jpg) -215px -198px no-repeat; }
#index #nav07 a:hover { background: url(../images/index_nav.jpg) -215px -238px no-repeat; }
#index #nav08 a:hover { background: url(../images/index_nav.jpg) -215px -278px no-repeat; }
#index #nav09 a:hover { background: url(../images/index_nav.jpg) -215px -318px no-repeat; }
#index #nav10 a:hover { background: url(../images/index_nav.jpg) -215px -358px no-repeat; }
#index #nav11 a:hover { background: url(../images/index_nav.jpg) -215px -398px no-repeat; }
#index #nav12 a:hover { background: url(../images/index_nav.jpg) -215px -438px no-repeat; }

#index #catch p{
  margin: 0;
    padding: 0;
    display: block;
    }

#index #catch img {
    display: block;
  }

#index #concept {
  clear: both;
  margin: 0;
    padding: 0;
    }

#index #concept h2 {
  text-indent: -9999px;
  height: 40px;
    margin: 0;
    padding: 0;
    background: url(../images/idnex_cencept_h.jpg) 0 0 no-repeat ;
    display: block;
    }

#index #concept #concept_txt {
  float: right;
    background: url(../images/index_concept_bg.jpg) bottom no-repeat;
    width: 345px;
    height: 225px;
    margin: 0 0 10px 0;
    padding: 0;
    }

#index #concept #concept_txt p{
  margin: 0;
    padding: 0 70px 5px 10px;
    }
    
#index #banner {
  clear: both;
    margin: 10px 0 55px 280px;
    }



/*---------- Dr -----------*/
#dr #title01 { background: url(../images/dr_h2-01.jpg) 0 0 no-repeat; }
#dr #title02 { background: url(../images/dr_h3-02.jpg) 0 0 no-repeat; }
#dr #title03 { background: url(../images/dr_h3-03.jpg) 0 0 no-repeat; }
#dr #title04 { background: url(../images/dr_h4-04.jpg) 0 0 no-repeat; }
#dr #title05 { background: url(../images/dr_h4-05.jpg) 0 0 no-repeat; }
#dr #title06 { background: url(../images/dr_h4-06.jpg) 0 0 no-repeat; }

#dr #content .alpha {
  clear: both;
  float: left;
  width: 240px;
  margin: 10px 10px 0 0;
  padding: 0;
  } 

#dr #content .beta {
  float: left;
  width: 240px;
  margin: 10px 0 0 0;
  padding: 0;
  } 

#dr #content .beta dl {
  margin: 5px;
  padding: 0;
  }

#dr #content .beta dt {
  float: left;
  width: 60px;
  }

#dr #content .beta dd {
  padding-left: 60px;
  }

#dr #content .beta ul {
  margin: 5px;
  padding: 0;
  }


/*---------- Message -----------*/
#message #title01 { background: url(../images/message_h2-01.jpg) 0 0 no-repeat; }
#message #title02 { background: url(../images/message_h3-02.jpg) 0 0 no-repeat; }

/*---------- History -----------*/
#history #title01 { background: url(../images/history_h2-01.jpg) 0 0 no-repeat; }
#history #title02 { background: url(../images/history_h3-02.jpg) 0 0 no-repeat; }

/*---------- Esthe -----------*/
#esthe #title01 { background: url(../images/esthe_h2-01.jpg) 0 0 no-repeat; }
#esthe #title02 { background: url(../images/esthe_h3-02.jpg) 0 0 no-repeat; }
#esthe #title03 { background: url(../images/esthe_h3-03.jpg) 0 0 no-repeat; }

#esthe #eyecatch p {
  background: url(../images/esthe_eyecatch.jpg) 0 0 no-repeat;
  }

/*---------- Clinic -----------*/
#clinic #title01 { background: url(../images/clinic_h2-01.jpg) 0 0 no-repeat; }
#clinic #title02 { background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic #title03 { background: url(../images/clinic_h4-03.jpg) 0 0 no-repeat; }
#clinic #title04 { background: url(../images/clinic_h3-04.jpg) 0 0 no-repeat; }
#clinic #title05 { background: url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }
#clinic #title06 { background: url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic #title07 { background: url(../images/clinic_h3-07.jpg) 0 0 no-repeat; }


#clinic #content .alpha {
  float: left;
  width: 240px;
  margin: 10px 10px 15px 0;
  padding: 0;
  }

#clinic #content .beta {
  float: left;
  width: 200px;
  margin: 15px 0 15px 0;
  padding: 0;
  }
#clinic #content .beta02 {
  float: left;
  width: 250px;
  margin: 15px 0 15px 0;
  padding: 0;
  }

/*---------- Ceramic -----------*/
#ceramic #title01 { background: url(../images/ceramic_h2-01.jpg) 0 0 no-repeat; }
#ceramic #title02 { background: url(../images/ceramic_h3-02.jpg) 0 0 no-repeat; }
#ceramic #title03 { background: url(../images/ceramic_h3-03.jpg) 0 0 no-repeat; }
#ceramic #title04 { background: url(../images/ceramic_h4-04.jpg) 0 0 no-repeat; }
#ceramic #title05 { background: url(../images/ceramic_h4-05.jpg) 0 0 no-repeat; }

#ceramic #eyecatch p {
  background: url(../images/ceramic_eyecatch.jpg) 0 0 no-repeat;
  }

#ceramic #content th {
  width: 120px;
  }

/*---------- Laminate -----------*/
#laminate #title01 { background: url(../images/laminate_h2-01.jpg) 0 0 no-repeat; }
#laminate #title02 { background: url(../images/laminate_h3-02.jpg) 0 0 no-repeat; }
#laminate #title03 { background: url(../images/laminate_h3-03.jpg) 0 0 no-repeat; }
#laminate #title04 { background: url(../images/laminate_h4-04.jpg) 0 0 no-repeat; }
#laminate #title05 { background: url(../images/laminate_h4-05.jpg) 0 0 no-repeat; }

#laminate #eyecatch p {
  background: url(../images/laminate_eyecatch.jpg) 0 0 no-repeat;
  }

#laminate #content th {
  width: 130px;
  }

/*---------- Esthe-case -----------*/
#esthe-case #title01 { background: url(../images/esthe-case_h2-01.jpg) 0 0 no-repeat; }
#esthe-case #title02 { background: url(../images/esthe-case_h3-02.jpg) 0 0 no-repeat; }
#esthe-case #title03 { background: url(../images/esthe-case_h3-03.jpg) 0 0 no-repeat; }
#esthe-case #title04 { background: url(../images/esthe-case_h3-04.jpg) 0 0 no-repeat; }
#esthe-case #title05 { background: url(../images/esthe-case_h3-05.jpg) 0 0 no-repeat; }

/*---------- General -----------*/
#general #title01 { background: url(../images/general_h2-01.jpg) 0 0 no-repeat; }
#general #title02 { background: url(../images/general_h3-02.jpg) 0 0 no-repeat; }
#general #title03 { background: url(../images/general_h3-03.jpg) 0 0 no-repeat; }
#general #title04 { background: url(../images/general_h4-04.jpg) 0 0 no-repeat; }
#general #title05 { background: url(../images/general_h4-05.jpg) 0 0 no-repeat; }
#general #title06 { background: url(../images/general_h4-06.jpg) 0 0 no-repeat; }
#general #title07 { background: url(../images/general_h4-07.jpg) 0 0 no-repeat; }
#general #title08 { background: url(../images/general_h4-08.jpg) 0 0 no-repeat; }
#general #title09 { background: url(../images/general_h4-09.jpg) 0 0 no-repeat; }

#general #content th {
  width: 130px;
  }

/*---------- Implant -----------*/
#implant #title01 { background: url(../images/implant_h2-01.jpg) 0 0 no-repeat; }
#implant #title02 { background: url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant #title03 { background: url(../images/implant_h4-03.jpg) 0 0 no-repeat; }
#implant #title04 { background: url(../images/implant_h4-04.jpg) 0 0 no-repeat; }

#implant #content td {
  vertical-align: top;
  }

#implant #case_next a{
  background: url(../images/bn_case02.jpg) no-repeat;
  }

/*---------- Prevent -----------*/
#prevent #title01 { background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat; }
#prevent #title02 { background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }
#prevent #title03 { background: url(../images/prevent_h3-03.jpg) 0 0 no-repeat; }
#prevent #title04 { background: url(../images/prevent_h4-04.jpg) 0 0 no-repeat; }
#prevent #title05 { background: url(../images/prevent_h4-05.jpg) 0 0 no-repeat; }

/*---------- Whitening -----------*/
#whitening #title01 { background: url(../images/whitening_h2-01.jpg) 0 0 no-repeat; }
#whitening #title02 { background: url(../images/whitening_h3-02.jpg) 0 0 no-repeat; }
#whitening #title03 { background: url(../images/whitening_h3-03.jpg) 0 0 no-repeat; }
#whitening #title04 { background: url(../images/whitening_h3-04.jpg) 0 0 no-repeat; }
#whitening #title05 { background: url(../images/whitening_h4-05.jpg) 0 0 no-repeat; }
#whitening #title06 { background: url(../images/whitening_h4-06.jpg) 0 0 no-repeat; }
#whitening #title07 { background: url(../images/whitening_h4-07.jpg) 0 0 no-repeat; }
#whitening #title08 { background: url(../images/whitening_h4-08.jpg) 0 0 no-repeat; }

/*---------- Inquiry -----------*/
#inquiry #title01 { background: url(../images/inquiry_h2-01.jpg) 0 0 no-repeat; }
#inquiry #title02 { background: url(../images/inquiry_h3-02.jpg) 0 0 no-repeat; }
#inquiry #title03 { background: url(../images/inquiry_h3-03.jpg) 0 0 no-repeat; }

#map {
  width: 500px;
  height: 300px;
  margin-left: 15px;
  border: 2px solid #aaa;
  }

#inquiry #mail span {
  color: #FF0000;
	}

#inquiry #content #mail table {
  width: 520px;
	margin-left: 5px;
	}

#inquiry #content #mail table th {
  width: 140px;
	}

#inquiry #content table td.require {
  width: 5px;
	}


/*---------- Sitemap -----------*/
#sitemap #title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }
#sitemap #title02 { background: url(../images/sitemap_h3-02.jpg) 0 0 no-repeat; }

#sitemap #content dt{
  background: url(../images/li_bg.jpg) 0 4px no-repeat;
  padding-left: 15px;
  }

#sitemap #content dl {
  margin: 5px 15px 10px;
  padding: 0;
  }

#sitemap #content a { 
  text-decoration: underline;
  color: #AB10D2;
  }

#sitemap #content a:hover {
  color: #C76CE5;
  }


