@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 - Green          #009900      */
/*        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.png) top repeat-x; }

#wrapper {
  width: 810px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background: url(../images/wrapper_bg.png) repeat-y;
  }

#main {
  margin: 0;
  background: url(../images/main_bg.png) top no-repeat;
  }

#content {
  width: 585px;
  float: right;
  font-size: 100%;
  line-height: 1.6;
  color: #666;
  padding: 0 20px 0 0;
  }
* html body #content {
  width: 605px;
  }

/*---------- 03  Header -----------*/

#header {
  background: url(../images/header_bg.png) 0 0 no-repeat;
  height: 100px;
  width: 810px;
  margin: 0;
  padding: 0;
  }

#header .alpha {
  float: left;
  width: 500px;
  }

#header .beta {
  float: right;
  width: 250px;
  }

#header .alpha h1 {
  margin: 0;
  padding: 3px 0 0 0;
  height: 17px;
  color: #009900;
  text-indent: 1.2em;
  font-size: 85%;
  }
* html body #header .alpha h1 { height: 20px; } /*  for IE6 only */

p.logo {
  width: 300px;
  height: 70px;
  line-height: 1.0;
  float: left;
  margin: 0;
  }
p.logo a {
  display: block;
  width: 300px;
  height: 70px;
  }

p.tel {
  margin: 0;
  padding: 0;
  float: right;
  }
p.tel img { display: block; }


/*----------04  Navigation -----------*/

#nav {
  width: 195px;
  float: left;
  padding: 5px 0 20px 0;
  }

#nav ul{
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
  width: 180px;
  }

#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav .internal li {
  height: 30px;
  text-indent: -9999px;
  }

#nav .internal li a {
  display: block;
  height: 30px;
  }

#nav01 a { background: url(../images/nav.png) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav.png) 0 -30px no-repeat; }
#nav03 a { background: url(../images/nav.png) 0 -60px no-repeat; }
#nav04 a { background: url(../images/nav.png) 0 -90px no-repeat; }
#nav05 a { background: url(../images/nav.png) 0 -120px no-repeat; }
#nav06 a { background: url(../images/nav.png) 0 -150px no-repeat; }
#nav07 a { background: url(../images/nav.png) 0 -180px no-repeat; }
#nav08 a { background: url(../images/nav.png) 0 -210px no-repeat; }
#nav09 a { background: url(../images/nav.png) 0 -240px no-repeat; }
#nav10 a { background: url(../images/nav.png) 0 -270px no-repeat; }

#nav01 a:hover { background: url(../images/nav.png) -180px 0 no-repeat; }
#nav02 a:hover { background: url(../images/nav.png) -180px -30px no-repeat; }
#nav03 a:hover { background: url(../images/nav.png) -180px -60px no-repeat; }
#nav04 a:hover { background: url(../images/nav.png) -180px -90px no-repeat; }
#nav05 a:hover { background: url(../images/nav.png) -180px -120px no-repeat; }
#nav06 a:hover { background: url(../images/nav.png) -180px -150px no-repeat; }
#nav07 a:hover { background: url(../images/nav.png) -180px -180px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -180px -210px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -180px -240px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -180px -270px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 0;
  margin: 0;
  background: url(../images/footer_bg.png) no-repeat;
  font-size: 85%;
  text-align: left;
  color: #005100;
  height: 100px;
  }
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer .alpha {
  float: left;
  width: 500px;
  margin-top: 70px;
  padding: 0 0 0 10px;
  }

#footer .beta {
  float: right;
  width: 260px;
  }

#footer a {
  text-decoration: none;
  color: #009900;
  }
#footer a:hover { 
  text-decoration: underline;
  color: #005100;
  }

#footer ul { 
  list-style: none;
  margin: 0 1em 4px 1em;
  padding: 0;
  clear: both;
  }

#footer ul li {
  display: inline;
  margin: 0;
  padding: 0;
  }

#footer address { margin: 6px 1em; }


/*---------- 06  Contents -----------*/

#content .section { padding: .5em 0 0 10px; }
#content .section .section { padding: 1em 10px 0 10px; }

#content .section02 {
  background: #DDFFBF;
  border: 1px dotted #993300;
  }

.center { text-align: center; }

#content h2 {
  height: 36px;
  text-indent: -9999px;
  margin: 5px 15px 0;
  }
#content h3 {
  clear: both;
  height: 40px;
  text-indent: -9999px;
  }
#content h4 {
  height: 22px;
  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: 15px;
  }
#content ul.olist li {
  background-image: none;
  padding-left: 0;
  }

#content dt { 
  font-weight: bold;
  color: #FF7F73;
  }

#content a { 
  text-decoration: underline;
  color: #D43300;
  }

#content a:hover {
  color: #FF6339;
  }

#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_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; }


.case2 {
  margin: 15px 50px 0 50px;
  }

.caption {
  text-align: center;
  border-top: 2px solid #ccc;
  }


#content .totop ul {
  clear: both;
  padding-bottom: 10px;
  }

