@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.png) top repeat-x; }

#wrapper {
  background: url(../images/wrapper_bg.png) repeat-y;
  width: 802px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  }

#main {
  margin: 0;
  padding: 0 0 0 5px;
  }

#content {
  width: 600px;
  float: right;
  font-size: 100%;
  line-height: 1.6;
  color: #666;
  padding: 0;
  }


/*---------- 03  Header -----------*/

#header {
  background: url(../images/header_bg.png) 0 0 no-repeat;
  height: 295px;
  width: 802px;
  margin: 0;
  padding: 0;
  }

#header_01 {
  height: 90px;
  }
  
#header_01 .alpha {
  float: left;
  width: 500px;
  height: 90px;
  }

#header_info {
  height: 18px;
  margin: 0;
  padding: 1px .5em ;
  color: #003E6D;
  font-size: 85%;
  }
* html body #header_info {
  height: 20px;
  }

h1 {
  text-indent: -9999px;
  width: 330px;
  height: 70px;
  line-height: 1.0;
  float: left;
  }
h1 a {
  display: block;
  width: 330px;
  height: 70px;
  background: url(../images/h1.png) 0 0 no-repeat;
  }

#header_01 .beta {
  width: 215px;
  float: right;
  margin: 0;
  padding: 0;
  }

#header_01 p.tel {
  margin: 0;
  padding: 0;
  }
#header_01 p.tel img { display: block; }

#header_nav01 {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 215px;
  height: 30px;
  }

#header_nav01 li {
  height: 30px;
  float: left;
  text-indent: -9999px;
  list-style: none;
  margin: 0;
  padding: 0;
  }
#header_nav01 li a {
  display: block;
  height: 30px;
  }

#nav01 { width: 95px; }
#nav02 { width: 120px; }

#nav01 a {
  background: url(../images/header_nav01.png) 0 0 no-repeat;
  width: 95px;
  }
#nav02 a {
  background: url(../images/header_nav01.png) -100px 0 no-repeat;
  width: 95px;
  margin-left: 5px;
  }

#header_02 {
  height: 205px;
  }

#header_02 .alpha {
  float: left;
  width: 281px;
  }

#header_nav02 {
  list-style: none;
  margin: 0;
  padding: 30px 0 0 11px;
  width: 260px;
  height: 160px;
  }
*html body #header_nav02 {
  width: 271px;
  height: 190px;
  }

#header_nav02 li {
  list-style: none;
  text-indent: -9999px;
  height: 80px;
  width: 125px;
  float: left;
  }

#header_nav02 li a {
  display: block;
  height: 80px;
  width: 125px;
  }

#nav03 a { background: url(../images/header_nav02.png) 0 0 no-repeat; }
#nav04 a { background: url(../images/header_nav02.png) -135px 0 no-repeat;
  margin-left: 10px; }
#nav05 a { background: url(../images/header_nav02.png) 0 -80px no-repeat; }
#nav06 a { background: url(../images/header_nav02.png) -135px -80px no-repeat;
  margin-left: 10px; }

#nav03 a:hover { background: url(../images/header_nav02.png) -260px 0 no-repeat; }
#nav04 a:hover { background: url(../images/header_nav02.png) -395px 0 no-repeat;
  margin-left: 10px; }
#nav05 a:hover { background: url(../images/header_nav02.png) -260px -80px no-repeat; }
#nav06 a:hover { background: url(../images/header_nav02.png) -395px -80px no-repeat;
  margin-left: 10px; }

#header_02 .beta {
  float: right;
  width: 521px;
  }

#header_02 .beta h2 {
  height: 205px;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  }


/*----------04  Navigation -----------*/

#nav {
  width: 190px;
  float: left;
  padding: 5px 0 20px 0;
  }

#nav h2 {
  text-indent: -9999px;
  height: 35px;
  margin: 0;
  padding: 0;
  background: url(../images/nav.png) 0 0 no-repeat;
  }

#nav ul,
#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;
  }

#nav .internal li#nav12 {
  height: 35px;
  }

