@charset "UTF-8";
@import "base.css";
@import "sori.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: #FFFCD9 url(../images/body_bg.gif) top repeat-x; }

#wrapper {
  width: 800px;
  margin: 0px auto;
  padding: 0;
  text-align: left;
  border-left: 1px solid #FFBF85;
  border-right: 1px solid #FFBF85;
  }
* html body #wrapper {
  width: 802px;
  }

#main {
  margin: 0;
  background: url(../images/main_bg.png) repeat-y;
  }

#content {
  width: 620px;
  float: left;
  font-size: 100%;
  line-height: 1.6;
  color: #666;
  padding: 2em 0 1em 0;
  }


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

#header {
  background: #fff url(../images/top_bg.jpg) bottom no-repeat;
  height: 370px;
  width: 780px;
  margin: 0;
  padding: 0 10px;
  }
* html body #header {
  width: 800px;
  }

h1 {
  text-indent: -9999px;
  width: 450px;
  height: 50px;
  line-height: 1.0;
  float: left;
  }
h1 a {
  display: block;
  width: 450px;
  height: 50px;
  background: url(../images/h1.png) 0 0 no-repeat;
  }

#header .section {
  width: 215px;
  height: 66px;
  float: right;
  margin: 0;
  padding: 0;
  }

.info {
  margin: 0;
  padding: 0;
  float: right;
  }
.info img { display: block; }

#header .description {
  font-size: 85%;
  height: 17px;
  margin:0;
  padding:  3px 0 0 3px;
  color:#aaa;
  }
*:first-child+html #header .description { font-size: 9px; } /*  for IE7 only */
* html body #header .description { 
  font-size: 9px;
  height: 20px;
  } /*  for IE6 only */

#top_nav {
  clear: both;
  margin: 0 0 0px 0;
  padding: 0;
  height: 36px;
  }

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

#top_nav li {
  text-indent: -9999px;
  height: 34px;
  width: 130px;
  float: left;
  }

#top_nav li a{
  height: 34px;
  width: 130px;
  display: block;
  }

#nav01 a { background: url(../images/top_nav.png) 0 0 no-repeat; }
#nav02 a { background: url(../images/top_nav.png) -130px 0 no-repeat; }
#nav03 a { background: url(../images/top_nav.png) -260px 0 no-repeat; }
#nav04 a { background: url(../images/top_nav.png) -390px 0 no-repeat; }
#nav05 a { background: url(../images/top_nav.png) -520px 0 no-repeat; }
#nav06 a { background: url(../images/top_nav.png) -650px 0 no-repeat; }

#nav01 a:hover { background: url(../images/top_nav.png) 0 -34px no-repeat; }
#nav02 a:hover { background: url(../images/top_nav.png) -130px -34px no-repeat; }
#nav03 a:hover { background: url(../images/top_nav.png) -260px -34px no-repeat; }
#nav04 a:hover { background: url(../images/top_nav.png) -390px -34px no-repeat; }
#nav05 a:hover { background: url(../images/top_nav.png) -520px -34px no-repeat; }
#nav06 a:hover { background: url(../images/top_nav.png) -650px -34px no-repeat; }

#top_pickup {
  clear: both;
  margin: 0;
  padding: 0;
  height: 248px;
  }

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

#top_pickup li {
  text-indent: -9999px;
  width: 251px;
  }

#top_pickup li a{
  width: 251px;
  display: block;
  }

#pick01 {
  height: 80px;
  }

#pick02,
#pick03 {
  height: 70px;
  }

#pick01 a { 
  background: url(../images/top_pickup.jpg) 0 0 no-repeat;
  height: 80px;
  }

#pick02 a { 
  background: url(../images/top_pickup.jpg) 0 -80px no-repeat;
  height: 70px;
  }

#pick03 a { 
  background: url(../images/top_pickup.jpg) 0 -150px no-repeat;
  height: 71px;
  }

#pick01 a:hover { 
  background: url(../images/top_pickup.jpg) -251px 0 no-repeat;
  height: 80px;
  }

#pick02 a:hover { 
  background: url(../images/top_pickup.jpg) -251px -80px no-repeat;
  height: 70px;
  }

#pick03 a:hover { 
  background: url(../images/top_pickup.jpg) -251px -150px no-repeat;
  height: 71px;
  }