#content .totop li {
  list-style: none;
  width: 74px;
  height: 16px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content .totop li a {
  display: block;
  height: 16px;
  background: url(../images/to_top.png) 0 0 no-repeat;
  }

p.caution {
  padding-left: 24px;
  background: url(../images/caution.png) 0 1px no-repeat;
  }

/* Hides from IE-mac \*/
p.answer:first-letter {
  display: block;
  padding: 2px;
  background: #4499af;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #ccc;
  margin: 0 5px 0 0;
  float: left;
  }
/* End hide from IE-mac */



#content table {
  border: 1px solid #bbb;
  font-size: 100%;
  color: #666;
  width: 530px;
  margin-top: 10px;
  margin-left: 20px;
  }

#content .section .section table {
  margin-left: 10px;
  }

#content table th,
#content table td {
  padding: 4px 8px;
  border: 1px solid #bbb;
  }

#content table th {
  background: #FFE9E9;
  color: #636570;
  }

#content th.style01 {
  background: #fff;
  color: #993300;
  }

#content th.style02 {
  background: #FF9F9F;
  color: #fff;
  }


input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }
  
.lead {
  background: #FFE9E9;
  margin: .5em .5em .5em .2em;
  padding: .2em .5em;
  border: 1px dotted #D43300;
  }

.flow {
  background: url(../images/arrow_d.png) center bottom no-repeat;
  padding-bottom: 40px;
  }

.flow dl {
  border: 1px solid #009900;
  margin: 5px 10px;
  padding: 0;
  }

#content .flow dt {
  color: #009900;
  background: #DDFFBF;
  padding: .2em .5em;
  margin: 0; 
  }

#end {
  background-image: none;
  padding-bottom: 10px;
  }

.flow dl dl {
  border: none;
  margin: 0;
  padding: 0;
  }

#content .flow dl dl dt {
  color: #FF7F73;
  background: #fff;
  background: url(../images/li_bg.png) 0 4px no-repeat;
  padding : 0 0 0 15px;
  }

#content .flow dl dl dd {
  color: #FF7F73;
  margin: 0 .5em .5em 0;
  padding: 0;
  }


/*---------- Index -----------*/
#index h2#title01 { text-indent: 0; margin: 5px 12px 0;}
#index h3#title02 { background: url(../images/index_h3-02.png) 0 0 no-repeat; }
#index h3#title03 { text-indent: 0; }

#index #main-img {
  margin: 5px 0 5px 10px;
  padding: 0;
  height: 360px;
  }

#index #greeting {
  margin: 5px 12px;
  padding: 0 0 15px 0;
  background: url(../images/index_greeting_bg.png) bottom no-repeat;
  }
  
#index p.mainText {
  margin: 5px 12px 14px;
}

#index #info {
  background: url(../images/index_info_bg.png) bottom no-repeat;
  margin: 5px 0 ;
  color: #993300;
  }

#index #info ul {
  background: url(../images/index_info_top.png) top no-repeat;
  margin: 0;
  padding: 10px 0 10px 40px;
  }

#index #info li {
  background: url(../images/index_info_li.png) 0 4px no-repeat;
  }


#index #clinic-info dl {
  margin: 5px 0 10px 10px;
  padding: 0;
  }

#index #clinic-info dt {
  float: left;
  width: 70px;
  }
  
#index #clinic-info dd {
  padding-left: 70px;
  }

#index #clinic-info .image_r {
  margin: 0;
  padding: 0;
  }


/*---------- Staff -----------*/
#staff h2#title01 { background: url(../images/staff_h2-01.png) 0 0 no-repeat; }
#staff h3#title02 { background: url(../images/staff_h3-02.png) 0 0 no-repeat; }
#staff h3#title03 { background: url(../images/staff_h3-03.png) 0 0 no-repeat; }
#staff h4#title04 { background: url(../images/staff_h4-04.png) 0 0 no-repeat; }
#staff h4#title05 { background: url(../images/staff_h4-05.png) 0 0 no-repeat; }
#staff h4#title06 { background: url(../images/staff_h4-06.png) 0 0 no-repeat; }
#staff h4#title07 { background: url(../images/staff_h4-07.png) 0 0 no-repeat; }
#staff h4#title08 { background: url(../images/staff_h4-08.gif) 0 0 no-repeat; }

#staff #dr .alpha {
  float: left;
  width: 200px;
  }

#staff #dr .beta {
  float: right;
  width: 330px;
  }

#staff #dr .beta dl {
  margin: 5px 0 5px 20px;
  }

#staff #dr .beta dt {
  float: left;
  width: 60px;
  }

#staff #dr .beta dd {
  padding-left: 60px;
  }

/*---------- Clinic -----------*/
#clinic h2#title01 { background: url(../images/clinic_h2-01.png) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-02.png) 0 0 no-repeat; }
#clinic h3#title03 { background: url(../images/clinic_h3-03.png) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-04.png) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4-05.png) 0 0 no-repeat; }
#clinic h4#title06 { background: url(../images/clinic_h4-06.png) 0 0 no-repeat; }
#clinic h4#title07 { background: url(../images/clinic_h4-07.png) 0 0 no-repeat; }

