@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 {
  width: 820px;
  margin: 0px auto;
  padding: 0;
  text-align: left;
  }

#main {
  margin: 0;
  padding: 0 10px;
  background: url(../images/main_bg.jpg) repeat-y;
  }

#content {
  width: 600px;
  float: right;
  font-size: 100%;
  line-height: 1.6;
  color: #666;
  padding: 0 0 20px 0;
  }


/*---------- 03  Header -----------*/

#header {
  background: url(../images/header_bg.png) 0 0 no-repeat;
  height: 90px;
  width: 820px;
  margin: 0;
  padding: 0;
  }

h1 {
  text-indent: -9999px;
  width: 430px;
  height: 70px;
  line-height: 1.0;
  float: left;
  }
h1 a {
  display: block;
  width: 460px;
  height: 70px;
  background: url(../images/h1.png) 0 0 no-repeat;
  }

#header .section {
  width: 200px;
  float: right;
  margin: 0;
  padding: 0;
  }

#header p.tel {
  margin: 0;
  padding: 0;
  height: 71px;
  }
#header p.tel img { display: block; }

#header_nav {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 170px;
  height: 19px;
  padding-left: 60px;
  }

#header_nav li {
  height: 19px;
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 85%;
  color: #8A2121;
  }
#header_nav li a {
  height: 19px;
  color: #8A2121;
  text-decoration: none;
  margin: 0;
  padding: 3px 0 0 0;
  }

#header_nav li a:hover {
  color: #FF4000;
  }

/*----------04  Navigation -----------*/

#nav {
  width: 200px;
  float: left;
  padding: 5px 0 20px 0;
  }

#nav h2 {
  text-indent: -9999px;
  height: 30px;
  }

#nav h2 a {
  text-indent: -9999px;
  height: 30px;
  width: 191px;
  display: block;
  }

#nav20 { margin-bottom: 1px; }
#nav21 { margin-bottom: 10px; }


#nav05 { background: url(../images/nav_h-01.jpg) 0 0 no-repeat;}
#nav09 { background: url(../images/nav_h-02.jpg) 0 0 no-repeat;}
#nav15 { background: url(../images/nav_h-03.jpg) 0 0 no-repeat;}
#nav20 a{ background: url(../images/nav_h-04.jpg) 0 0 no-repeat; }
#nav21 a{ background: url(../images/nav_h-05.jpg) 0 0 no-repeat; }

#nav20 a:hover { background: url(../images/nav_h-04.jpg) -191px 0 no-repeat;}
#nav21 a:hover { background: url(../images/nav_h-05.jpg) -191px 0 no-repeat;}


#nav ul{
  margin: 0 0 0 10px ;
  padding: 0;
  list-style: none;
  }

#nav .internal li {
  margin: 0;
  padding: .2em 0 0 0;
  list-style: none;
  height: 25px;
  }

#nav .internal li a {
  display: block;
  height: 25px;
  text-decoration: none;
  color: #8A2121;
  background: url(../images/nav_li.jpg) 0 3px no-repeat;
  padding-left: 10px;
  }

#nav .internal li#nav08 a {  height: 35px;}
#nav .internal li#nav08 {  height: 35px;}


#nav .internal li a:hover {
  background: url(../images/nav_li_ro.jpg) 0 3px no-repeat;
  color: #FF4000;
  }
#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 12px 0 14px 10px;
  margin: 0;
  background: url(../images/footer_bg.png) 0 0 no-repeat;
  font-size: 85%;
  text-align: left;
  color: #DD9043;
  height: 100px;
  }
*: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: #8B5C29;
  }
#footer a:hover { 
  text-decoration: underline; 
  color: #FF4000;
  }

#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: 8px 1em; }


/*---------- 06  Contents -----------*/

#content #top_nav {
  list-style: none;
  margin: 0 10px 0px;
  padding: 0;
  height: 36px;
  }

#content #top_nav li{
  list-style: none;
  text-indent: -9999px;
  height: 36px;
  width: 145px;
  float: left;
  margin: 0;
  padding: 0;
  }

#content #top_nav a{
  display: block;
  height: 36px;
  width: 145px;
  }

#content #top_nav #nav01 a{ background: url(../images/top_nav.png) 0 0 no-repeat; }
#content #top_nav #nav02 a{ background: url(../images/top_nav.png) -145px 0 no-repeat; }
#content #top_nav #nav03 a{ background: url(../images/top_nav.png) -290px 0 no-repeat; }
#content #top_nav #nav04 a{ background: url(../images/top_nav.png) -435px 0 no-repeat; }

#content #top_nav #nav01 a:hover { background: url(../images/top_nav.png) 0 -36px no-repeat; }
#content #top_nav #nav02 a:hover { background: url(../images/top_nav.png) -145px -36px no-repeat; }
#content #top_nav #nav03 a:hover { background: url(../images/top_nav.png) -290px -36px no-repeat; }
#content #top_nav #nav04 a:hover { background: url(../images/top_nav.png) -435px -36px no-repeat; }