/*----------04  Navigation -----------*/

#nav {
  width: 180px;
  float: right;
  padding: 5px 0 20px 0;
  }

#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 .internal02 li {
  height: 25px;
  text-indent: -9999px;
  }

#nav .internal02 li a {
  display: block;
  height: 25px;
  }
  
#nav07 { background: url(../images/nav.png) 0 0 no-repeat; }
#nav08 a { background: url(../images/nav.png) 0 -30px no-repeat; }
#nav09 a { background: url(../images/nav.png) 0 -60px no-repeat; }
#nav10 a { background: url(../images/nav.png) 0 -90px no-repeat; }
#nav11 a { background: url(../images/nav.png) 0 -120px no-repeat; }
#nav12 a { background: url(../images/nav.png) 0 -150px no-repeat; }
#nav13 a { background: url(../images/nav.png) 0 -180px no-repeat; }
#nav14 a { background: url(../images/nav.png) 0 -210px no-repeat; }
#nav15 a { background: url(../images/nav.png) 0 -240px no-repeat; }
#nav16 { background: url(../images/nav.png) 0 -270px no-repeat; }
#nav17 a { background: url(../images/nav.png) 0 -295px no-repeat; }
#nav18 a { background: url(../images/nav.png) 0 -320px no-repeat; }
#nav19 a { background: url(../images/nav.png) 0 -345px no-repeat; }
#nav20 a { background: url(../images/nav.png) 0 -370px no-repeat; }
#nav21 a { background: url(../images/nav.png) 0 -395px no-repeat; }
#nav22 a { background: url(../images/nav.png) 0 -420px no-repeat; }
#nav23 a { background: url(../images/nav.png) 0 -445px no-repeat; }

#nav08 a:hover { background: url(../images/nav.png) -180px -30px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -180px -60px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -180px -90px no-repeat; }
#nav11 a:hover { background: url(../images/nav.png) -180px -120px no-repeat; }
#nav12 a:hover { background: url(../images/nav.png) -180px -150px no-repeat; }
#nav13 a:hover { background: url(../images/nav.png) -180px -180px no-repeat; }
#nav14 a:hover { background: url(../images/nav.png) -180px -210px no-repeat; }
#nav15 a:hover { background: url(../images/nav.png) -180px -240px no-repeat; }

#nav17 a:hover { background: url(../images/nav.png) -180px -295px no-repeat; }
#nav18 a:hover { background: url(../images/nav.png) -180px -320px no-repeat; }
#nav19 a:hover { background: url(../images/nav.png) -180px -345px no-repeat; }
#nav20 a:hover { background: url(../images/nav.png) -180px -370px no-repeat; }
#nav21 a:hover { background: url(../images/nav.png) -180px -395px no-repeat; }
#nav22 a:hover { background: url(../images/nav.png) -180px -420px no-repeat; }
#nav23 a:hover { background: url(../images/nav.png) -180px -445px no-repeat; }


#nav p { text-align: center; }

#nav .internal03 li {
  padding: 10px 0 0 0;
  height: 80px;
  text-indent: -9999px;
  }

#nav .internal03 li a {
  display: block;
  height: 80px;
  }
  
#nav .internal03 li#navbnr01 a{ background: url(../images/navbnr01.jpg) 0 0 no-repeat;}
#nav .internal03 li#navbnr02 a{ background: url(../images/navbnr02.jpg) 0 0 no-repeat;}

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

#footer {
  clear: both;
  padding: 10px 10px 0 10px;
  margin: 0;
  background: #fff url(../images/footer_bg.png) top repeat-x;
  font-size: 85%;
  text-align: left;
  color: #999;
  width:780px;
  }
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { 
  font-size: 9px;
  width: 800px;
  } /*  for IE6 only */

#footer a {
  text-decoration: none;
  color: #999;
  }
#footer a:hover { 
  text-decoration: underline;
  color: #5EB02E;
  }

#footer .alpha {
  float: left;
  width: 565px;
  margin: 0;
  padding: 0;
  }

#footer .beta {
  float: right;
  width: 215px;
  margin: 0;
  padding: 0;
  }

#footer .beta .info{
  display: block;
  margin: 0;
  padding: 0;
  }