#clinic #content th{
  width: 120px;
  }

#map {
  width: 380px;
  height: 340px;
  margin: 5px;
  }

.clinic-img {
  clear: both;
  }

.clinic-img .alpha {
  float: left;
  width: 200px;
  }

.clinic-img .beta {
  float: right;
  width: 340px;
  }

/*---------- Child -----------*/
#child h2#title01 { background: url(../images/child_h2-01.png) 0 0 no-repeat; }
#child h3#title02 { background: url(../images/child_h3-02.png) 0 0 no-repeat; }
#child h4#title03 { background: url(../images/child_h4-03.png) 0 0 no-repeat; }
#child h4#title04 { background: url(../images/child_h4-04.png) 0 0 no-repeat; }
#child h4#title05 { background: url(../images/child_h4-05.png) 0 0 no-repeat; }

#child .section02 dl {
  margin: .5em;
  padding: 0;
  }

#child .section02 dt {
  border-bottom: 1px solid #993300;
  color: #993300;
  }

#child .section02 dd {
  color: #CC6635;
  margin: .5em;
  padding: 0;
  }

/*---------- Denture -----------*/
#denture h2#title01 { background: url(../images/denture_h2-01.png) 0 0 no-repeat; }
#denture h3#title02 { background: url(../images/denture_h3-02.png) 0 0 no-repeat; }
#denture h4#title03 { background: url(../images/denture_h4-03.png) 0 0 no-repeat; }
#denture h4#title04 { background: url(../images/denture_h4-04.png) 0 0 no-repeat; }
#denture h4#title05 { background: url(../images/denture_h4-05.png) 0 0 no-repeat; }


#denture .flow p {
  background: #DDFFBF;
  margin: 5px 10px;
  padding: .5em;
  border: 1px solid #009900;
  text-align: center;
  font-weight: bold;
  color: #009900;
  }


#denture #merit th.style01 {
  width: 80px;
  }


/*---------- Implant -----------*/
#implant h2#title01 { background: url(../images/implant_h2-01.png) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.png) 0 0 no-repeat; }
#implant h3#title03 { background: url(../images/implant_h3-03.png) 0 0 no-repeat; }
#implant h4#title04 { background: url(../images/implant_h4-04.png) 0 0 no-repeat; }
#implant h4#title05 { background: url(../images/implant_h4-05.png) 0 0 no-repeat; }

#compare td {
  width: 120px;
  }

/*---------- Prevent -----------*/
#prevent h2#title01 { background: url(../images/prevent_h2-01.png) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-02.png) 0 0 no-repeat; }
#prevent h4#title03 { background: url(../images/prevent_h4-03.png) 0 0 no-repeat; }
#prevent h4#title04 { background: url(../images/prevent_h4-04.png) 0 0 no-repeat; }
#prevent h4#title05 { background: url(../images/prevent_h4-05.png) 0 0 no-repeat; }

#prevent #content th{
  width: 130px;
  }

/*---------- Ortho -----------*/
#ortho h2#title01 { background: url(../images/ortho_h2-01.png) 0 0 no-repeat; }
#ortho h3#title02 { background: url(../images/ortho_h3-02.png) 0 0 no-repeat; }
#ortho h4#title03 { background: url(../images/ortho_h4-03.png) 0 0 no-repeat; }
#ortho h4#title04 { background: url(../images/ortho_h4-04.png) 0 0 no-repeat; }

#ortho .period {
  padding-bottom: 10px;
  }
  
#ortho .period p {
  font-weight: bold;
  font-size: 124%;
  text-align: center;
  color: #993300;
  }

/*---------- Esthe -----------*/
#esthe h2#title01 { background: url(../images/esthe_h2-01.png) 0 0 no-repeat; }
#esthe h3#title02 { background: url(../images/esthe_h3-02.png) 0 0 no-repeat; }
#esthe h3#title03 { background: url(../images/esthe_h3-03.png) 0 0 no-repeat; }
#esthe h4#title04 { background: url(../images/esthe_h4-04.png) 0 0 no-repeat; }
#esthe h4#title05 { background: url(../images/esthe_h4-05.png) 0 0 no-repeat; }
#esthe h4#title06 { background: url(../images/esthe_h4-06.png) 0 0 no-repeat; }

#esthe #feature {
  margin: .5em .5em .5em .2em;
  padding: 0;
  border-top: 1px solid #D43300;
  border-left: 1px solid #D43300;
  border-right: 1px solid #D43300;
  }

#esthe #feature dt{
  background: url(../images/li_bg.png) 0 4px no-repeat;
  padding-left: 15px;
  margin: .3em 0 0 .5em;
  }

#esthe #feature dd{
  background: #FFE9E9;
  margin: 0;
  padding: 0 0 .2em .5em;
  border-bottom: 1px solid #D43300;
  }


/*---------- Price -----------*/
#price h2#title01 { background: url(../images/price_h2-01.png) 0 0 no-repeat; }

.bld { font-weight:bold; background:#fefce3; }
.marB10 { margin-bottom:10px; }