#nav07 a { background: url(../images/nav.png) 0 -35px no-repeat; }
#nav08 a { background: url(../images/nav.png) 0 -65px no-repeat; }
#nav09 a { background: url(../images/nav.png) 0 -95px no-repeat; }
#nav10 a { background: url(../images/nav.png) 0 -125px no-repeat; }
#nav11 a { background: url(../images/nav.png) 0 -155px no-repeat; }
#nav .internal li#nav12 a { background: url(../images/nav.png) 0 -185px no-repeat;
  height: 35px; }

#nav07 a:hover { background: url(../images/nav.png) -190px -35px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -190px -65px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -190px -95px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -190px -125px no-repeat; }
#nav11 a:hover { background: url(../images/nav.png) -190px -155px no-repeat; }
#nav .internal li#nav12 a:hover { background: url(../images/nav.png) -190px -185px no-repeat; }

#nav p { text-align: center; }

/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 0;
  margin: 0;
  background: url(../images/footer_bg.png) top no-repeat;
  font-size: 90%;
  color: #8c8c8c;
  height: 265px;
  }
*:first-child+html #footer { font-size: 11px; } /*  for IE7 only */
* html body #footer { font-size: 11px; } /*  for IE6 only */

#footer01 {
  height: 155px;
  margin: 0;
  padding: 0;
  }

#footer01 .alpha,
#footer01 .beta {
  float: left;
  width: 270px;
  }
#footer01 .gamma {
  float: left;
  width: 260px;
  }

#footer01 h2 {
  text-indent: -9999px;
  height: 30px;
  margin: 10px 0 0 10px;
  padding: 0;
  }

#footer01 p {
  color: #fff;
  margin: 5px 0 0 25px;
  }

#footer p.point {
  color: #F9E594;
 }
 
#footer_h-01 { background: url(../images/footer_h-01.png) 0 0 no-repeat; }
#footer_h-02 { background: url(../images/footer_h-02.png) 0 0 no-repeat; }
#footer_h-03 { background: url(../images/footer_h-03.png) 0 0 no-repeat; }

#footer01 .gamma .alpha {
  float: left;
  width: 110px;
  }

#footer01 .gamma .beta {
  float: right;
  width: 140px;
  }

#footer01 .gamma ul {
  list-style: none;
  color: #fff;
  margin: 5px 0 10px 25px;
  padding: 0;
  }

#footer01 .gamma li {
  list-style: none;
  background-image: none;
  }

#footer01 #bn_clinic {
  clear: both;
  text-indent: -9999px;
  margin-left: 10px;
  padding: 0;
  }

#footer01 #bn_clinic a {
  display: block;
  height: 20px;
  background: url(../images/bn_clinic.png) 0 0 no-repeat;
  }

#footer02 {
  clear: both;
  margin: 10px 0px 0 5px;
  padding: 0;
  }

#footer02 .alpha {
  float: left;
  width: 530px;
  margin: 10px 0 0 0;
  padding: 0;
  }


#footer02 .beta {
  float: right;
  width: 250px;
  }

#footer02 a {
  text-decoration: none;
  color: #8C8C8C;
  }
#footer02 a:hover { 
  text-decoration: underline;
  color: #19709B;
  }

#footer02 ul { 
  list-style: none;
  margin: 2px 1em 2px 1em;
  padding: 0;
  clear: both;
  }

#footer02 ul li {
  display: inline;
  margin: 0;
  padding: 0;
  }

#footer02 address { margin: 4px 1em; }

#footer02 p.tel {
  margin: 5px 0 0px 10px;
  padding: 0;
  }

#footer02 p.reserv {
  margin: 15px 10px 0 0;
  padding: 0;
  }


/*---------- 06  Contents -----------*/

.section { 
  clear: both;
  padding: .5em 35px 1em 25px; }
.section .section { 
  clear: both;
  padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h3 {
  clear: both;
  height: 36px;
  text-indent: -9999px;
  }
#content h4 {
  height: 20px;
  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;
  color: #0C87CB;
  background: url(../images/li_bg.png) 0 4px no-repeat;
  padding-left: 20px;
  }

#content a { 
  text-decoration: underline;
  color: #FF7D50;
  }

#content a:hover {
  color: #FFB000;
  }


blockquote.style01 {
  font-weight: bold;
  border : 1px solid #FD7243 ;
  color: #1B527C;
  background: #fff;
  margin: .5em 1em;
  padding: .5em;
  }

.ac { text-align:center;}
.image_l  {
  float: left;
  margin: 10px 16px 8px 0;
  }