.section { padding: .5em 25px 1em 25px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
  clear: both;
  height: 32px;
  text-indent: -9999px;
  margin: 10px 15px 5px;
  padding: 0;
  }
#content h3 {
  clear: both;
  height: 38px;
  text-indent: -9999px;
  margin-left: 0;
  }
#content h4 {
  height: 26px;
  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 6px no-repeat;
  padding-left: 15px;
  }
#content ul.olist li {
  background-image: none;
  padding-left: 0;
  }

#content dt { 
  font-weight: bold;
  background: url(../images/li_bg.png) 0 5px no-repeat;
  padding-left: 15px;
  }

a {
  color: #FF4000;
  outline: none;
  text-decoration: underline;
  }
a:hover { 
  color: #DD9043;
  }

#content blockquote {
  margin: .5em;
  background: url(../images/blockquote_bg.jpg) top left repeat-y;
  padding: .5em 1em;
  }

.image_l  {
  float: left;
  margin: 5px 16px 8px 0;
  }

.image_r {
  float: right;
  margin: 5px 0 8px 16px;
  }

.case {
  margin: 10px 20px;
  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;
  border-top: 2px solid #ccc;
  }


#content ul.totop {
  clear: both;
  }

#content ul.totop li {
  list-style: none;
  width: 108px;
  height: 14px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content ul.totop li a {
  display: block;
  height: 14px;
  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: 2px solid #FFA74A;
  font-size: 100%;
  color: #666;
  width: 500px;
  }

#content table th,
#content table td {
  padding: 4px 12px;
  border: 2px solid #FFA74A;
  }

#content table th {
  background: #FFCE6B;
  color: #ED5C00;
  }

#content table th.style02 {
  background: #FFBF38;
  color: #fff;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }





/*---------- 07  Index -----------*/

#top_img {
  margin: 0 0 10px 10px;
  padding: 0;
  clear: both;
  height: 290px;
  }

#top_img img{
  display: block;
  margin: 0;
  padding: 0;
  }

#index h2#title01 { 
  background: url(../images/index_h2-01.png) 0 0 no-repeat;
  margin: 0;
  padding: 0;
  }

#index #greeting {
  margin: 10px 10px 10px 15px;
  }

#index #greeting .alpha {
  float: left;
  width: 300px;
  }

#index #greeting .alpha p{
  margin: 0;
  padding: 5px;
  }

#index #greeting .beta {
  float: right;
  width: 250px;
  }

#index #pickup {
  clear: both;
  margin: 0;
  padding: 0;
  }

#index #pickup ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
  }

#index #pickup li {
  list-style: none;
  float: left;
  text-indent: -9999px;
  background-image: none;
  height: 121px;
  margin: 0 10px 10px 0;
  padding: 0;
  }

#index #pickup a {
  display: block;
  height: 121px;
  width: 276px;
  }

#index #pickup #pick01 a { background: url(../images/pickup.jpg) 0 0 no-repeat; }
#index #pickup #pick02 a { background: url(../images/pickup.jpg) 0 -121px no-repeat; }
#index #pickup #pick03 a { background: url(../images/pickup.jpg) 0 -242px no-repeat; }
#index #pickup #pick04 a { background: url(../images/pickup.jpg) 0 -363px no-repeat; }

#index #pickup #pick01 a:hover { background: url(../images/pickup.jpg) -276px 0 no-repeat; }
#index #pickup #pick02 a:hover { background: url(../images/pickup.jpg) -276px -121px no-repeat; }
#index #pickup #pick03 a:hover { background: url(../images/pickup.jpg) -276px -242px no-repeat; }
#index #pickup #pick04 a:hover { background: url(../images/pickup.jpg) -276px -363px no-repeat; }

#index .info {
  margin: 5px 15px 5px 15px;
  }

#index .info .alpha {
  float: left;
  width: 220px;
  }

#index #map_s {
  width: 210px;
  height: 180px;
  margin: 0 0 0 3px;
  padding: 0;
  }

#index .info .beta {
  float: right;
  width: 342px;
  }

#index h3#title02 { background: url(../images/index_h3-02.png) 0 0 no-repeat; }

#index .info .beta div{
  padding: 5px;
  margin: 0;
  background: #F2D485 url(../images/index_info_bg.jpg) repeat-x;
  font-size: 90%;
  height: 135px;
  }

#index .info .beta dl {
  padding: 0;
  margin: 0;
 }

#index .info .beta dt{
  float: left;
  width: 70px;
  background-image: none;
  margin: 0 0 0 5px;
  padding: 0;
  }

#index .info .beta dd{
  padding-left: 70px;
  }

.detail {
  float: right;
  margin: 0;
  padding: 0;
  }

.ban_whitening a{
	width:575px;
	height:100px;
	margin:10px 0 0 15px;
	display:block;
	text-indent:-9999px;
	background:url(../images/ban_whitening.jpg);
}
.ban_whitening a:hover{
	background-position:0 100%;
}

/*---------- 08  Dr -----------*/
#dr h2#title01 { background: url(../images/dr_h2-01.png) 0 0 no-repeat; }
#dr h3#title02 { background: url(../images/dr_h3-02.png) 0 0 no-repeat; }
#dr h3#title03 { background: url(../images/dr_h3-03.png) 0 0 no-repeat; }
#dr h4#title04 { background: url(../images/dr_h4-04.png) 0 0 no-repeat; }

#dr #content dl {
  margin: 10px;
  padding: 0;
  }

#dr .alpha {
  float: left;
  width: 250px;
  } 

#dr .beta {
  float: right;
  width: 250px;
  } 

/*---------- 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 #content .alpha {
  float: left;
  width: 250px;
  }

#staff #content .beta {
  float: right;
  width: 280px;
  }

/*---------- 10 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 #content table {
  margin: 10px 0 10px 20px;
  }

#schedule td {
  margin: 0;
  padding: 0; 
  text-align: center;
  }


#clinic .calendar {
  margin-left: 20px;
  }

#clinic .calendar td {
  text-align: center;
  }

.text-style01 {
  color: #008500;
  }

.holiday {
  color: #FF4000;
  }

#map {
  width: 500px;
  height: 360px;
  margin: 0 0 10px 20px;
  }

/*---------- 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 h4#title03 { background: url(../images/general_h4-03.png) 0 0 no-repeat; }
#general h4#title04 { background: url(../images/general_h4-04.png) 0 0 no-repeat; }

/*---------- 12 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; }

/*---------- 13 Health -----------*/
#health h2#title01 { background: url(../images/health_h2-01.png) 0 0 no-repeat; }
#health h3#title02 { background: url(../images/health_h3-02.png) 0 0 no-repeat; }
#health h3#title03 { background: url(../images/health_h3-03.png) 0 0 no-repeat; }

/*---------- 14 Brushing -----------*/
#brushing h2#title01 { background: url(../images/brushing_h2-01.png) 0 0 no-repeat; }
#brushing h3#title02 { background: url(../images/brushing_h3-02.png) 0 0 no-repeat; }
#brushing h3#title03 { background: url(../images/brushing_h3-03.png) 0 0 no-repeat; }
#brushing h3#title04 { background: url(../images/brushing_h3-04.png) 0 0 no-repeat; }
#brushing h4#title05 { background: url(../images/brushing_h4-05.png) 0 0 no-repeat; }
#brushing h4#title06 { background: url(../images/brushing_h4-06.png) 0 0 no-repeat; }
#brushing h4#title07 { background: url(../images/brushing_h4-07.png) 0 0 no-repeat; }

#tumayouji {
  padding-left: 100px;
  }

/*---------- 15 Welcome -----------*/
#welcome h2#title01 { background: url(../images/welcome_h2-01.png) 0 0 no-repeat; }
#welcome h3#title02 { background: url(../images/welcome_h3-02.png) 0 0 no-repeat; }
#welcome h3#title03 { background: url(../images/welcome_h3-03.png) 0 0 no-repeat; }

/*---------- 16 Whitening -----------*/
#whitening h2#title01 { background: url(../images/whitening_h2-01.png) 0 0 no-repeat; }
#whitening h3#title02 { background: url(../images/whitening_h3-02.png) 0 0 no-repeat; }
#whitening h4#title03 { background: url(../images/whitening_h4-03.png) 0 0 no-repeat; }
#whitening h4#title04 { background: url(../images/whitening_h4-04.png) 0 0 no-repeat; }

.inquiry02 a{
	width:550px;
	height:80px;
	margin:20px 0 0 0;
	display:block;
	text-indent:-9999px;
	background:url(../images/bn_inquiry02.jpg);
}
.inquiry02 a:hover{
	background-position:0 100%;
}

/*---------- 17 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; }

/*---------- 18 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/ortho_h4-09.png) 0 0 no-repeat; }
#denture h4#title04 { background: url(../images/ortho_h4-10.png) 0 0 no-repeat; }

/*---------- 19 Cost -----------*/
#cost h2#title01 { background: url(../images/cost_h2-01.png) 0 0 no-repeat; }
#cost h3#title02 { background: url(../images/cost_h3-02.png) 0 0 no-repeat; }
#cost h3#title03 { background: url(../images/cost_h3-03.png) 0 0 no-repeat; }

/*---------- 20 Inquiry -----------*/
#inquiry h2#title01 { background: url(../images/inquiry_h2-01.png) 0 0 no-repeat; }
#inquiry h3#title02 { background: url(../images/inquiry_h3-02.png) 0 0 no-repeat; }

#inquiry #content table {
  margin-left: 20px;
  }

#inquiry #content th {
  padding: 5px;
  }

#inquiry #content table .require {
  width: 10px;
  padding: 2px;
  }

/*---------- 21 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: 3px;
	}

#sitemap #content dd {
  margin-bottom: 6px;
	}

#sitemap #content li {
  margin-bottom: 6px;
	}