#footer .beta .info img{
  display: block;
  }

#footer ul { 
  list-style: none;
  margin: 0 1em 3px 1em;
  padding: 0;
  clear: both;
  }

#footer ul li {
  display: inline;
  margin: 0;
  padding: 0;
  }

#footer address { margin: 6px 1em 10px; }


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

.section { padding: 4px 25px 15px 35px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
  height: 35px;
  text-indent: -9999px;
  margin: 0 15px 0 30px;
  }
#content h3 {
  clear: both;
  height: 28px;
  text-indent: -9999px;
  margin: .5em 0 10px 0;
  }
#content h4 {
  height: 20px;
  text-indent: -9999px;
  margin-top: 5px;
  }

#content h5 {
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 .3em .3em;
  color: #FF7F00;
  border-bottom: 1px dotted #FFBF00;
  padding: .1em .2em;
  }

#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 { 
  background: url(../images/li_bg.png) 0 4px no-repeat;
  padding-left: 20px;
  font-weight: bold;
  color: #666;
  }

#content a { text-decoration: underline; }

a {
  color: #FC3600;
  outline: none;
  }
a:hover { color: #FD8666; }

#content blockquote {
  margin: .5em 1.5em .5em .5em;
  background: #FFF8A3 ;
  padding: .1em 1em;
  font-weight: bold;
  font-size: 115%;
  color: #FF7F00;
  border: 1px dotted #FFBF00;
  }

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

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

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

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

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.caption {
  text-align: center;
  font-weight: bold;
  }


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

#content ul.totop li {
  list-style: none;
  width: 127px;
  height: 16px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content ul.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 #DFE269;
  font-size: 100%;
  color: #666;
  width: 500px;
  }

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

#content table th {
  background: #FFF8A3;
  color: #888;
  }

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

#movie {
  margin: 0 30px;
  padding: 0;
  }
#movie p {
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  }
#movie a { 
  display: block;
  height: 110px;
  background: url(../images/bn_movie.png) 0 0 no-repeat; }

#movie a:hover { 
  background: url(../images/bn_movie.png) 0 -110px no-repeat; }

.point {
  font-weight: bold;
  color: #3DA000;
  }

#content table.price {
  margin: 10px 0 0 30px ;
  width: 500px;
  }

#content table.price th {
  text-align: left;
  }


#content table.price td {
  text-align: right;
  }

#content .qa dt {
  background: url(../images/q_bg.png) 0 0 no-repeat;
  padding-left: 30px;
  padding-bottom: .5em;
  color: #3DA000;
  }

#content .qa dd {
  background: url(../images/a_bg.png) 0 0 no-repeat;
  padding-left: 32px;
  padding-bottom: 1em;
  }


/*---------- 07  Index -----------*/

#index .pickup {
  margin: 0 0 5px 10px;
  padding: 0;
  height: 101px;
  }

#index .pickup ul {
  list-style: none;
  margin: 0;
  padding: 0;
  }

#index .pickup li {
  list-style: none;
  text-indent: -9999px;
  height: 101px;
  width: 280px;
  float: left;
  background-image: none;
  }
* html body#index .pickup li {
  padding-right: 15px;
  }
  
#index .pickup li a{
  height: 101px;
  width: 261px;
  display: block;
  }

#pick04 a { background: url(../images/pick04.jpg) 0 0 no-repeat;
  margin-right: 10px; }
#pick04 a:hover { background: url(../images/pick04.jpg) -261px 0 no-repeat; }

#pick05 a { background: url(../images/pick05.jpg) 0 0 no-repeat; }
#pick05 a:hover { background: url(../images/pick05.jpg) -261px 0 no-repeat; }

#pick06 a { background: url(../images/pick06.jpg) 0 0 no-repeat;
  margin-right: 10px; }
#pick06 a:hover { background: url(../images/pick06.jpg) -261px 0 no-repeat; }

#pick07 a { background: url(../images/pick07.jpg) 0 0 no-repeat; }
#pick07 a:hover { background: url(../images/pick07.jpg) -261px 0 no-repeat; }

#index #access {
  clear: both;
  background: url(../images/index_access_bg.png) bottom no-repeat;
  height: 360px;
  margin: 20px 0;
  padding: 0;
  }