.image_r {
  float: right;
  margin: 10px 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: 138px;
  height: 30px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content ul.totop li a {
  display: block;
  height: 30px;
  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-collapse: separate;
  border-spacing: 1px;
  border: 1px solid #91D6E2;
  font-size: 100%;
  color: #666;
  width: 500px;
  margin-top: 10px;
  }

#content table th,
#content table td {
  padding: 4px 12px;
  border: 1px solid #91D6E2;
  }

#content table th {
  background: #D1E7ED;
  color: #636570;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }

.point {
  color: #FD7243;
  }

.detail {
  text-align: right;
  }

.flow {
  background: url(../images/arrow_d.png) bottom no-repeat;
  padding-bottom: 40px;
  }

.flow p {
  background: #DFF8FF;
  margin-bottom: 20px;
  padding: .5em;
  }

#end {
  background-image: none;
  padding-bottom: 0;
  }

/*---------- 07  Index -----------*/
#index h2#title01 { background: url(../images/index_h2-01.png) 0 0 no-repeat; }

#index h3#title02 { 
  background: url(../images/index_h3-02.png) 0 0 no-repeat;
  height: 26px;
  margin: 5px 0 0 0;
  }

#index .pickup {
  clear: both;
  padding: 0 35px 10px 25px;
  }

#index .pickup .alpha {
  float: left;
  width: 260px;
  margin: 0 0 10px 0;
  }

#index .pickup .beta {
  float: right;
  width: 260px;
  margin: 0 0 10px 0;
  }

#index .pickup .alpha,
#index .pickup .beta {
  background: url(../images/pickup_bg.png) bottom no-repeat;
  height: 160px;
  }

#index .pickup h3 {
  height: 45px;
  margin: 0;
  padding: 0;
  }

#index .pickup h3#title03 { background: url(../images/pick_h-01.png) 0 0 no-repeat; }
#index .pickup h3#title04 { background: url(../images/pick_h-02.png) 0 0 no-repeat; }
#index .pickup h3#title05 { background: url(../images/pick_h-03.png) 0 0 no-repeat; }
#index .pickup h3#title06 { background: url(../images/pick_h-04.png) 0 0 no-repeat; }

#index .pickup p {
  margin: .5em .5em 0 0;
  padding: 0;
  }

#index .pickup p.image_l {
  margin: .5em 0 0 0;
  padding: 0;
  }

#index .detail span {
  font-size: 85%;
  } 


/*---------- 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 h4#title08 { background: url(../images/clinic_h4-08.png) 0 0 no-repeat; }
#clinic h4#title09 { background: url(../images/clinic_h4-09.png) 0 0 no-repeat; }
#clinic h4#title10 { background: url(../images/clinic_h4-10.png) 0 0 no-repeat; }
#clinic h4#title11 { background: url(../images/clinic_h4-11.png) 0 0 no-repeat; }
#clinic h4#title12 { background: url(../images/clinic_h4-12.png) 0 0 no-repeat; }

#clinic #content table dl {
  margin: 5px;
  padding: 0;
  }

#clinic #content table dt {
  float: left;
  width: 60px;
  color: #666;
  font-weight: normal;
  }

#clinic #content table dd {
  padding-left: 50px;
  }

#clinic #content .alpha {
  float: left;
  width: 200px;
  } 
#clinic #content .beta {
  float: right;
  width: 310px;
  margin: 5px 0 0 0;
  } 

#map {
  width: 340px;
  height: 340px;
  }

/*---------- 09  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 h3#title04 { background: url(../images/staff_h3-04.png) 0 0 no-repeat; }
#staff h4#title05 { background: url(../images/staff_h4-05.png) 0 0 no-repeat; }

#staff #dr .alpha {
  float: left;
  width: 200px;
  }

#staff #dr .beta {
  float: right;
  width: 310px;
  }


#staff .member {
  margin: 0 30px;
  }

/*---------- Perio -----------*/
#perio h2#title01 { background: url(../images/perio_h2-01.png) 0 0 no-repeat; }
#perio h3#title02 { background: url(../images/perio_h3-02.png) 0 0 no-repeat; }
#perio h3#title03 { background: url(../images/perio_h3-03.png) 0 0 no-repeat; }
#perio h3#title04 { background: url(../images/perio_h3-04.png) 0 0 no-repeat; }
#perio h4#title05 { background: url(../images/perio_h4-05.png) 0 0 no-repeat; }
#perio h4#title06 { background: url(../images/perio_h4-06.png) 0 0 no-repeat; }
#perio h4#title07 { background: url(../images/perio_h4-07.png) 0 0 no-repeat; }
#perio h4#title08 { background: url(../images/perio_h4-08.png) 0 0 no-repeat; }

/*---------- 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 h3#title03 { background: url(../images/prevent_h3-03.png) 0 0 no-repeat; }
#prevent h3#title04 { background: url(../images/prevent_h3-04.png) 0 0 no-repeat; }
#prevent h4#title05 { background: url(../images/prevent_h4-05.png) 0 0 no-repeat; }
#prevent h4#title06 { background: url(../images/prevent_h4-06.png) 0 0 no-repeat; }
#prevent h4#title07 { background: url(../images/prevent_h4-07.png) 0 0 no-repeat; }
#prevent h4#title08 { background: url(../images/prevent_h4-08.png) 0 0 no-repeat; }
#prevent h4#title09 { background: url(../images/prevent_h4-09.png) 0 0 no-repeat; }

/*---------- Jaw -----------*/
#jaw h2#title01 { background: url(../images/jaw_h2-01.png) 0 0 no-repeat; }
#jaw h3#title02 { background: url(../images/jaw_h3-02.png) 0 0 no-repeat; }
#jaw h3#title03 { background: url(../images/jaw_h3-03.png) 0 0 no-repeat; }
#jaw h4#title04 { background: url(../images/jaw_h4-04.png) 0 0 no-repeat; }
#jaw h4#title05 { background: url(../images/jaw_h4-05.png) 0 0 no-repeat; }
#jaw h4#title06 { background: url(../images/jaw_h4-06.png) 0 0 no-repeat; }
#jaw h4#title07 { background: url(../images/jaw_h4-07.png) 0 0 no-repeat; }

/*---------- 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 h4#title06 { background: url(../images/denture_h4-06.png) 0 0 no-repeat; }

/*---------- 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 h3#title03 { background: url(../images/ortho_h3-03.png) 0 0 no-repeat; }
#ortho h3#title04 { background: url(../images/ortho_h3-04.png) 0 0 no-repeat; }
#ortho h4#title05 { background: url(../images/ortho_h4-05.png) 0 0 no-repeat; }
#ortho h4#title06 { background: url(../images/ortho_h4-06.png) 0 0 no-repeat; }
#ortho h4#title07 { background: url(../images/ortho_h4-07.png) 0 0 no-repeat; }
#ortho h4#title08 { background: url(../images/ortho_h4-08.png) 0 0 no-repeat; }
#ortho h4#title09 { background: url(../images/ortho_h4-09.png) 0 0 no-repeat; }
#ortho h4#title10 { background: url(../images/ortho_h4-10.png) 0 0 no-repeat; }

/*---------- Aesthe -----------*/
#aesthe h2#title01 { background: url(../images/aesthe_h2-01.png) 0 0 no-repeat; }
#aesthe h3#title02 { background: url(../images/aesthe_h3-02.png) 0 0 no-repeat; }
#aesthe h3#title03 { background: url(../images/aesthe_h3-03.png) 0 0 no-repeat; }
#aesthe h3#title04 { background: url(../images/aesthe_h3-04.png) 0 0 no-repeat; }
#aesthe h4#title05 { background: url(../images/aesthe_h4-05.png) 0 0 no-repeat; }
#aesthe h4#title06 { background: url(../images/aesthe_h4-06.png) 0 0 no-repeat; }

#aesthe #laser blockquote.style01 {
  width: 300px;
  }

/*---------- Recruit -----------*/
#recruit h2#title01 { background: url(../images/recruit_h2-01.png) 0 0 no-repeat; }
#recruit h3#title02 { background: url(../images/recruit_h3-02.png) 0 0 no-repeat; }

/*---------- Sitemap -----------*/
#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }
#sitemap h3#title02 { background: url(../images/sitemap_h3-02.png) 0 0 no-repeat; }

#sitemap #content dt {
  margin-bottom: 4px;
  }

#sitemap #content dd {
  margin-bottom: 8px;
  }