#index #access h2 {
  background: url(../images/index_h2-01.png) bottom no-repeat;
  height: 35px;
  margin: 0;
  }

#index #access .section {
  margin: 5px 20px 5px 20px;
  }

* html body#index #access .section {
  margin: 5px  0;
  padding: 5px 0px 5px 55px;
  }

#index #access .alpha {
  float: left;
  width: 225px;
  }

#index #access .beta {
  float: left;
  width: 290px;
  }

#index #access .beta dl{
  margin: 0 0 10px 5px;
  padding: 0;
  }

#index #access .beta dt{
  color: #3DA000;
  }

#index #access #schedule {
  padding: 10px;
  }

#index #greeting h3 {
  background: url(../images/index_h3-02.png) bottom no-repeat;
  height: 35px;
  }


/*---------- 08  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 h3#title04 { background: url(../images/clinic_h3-04.png) 0 0 no-repeat; }
#clinic h3#title05 { background: url(../images/clinic_h3-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 h4#title13 { background: url(../images/clinic_h4-13.png) 0 0 no-repeat; }
#clinic h4#title14 { background: url(../images/clinic_h4-14.png) 0 0 no-repeat; }

#clinic #content .alpha {
  float: left;
  width: 200px;
  }

#clinic #content .beta {
  float: right;
  width: 330px;
  }

#clinic #content .beta dt {
  float: left;
  width: 70px;
  }
#clinic #content .beta dd {
  padding-left: 70px;
  }

#clinic #content table {
  margin:10px 0 0 25px;
  }

/*---------- 09  Concept -----------*/
#concept h2#title01 { background: url(../images/concept_h2-01.png) 0 0 no-repeat; }
#concept h3#title02 { background: url(../images/concept_h3-02.png) 0 0 no-repeat; }
#concept h4#title03 { background: url(../images/concept_h4-03.png) 0 0 no-repeat; }
#concept h4#title04 { background: url(../images/concept_h4-04.png) 0 0 no-repeat; }
#concept h4#title05 { background: url(../images/concept_h4-05.png) 0 0 no-repeat; }
#concept h4#title06 { background: url(../images/concept_h4-06.png) 0 0 no-repeat; }
#concept h4#title07 { background: url(../images/concept_h4-07.png) 0 0 no-repeat; }
#concept h4#title08 { background: url(../images/concept_h4-08.png) 0 0 no-repeat; }
#concept h4#title09 { background: url(../images/concept_h4-09.png) 0 0 no-repeat; }

/*---------- 10  Access -----------*/
#access h2#title01 { background: url(../images/access_h2-01.png) 0 0 no-repeat; }
#access h3#title02 { background: url(../images/access_h3-02.png) 0 0 no-repeat; }
#access h3#title03 { background: url(../images/access_h3-03.png) 0 0 no-repeat; }

#access #content table {
  width: 540px;
  margin: 10px 0 0 5px;
  }

#map {
	width: 400px;
	height: 360px;
	border: 2px solid #fce6e6;
	margin-bottom: 18px;
	}

#access #content ul {
  margin: 20px 0 10px 40px;
  }

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

#general #content ul {
  margin: 10px;
  padding: 0;
  }

/*---------- 12  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 h4#title07 { background: url(../images/esthe_h4-07.png) 0 0 no-repeat; }
#esthe h4#title08 { background: url(../images/esthe_h4-08.png) 0 0 no-repeat; }

/*---------- 13  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 h4#title03 { background: url(../images/implant_h4-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; }

/*---------- 14  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; }

#denture #content table.price {
  width: 500px;
  }

#denture #content table.price .detail01 {
  width: 200px;
  }

#denture content table.price .detail02 {
  width: 100px;
  }

/*---------- 15  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 h4#title05 { background: url(../images/ortho_h4-05.png) 0 0 no-repeat; }

#ortho #content table.price .detail01 {
  background: #6FC13A;
  color: #fff;
  }

#ortho #content table.price .detail02 {
  width: 270px;
  }

/*---------- 16  Faq -----------*/
#faq h2#title01 { background: url(../images/faq_h2-01.png) 0 0 no-repeat; }
#faq h3#title02 { background: url(../images/faq_h3-02.png) 0 0 no-repeat; }


/*---------- 17  Sitemap -----------*/
#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }


