﻿@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  Access                      */
/*                 12  Implant                     */
/*                 13  Esthe                       */
/*                 14  Ortho                       */
/*                 15  Prevent                     */
/*                 16  Voice                       */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Black Green    #082600      */
/*        Main Color - Brown          #442500      */
/*        Main Color - Dark Green     #235119      */
/*                                                 */
/*        Sub Color  - Yellow Green   #7ac300      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      83%                 */
/*                   11px      92%                 */
/*                   12px     100%                 */
/*                   14px     117%                 */
/*                   16px     133%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: url(../images/body_bg.jpg) top repeat-x; }
body#index { background: url(../images/body_bg_index.jpg) top repeat-x; }

#wrapper {
  background: url(../images/wrapper_bg.jpg) repeat-y;
  width: 860px;
  margin: 10px auto 0 auto;
  padding: 0;
  text-align: left;
  }

#main {
  width:850px;
  margin: 0 5px;
  }

#content {
  width: 640px;
  float: right;
  font-size: 124%;
  line-height: 1.8;
  color: #666;
  padding: 19px 0 0 0;
  }


/*---------- 03  Header -----------*/
#header {
  background: url(../images/header_bg.jpg) 0 0 no-repeat;
  height: 341px;
  width: 860px;
  margin: 0;
  padding: 0;
  }
  
#index #header {
  background: url(../images/header_bg_index.jpg) 0 0 no-repeat;
  height: 441px;
  width: 860px;
  margin: 0;
  padding: 0;
  }
#header01 {
  margin:0;
  padding:0;
  }
#header01_01{
  width: 357px;
  float:left;
  }
  
#header01_01 .text_header{
  font-size:100%;
  line-height:1.5em;
  color:#787878;
  padding:12px 0 4px 24px;
  margin:0;
  }
#index #header01_01 .text_header{
  font-size:100%;
  line-height:1.5em;
  color:#787878;
  padding:17px 0 4px 24px;
  margin:0;
  }

h1 {
  text-indent: -9999px;
  width: 332px;
  height: 57px;
  margin:0 0 13px 25px;
  }
h1 a {
  display: block;
  width: 332px;
  height: 57px;
  background: url(../images/logo.jpg) 0 0 no-repeat;
  }
#index h1 {
  text-indent: -9999px;
  width: 332px;
  height: 65px;
  margin:0 0 35px 25px;
  }
#index h1 a {
  display: block;
  width: 332px;
  height: 65px;
  background: url(../images/logo_index.jpg) 0 0 no-repeat;
  }
  
#header .header_banner {
  margin: 0 58px 13px 29px;
  }
#header .header_banner a {
  background:url(../images/header_banner.jpg) 0 0 no-repeat;
  width:270px;
  height:80px;
  display:block;
  text-indent:-9999px;
  }
#header .header_banner a:hover {
  background:url(../images/header_banner.jpg) 0 -80px no-repeat;
  }
#index #header .header_banner {
  margin: 0 58px 36px 29px;
  }
#index #header .header_banner a {
  background:url(../images/header_banner_index.jpg) 0 0 no-repeat;
  width:270px;
  height:120px;
  display:block;
  text-indent:-9999px;
  }
#index #header .header_banner a:hover {
  background:url(../images/header_banner_index.jpg) 0 -120px no-repeat;
  }
  
#header .header_tel {
  margin: 0 75px 0 42px;
  display:block;
  line-height:1%;
  }
  
#header01_02{
  width: 477px;
  float: right;
  }
  
#header01_02 .main_img {
  margin: 160px 15px 0 2px;
  display:block;
  line-height:1%;
  }
#index #header01_02 .main_img {
  margin: 260px 17px 0 0px;
  display:block;
  line-height:1%;
  }
  
#header_nav {
  clear:both;
  margin: 0 18px;
  padding: 0;
  width: 824px;
  height: 64px;
  }
#header_nav ul{
  margin:0;
  padding:0;
  }

#header_nav li {
  height: 64px;
  float: left;
  display:inline;
  list-style: none;
  margin: 0;
  padding: 0;
  }
#header_nav li a {
  display: block;
  height: 64px;
  text-indent: -9999px;
  }

#nav01 { width: 210px; }
#nav02 { width: 210px; }
#nav03 { width: 210px; }
#nav04 { width: 194px; }

#nav01 a {  background: url(../images/nav_top.jpg) 0  0 no-repeat;  width: 194px;  }
#nav02 a {  background: url(../images/nav_top.jpg) -210px  0 no-repeat;  width: 194px;  }
#nav03 a {  background: url(../images/nav_top.jpg) -420px  0 no-repeat;  width: 194px;  }
#nav04 a {  background: url(../images/nav_top.jpg) -630px  0 no-repeat;  width: 194px;  }

#nav01 a:hover {  background: url(../images/nav_top.jpg) 0  -64px no-repeat; }
#nav02 a:hover {  background: url(../images/nav_top.jpg) -210px  -64px no-repeat;  }
#nav03 a:hover {  background: url(../images/nav_top.jpg) -420px  -64px no-repeat;  }
#nav04 a:hover {  background: url(../images/nav_top.jpg) -630px  -64px no-repeat;  }

#index #nav01 a {  background: url(../images/nav_top_index.jpg) 0  0 no-repeat;  width: 194px;  }
#index #nav02 a {  background: url(../images/nav_top_index.jpg) -210px  0 no-repeat;  width: 194px;  }
#index #nav03 a {  background: url(../images/nav_top_index.jpg) -420px  0 no-repeat;  width: 194px;  }
#index #nav04 a {  background: url(../images/nav_top_index.jpg) -630px  0 no-repeat;  width: 194px;  }

#index #nav01 a:hover {  background: url(../images/nav_top_index.jpg) 0  -64px no-repeat; }
#index #nav02 a:hover {  background: url(../images/nav_top_index.jpg) -210px  -64px no-repeat;  }
#index #nav03 a:hover {  background: url(../images/nav_top_index.jpg) -420px  -64px no-repeat;  }
#index #nav04 a:hover {  background: url(../images/nav_top_index.jpg) -630px  -64px no-repeat;  }


/*----------04  Navigation -----------*/

#nav {
  width: 210px;
  float: left;
  padding: 8px 0 300px 0;
  background: url(../images/nav_bg.jpg) 0 bottom no-repeat;
  }

#nav ul{
  margin: 0 5px 32px 15px;
  padding:0;
  }
#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav .internal li {
  height: 45px;
  text-indent: -9999px;
  }

#nav .internal li a {
  display: block;
  height: 45px;
  }

#nav05 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -45px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -90px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -135px no-repeat; }

#nav05 a:hover { background: url(../images/nav.jpg) -190px 0 no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -190px -45px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -190px -90px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -190px -135px no-repeat; }

#nav .nav_voice {
  margin: 0 10px 0 15px;
  }
#nav .nav_voice a{
  background: url(../images/nav_voice.jpg) 0 0 no-repeat;
  width:185px;
  height:68px;
  display:block;
  text-indent:-9999px;
  }
#nav .nav_voice a:hover {
  background: url(../images/nav_voice.jpg) -185px 0 no-repeat;
  }
  
#nav .nav_mailto {
  margin: 0 10px 15px 15px;
  }
#nav .nav_mailto a{
  background: url(../images/nav_mailto.jpg) 0 0 no-repeat;
  width:185px;
  height:67px;
  display:block;
  text-indent:-9999px;
  }
#nav .nav_mailto a:hover {
  background: url(../images/nav_mailto.jpg) -185px 0 no-repeat;
  }
  
#nav .nav_shikatown {
  margin: 0 10px 0 15px;
  }
#nav .nav_shikatown a{
  background: url(../images/nav_shikatown.jpg) 0 0 no-repeat;
  width:185px;
  height:68px;
  display:block;
  text-indent:-9999px;
  }
#nav .nav_shikatown a:hover {
  background: url(../images/nav_shikatown.jpg) -185px 0 no-repeat;
  }
  
#nav .nav_nishikawa,
#nav .nav_implant {
  margin: 0 10px 0 15px;
  display:block;
  line-height:1%;
  }


/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 0;
  margin: 0;
  text-align: center;
  }
#footer01 {
  background:url(../images/footer_bg01.jpg) bottom no-repeat;
  padding: 0 70px 0 15px;
  height:117px;
  }
#footer01 .footer_tel {
  margin: 53px 0 17px 0;
  display: block;
  line-height:1%;
  float:left;
  }
#footer01 .banner01{
  margin: 5px 0 0 0px;
  float:right;
  }
#footer01 .banner01 a{
  background:url(../images/banner01.jpg) 0 0 no-repeat;
  width:500px;
  height:90px;
  display:block;
  text-indent:-9999px;
  }
#footer01 .banner01 a:hover{
  background:url(../images/banner01.jpg) 0 -90px no-repeat;
  }
#footer01 .banner02{
  margin: 5px 0 0 0px;
  float:right;
  }
#footer01 .banner02 a{
  background:url(../images/banner02.jpg) 0 0 no-repeat;
  width:500px;
  height:90px;
  display:block;
  text-indent:-9999px;
  }
#footer01 .banner02 a:hover{
  background:url(../images/banner02.jpg) 0 -90px no-repeat;
  }
  
#footer02 {
  background:url(../images/footer_bg02.jpg) top no-repeat;
  height:35px;
  }

#footer address { 
  padding: 10px 0 0 0;
  margin:0 auto;
  display:block;
  line-height:1%;
  }


/*---------- 06  Contents -----------*/

.section { padding: 0 30px 20px 30px; clear:both; }
.section .section { padding: 0 10px 0 10px; clear:both; }
.section .section.section { padding: 0 10px 0 10px; }

.center { text-align: center; }
.right { text-align: right; }

#content h2 {
  height: 48px;
  text-indent: -9999px;
  margin: 0 16px 14px 16px;
  }
#content h3 {
  clear: both;
  height: 35px;
  text-indent: -9999px;
  margin: 0 -10px 8px -10px;
  }
#content h4 {
  clear: both;
  height: 26px;
  text-indent: -9999px;
  margin: 0 -10px 6px -10px;
  }
#content h4 a {
  height: 26px;
  margin: 0;
  display:block;
  }

#content h5 {
  font-size: 100%;
  line-height:1.2em;
  font-weight: bold;
  background: url(../images/icon01.jpg) 0 1px no-repeat;
  padding-left: 20px;
  margin: 0 -10px 0 -10px;
  }

#content ul {
  margin:0;
  padding:0;
  }
#content ul li {
  list-style: none;
  background: url(../images/icon02.jpg) 0 6px no-repeat;
  padding-left: 10px;
  }
#content ul.olist li {
  background-image: none;
  padding-left: 0;
  }

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }

a {
  color: #9daa99;
  outline: none;
  }
a:hover { color: #235119; }


#content blockquote {
  margin: .5em;
  background: url(../images/blockquote_bg.jpg) top left repeat-y;
  padding: .5em 1em;
  }

.image {
  display:block;
  line-height:1%;
  margin:0 auto;
  }
.image_l  {
  float: left;
  margin: 0 15px 6px 0;
  display:block;
  line-height:1%;
  }
*:first-child+html .image_l { margin: 0 12px 0 0; } /*  for IE7 only */
* html body .image_l { margin: 0 12px 2px 0; } /*  for IE6 only */

.image_r {
  float: right;
  margin: 0 0 6px 15px;
  display:block;
  line-height:1%;
  }
*:first-child+html .image_r { margin: 0 0 0 12px; } /*  for IE7 only */
* html body .image_r { margin: 0 0 0 12px; } /*  for IE6 only */

.image_l01  {
  float: left;
  margin: 0 15px 6px 0;
  display:block;
  line-height:1%;
  }
.image_r01 {
  float: right;
  margin: 0 0 6px 15px;
  display:block;
  line-height:1%;
  }

.case {
  margin: 10px 0 0 0;
  background: url(../images/case.jpg) center center no-repeat;
  }

.case-narrow {
  margin:0;
  background: url(../images/case.jpg) center center no-repeat;
  }

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.caption {
  text-align: center;
  margin:0;
  padding:0;
  }


#content ul.totop {
  clear: both;
  padding: 0;
  margin:0;
  }

#content ul.totop li {
  list-style: none;
  width: 185px;
  height: 20px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content ul.totop li a {
  display: block;
  height: 20px;
  background: url(../images/to_top.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-collapse: collapse;
  font-size: 100%;
  line-height: 1.5em;
  color: #666;
  width: 100%;
  margin-bottom: 6px;
  }

#content table th,
#content table td {
  padding: 4px 5px;
  border: 1px solid #AFC1AA;
  vertical-align:top;
  }
#content table td.td01 {
  width:258px;
  background:#f3fcf0;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }

#content .list01 {
  list-style: none;
  background: url(../images/icon02.jpg) 0 6px no-repeat;
  padding-left: 10px;
  }
#content .list02 {
  list-style: none;
  background: url(../images/icon02.jpg) 0 6px no-repeat;
  padding-left: 10px;
  margin:0;
  }

#content .content_link{
  text-align:right;
  padding:0 16px 15px 0;
  }

/*---------- 07  Index -----------*/

#index .index01 {
  padding: 0 24px 0 26px;
  margin:0 0 14px 0;
  height:184px;
  }
#index .index01_01 {
  padding: 0 18px 0 19px;
  }
ul#pickup{ width:590px; height:34px;}
ul#pickup li { background:none; }
ul#pickup li#pickup01{
  width: 186px;
  height:34px;
  float:left;
  margin:0 -6px 0 0px;
  }
ul#pickup li#pickup01 a {
  width: 193px;
  height:34px;
  margin:0 0px 0 0px;
  background:url(../images/index_tabtitle.jpg) -20px 0px no-repeat;
  display:block;
  text-indent:-9999px;
  }
ul#pickup li#pickup01 a:hover {
  width: 193px;
  height:34px;
  margin:0 0 0 0px;
  background:url(../images/index_tabtitle.jpg) -20px -34px no-repeat;
  display:block;
  text-indent:-9999px;
  }
ul#pickup li#pickup02{
  width: 184px;
  height:34px;
  float:left;
  margin:0 0 0 0px;
  }
 * html body ul#pickup li#pickup02 { margin:0 0 0 -7px;}
ul#pickup li#pickup02 a {
  width: 184px;
  height:34px;
  margin:0 0 0 0px ;
  background:url(../images/index_tabtitle.jpg) -210px 0 no-repeat;
  display:block;
  text-indent:-9999px;
  }
ul#pickup li#pickup02 a:hover {
  width: 190px;
  height:34px;
  margin:0 0px 0 -6px ;
  background:url(../images/index_tabtitle.jpg) -204px -68px no-repeat;
  display:block;
  text-indent:-9999px;
  }

ul#pickup li#pickup03{
  width: 190px;
  height:34px;
  float:left;
  margin:0 0px 0 -14px ;
  }
ul#pickup li#pickup03 a {
  width: 200px;
  height:34px;
  margin:0 0 0 0;
  background:url(../images/index_tabtitle.jpg) -390px 0px no-repeat;
  display:block;
  text-indent:-9999px;
  }
ul#pickup li#pickup03 a:hover {
  width: 200px;
  height:34px;
  margin:0 0px 0 -6px;
  background:url(../images/index_tabtitle.jpg) -384px -102px no-repeat;
  display:block;
  text-indent:-9999px;
  }
#index .index01_02{
  margin:0;
  padding:0;
  }

#index .index02{
  margin: 0 40px 20px 26px;
  padding:25px 0 0 0;
  background:url(../images/index_img01.jpg) 0 0 no-repeat;
  }
#index .index02_01{
  padding:0px 0 0 6px;
  margin:0;
  font-size:100%;
  line-height:1.8;
  }
#index .index02_01_01{
  background: url(../images/icon01.jpg) 0 3px no-repeat;
  padding-left: 20px;
  }
  
#index .index03{
  margin: 0 14px 20px 16px;
  padding:0 0 0 0;
  background:url(../images/index_img03.jpg) 0 bottom repeat-x;
  }
#index .index03_01{
  margin: 0;
  padding:16px 20px 0 13px;
  background:url(../images/index_img02.jpg) 0 0 no-repeat;
  }
#index #content .alpha01 {
  width: 254px;
  float: left;
  }
#index .index_access{
  margin:0 37px;
  }
#index .index_access a{
  background:url(../images/index_img06.jpg) 0 0 no-repeat;
  width:180px;
  height:25px;
  display:block;
  text-indent:-9999px;
  }
#index .index_access a:hover{
  background:url(../images/index_img06.jpg) 0 -25px no-repeat;
  }
  
#index #content .beta01 {
  width: 315px;
  float: right;
  padding:2px 0 0 0;
  }
  
#index #content dl{
  margin:0;
  padding:0;
  }
#index #content dl dt{
  margin:0 0 2px 0 ;
  padding:0;
  list-style:none;
  }
#index #content dl dt img{
  display:block;
  line-height:1%;
  }
#index #content dl dd {
  margin:0 0 0 9px;
  padding:0;
  font-size:117%;
  line-height:1.28em;
  }
#index #content dl dd.dd01 {
  margin:0 0 4px 9px;
  }
#index .index03_01_img01{
  margin:0 0 5px 7px;
  display:block;
  line-height:1%;
  }
#index .index03_01_img02{
  margin:0 6px 13px 483px;
  padding:0;
  display:block;
  line-height:1%;
  }

/*---------- 08  content -----------*/
  
#content ul#nav_tab {margin:0 16px 0 19px; padding:0; list-style:none; width:555px; }
#content ul#nav_tab li{margin:0; padding:0; list-style:none; cursor:pointer; line-height:1.0; background:none; }
#content ul#nav_tab li#pickup00{
  width:1px;
  height:34px;
  float:left; list-style:none;
  margin:0; text-indent:-9999px; cursor:pointer; outline:none;
}
#content ul#nav_tab li#pickup01{
  width: 186px;
  height:34px;
  float:left; list-style:none;
  margin:0; text-indent:-9999px; cursor:pointer; outline:none;
}
#content ul#nav_tab li#pickup02{
  width: 180px;
  height:34px;
  float:left; list-style:none;
  margin:0; text-indent:-9999px; cursor:pointer; outline:none;
}
#content ul#nav_tab li#pickup03{
  width: 188px;
  height:34px;
  float:left; list-style:none;
  margin:0; text-indent:-9999px; cursor:pointer; outline:none;
}

.p_green {
  font-weight: bold;
  color: #006633;
  }

/*---------- 08  Concept -----------*/

#concept h2#title01 { background: url(../images/concept_h2.jpg) 0 0 no-repeat; }
#concept h3#title02 { background: url(../images/concept_h3-01.jpg) 0 0 no-repeat; }
#concept h3#title03 { background: url(../images/concept_h3-02.jpg) 0 0 no-repeat; }
#concept h3#title04 { background: url(../images/concept_h3-03.jpg) 0 0 no-repeat; }
#concept h4#title05 { background: url(../images/concept_h4-01.jpg) 0 0 no-repeat; }
#concept h4#title06 { background: url(../images/concept_h4-02.jpg) 0 0 no-repeat; }
#concept h4#title07 { background: url(../images/concept_h4-03.jpg) 0 0 no-repeat; }
#concept h3#title08 { background: url(../images/concept_h3-04.jpg) 0 0 no-repeat; }
#concept h4#title09 { background: url(../images/concept_h4-04.jpg) 0 0 no-repeat; }
#concept h4#title10 { background: url(../images/concept_h4-05.jpg) 0 0 no-repeat; }
#concept h4#title11 { background: url(../images/concept_h4-06.jpg) 0 0 no-repeat; }
#concept h4#title12 { background: url(../images/concept_h4-07.jpg) 0 0 no-repeat; }
#concept h4#title13 { background: url(../images/concept_h4-08.jpg) 0 0 no-repeat; }
#concept h4#title14 { background: url(../images/concept_h4-09.jpg) 0 0 no-repeat; }
#concept h4#title15 { background: url(../images/concept_h4-10.jpg) 0 0 no-repeat; }
#concept h4#title16 { background: url(../images/concept_h4-11.jpg) 0 0 no-repeat; }
#concept h4#title17 { background: url(../images/concept_h4-12.jpg) 0 0 no-repeat; }
#concept h4#title18 { background: url(../images/concept_h4-13.jpg) 0 0 no-repeat; }
#concept h3#title19 { background: url(../images/concept_h3-05.jpg) 0 0 no-repeat; }

#concept .alpha {
  float: left;
  width: 240px;
  }
  
#concept .beta {
  float: right;
  width: 230px;
  }


/*---------- 09  Staff -----------*/

#staff h2#title01 { background: url(../images/staff_h2.jpg) 0 0 no-repeat; }
#staff h3#title02 { background: url(../images/staff_h3-01.jpg) 0 0 no-repeat; }
#staff h4#title03 { background: url(../images/staff_h4-01.jpg) 0 0 no-repeat; }
#staff h4#title04 { background: url(../images/staff_h4-02.jpg) 0 0 no-repeat; }
#staff h4#title05 { background: url(../images/staff_h4-03.jpg) 0 0 no-repeat; }
#staff h4#title06 { background: url(../images/staff_h4-04.jpg) 0 0 no-repeat; }
#staff h3#title07 { background: url(../images/staff_h3-02.jpg) 0 0 no-repeat; }
#staff h3#title08 { background: url(../images/staff_h3-03.jpg) 0 0 no-repeat; }
#staff h3#title09 { background: url(../images/staff_h3-04.jpg) 0 0 no-repeat; }
#staff h3#title10 { background: url(../images/staff_h3-05.jpg) 0 0 no-repeat; }
#staff h3#title11 { background: url(../images/staff_h3-06.jpg) 0 0 no-repeat; }
#staff h3#title12 { background: url(../images/staff_h3-07.jpg) 0 0 no-repeat; }

#staff .staff01 {
  width:355px;
  float:right;
  margin:0;
  padding:0;
  }
#content dl.dl01{
  width:335px;
  margin:0;
  padding:0;
  color:#666;
  font-size:100%;
  line-height:1.5em;
  }
#content dl.dl01 dt {
  width:50px;
  margin:0;
  padding:0;
  float:left;
  display:inline;
  font-weight:normal;
  }
#content dl.dl01 dd {
  width:285px;
  margin:0;
  padding:0;
  float:left;
  display:inline;
  }


#content dl.dl02{
  width:335px;
  margin:0;
  padding:0;
  color:#666;
  font-size:100%;
  line-height:1.5em;
  }
#content dl.dl02 dt {
  width:50px;
  margin:0;
  padding:0;
  float:left;
  display:inline;
  font-weight:normal;
  }
#content dl.dl02 dt.dt01{
  width:100px;
  float:left;
  display:inline;
  }
#content dl.dl02 dd {
  width:285px;
  margin:0;
  padding:0;
  float:left;
  display:inline;
  }
#content dl.dl02 dd.dd01 {
  width:225px;
  margin:0;
  float:left;
  display:inline;
  }
#content dl.dl02 dd.dd02 {
  width:215px;
  margin:0 0 0 100px;
  }
#content dl.dl02 dd.dd03 {
  width:225px;
  margin:0 0 10px 100px;
  }
#content dl.dl02 dd.dd04 {
  width:225px;
  margin:0 0 8px 100px;
  }
*:first-child+html #content dl.dl02 dd.dd04 { margin:0 0 0 100px;} /*  for IE7 only */
* html body #content dl.dl02 dd.dd04 { margin:0 0 0 100px;} /*  for IE6 only */

  
#staff .staff02 {
  margin-top:0;
  padding-left:10px;
  }

/*---------- 10  Clinic -----------*/

#clinic h2#title01 { background: url(../images/clinic_h2.jpg) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-01.jpg) 0 0 no-repeat; }
#clinic h4#title03 { background: url(../images/clinic_h4-01.jpg) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-02.jpg) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4-03.jpg) 0 0 no-repeat; }
#clinic h4#title06 { background: url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }
#clinic h4#title07 { background: url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }
#clinic h4#title08 { background: url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic h4#title09 { background: url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }
#clinic h4#title10 { background: url(../images/clinic_h4-08.jpg) 0 0 no-repeat; }

#clinic .clinic01{
  clear:both;
  margin-bottom:10px;
  }


/*---------- 11  Access -----------*/

#access h2#title01 { background: url(../images/access_h2.jpg) 0 0 no-repeat; }
#access h3#title02 { background: url(../images/access_h3-01.jpg) 0 0 no-repeat; }
#access h3#title03 { background: url(../images/access_h3-02.jpg) 0 0 no-repeat; }

#access .access01{
  margin-bottom:5px;
  clear:both;
  display:block;
  line-height:1%;
  text-align:center;
  }
#access .access02{
  padding:0 0 0 483px;
  }

#map{
width:570px;
height:400px;
margin:5px auto;
}

/*---------- 12  Implant -----------*/

#implant h2#title01 { background: url(../images/implant_h2.jpg) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-01.jpg) 0 0 no-repeat; }
#implant h4#title03 { background: url(../images/implant_h4-01.jpg) 0 0 no-repeat; }
#implant h4#title04 { background: url(../images/implant_h4-02.jpg) 0 0 no-repeat; }
#implant h4#title05 { background: url(../images/implant_h4-03.jpg) 0 0 no-repeat; }

p.voice_link01 a{ background:url(../images/implant_voice01.jpg) 0 0 no-repeat; display: block; width: 500px;
height: 70px; text-indent: -9999px; margin:0 0 5px 40px;}
p.voice_link01 a:hover{ background:url(../images/implant_voice01.jpg) 0 bottom no-repeat; display: block; width: 500px;
height: 70px; text-indent: -9999px;}
p.voice_link02 a{ background:url(../images/implant_voice02.jpg) 0 0 no-repeat; display: block; width: 500px;
height: 70px; text-indent: -9999px; margin:0 0 5px 40px;}
p.voice_link02 a:hover{ background:url(../images/implant_voice02.jpg) 0 bottom no-repeat; display: block; width: 500px;
height: 70px; text-indent: -9999px;}


#implant .banner01{
  margin: 0 65px 20px 75px;
  }
#implant .banner01 a{
  background:url(../images/implant_banner01.jpg) 0 0 no-repeat;
  width:500px;
  height:90px;
  display:block;
  text-indent:-9999px;
  }
#implant .banner01 a:hover{
  background:url(../images/implant_banner01.jpg) 0 -90px no-repeat;
  }

/*---------- 13  Esthe -----------*/

#esthe h2#title01 { background: url(../images/esthe_h2.jpg) 0 0 no-repeat; }
#esthe h3#title02 { background: url(../images/esthe_h3-01.jpg) 0 0 no-repeat; }
#esthe h4#title03 { background: url(../images/esthe_h4-01.jpg) 0 0 no-repeat; }
#esthe h4#title04 { background: url(../images/esthe_h4-02.jpg) 0 0 no-repeat; }
#esthe h4#title05 { background: url(../images/esthe_h4-03.jpg) 0 0 no-repeat; }
#esthe h4#title06 { background: url(../images/esthe_h4-04.jpg) 0 0 no-repeat; }

#content .esthe01 {
  margin-bottom:20px;
  border-bottom:1px solid #afc1aa;
  padding-bottom:5px;
  clear:both;  
  }
#content .esthe02{
  float:right;
  width:485px;
  margin-top:10px;
  padding:0;
  }
#content .esthe03{
  padding: 2px 10px 0 0;
  margin:0;
  float:left;
  display:block;
  line-height:1%;
  clear:both;  
  }

/*---------- 14  Ortho -----------*/

#ortho h2#title01 { background: url(../images/ortho_h2.jpg) 0 0 no-repeat; }
#ortho h3#title02 { background: url(../images/ortho_h3-01.jpg) 0 0 no-repeat; }
#ortho h4#title03 { background: url(../images/ortho_h4-01.jpg) 0 0 no-repeat; }
#ortho h4#title04 { background: url(../images/ortho_h4-02.jpg) 0 0 no-repeat; }
#ortho h4#title05 { background: url(../images/ortho_h4-03.jpg) 0 0 no-repeat; }
#ortho h3#title06 { background: url(../images/ortho_h3-02.jpg) 0 0 no-repeat; }
#ortho h3#title07 { background: url(../images/ortho_h3-03.jpg) 0 0 no-repeat; }
#ortho h4#title08 { background: url(../images/ortho_h4-04.jpg) 0 0 no-repeat; }
#ortho h4#title09 { background: url(../images/ortho_h4-05.jpg) 0 0 no-repeat; }

#ortho .alpha02 { float: left; width:124px; }
#ortho .beta02 { float: right; width:380px; }

#ortho .alpha{float:left; margin:0 55px 0 0; padding:0;}
#ortho .beta{float:left; margin:0; padding:0;}
#ortho .gamma{float:right; margin:0; padding:0;}

#ortho .alpha01{float:left; margin:0; padding:0; background:url(../images/case.jpg) no-repeat 167px 40px; width:205px;}
#ortho .beta01{float:left; margin:0; padding:0; background:url(../images/case.jpg) no-repeat 167px 40px; width:205px;}
#ortho .gamma01{float:right; margin:0; padding:0;}

#ortho #content dl {
  width:350px;
  margin:0;
  padding:0;
  color:#666;
  font-size:100%;
  line-height:1.5em;
  }
#ortho .beta02 dl dt {
  width:60px;
  margin:0;
  padding:0;
  float:left;
  display:inline;
  font-weight:normal;
  }

  
#ortho .beta02 dl .dd05 {
  margin: 0 0 0 60px;
  }
  
#ortho .bg_green {
  background: #D1E0CD;
  padding: 10px;
  margin: 10px 0;
  }


/*---------- 15  Prevent -----------*/

#prevent h2#title01 { background: url(../images/prevent_h2.jpg) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-01.jpg) 0 0 no-repeat; }
#prevent h4#title03 { background: url(../images/prevent_h4-01.jpg) 0 0 no-repeat; }
#prevent h4#title04 { background: url(../images/prevent_h4-02.jpg) 0 0 no-repeat; }
#prevent h4#title05 { background: url(../images/prevent_h4-03.jpg) 0 0 no-repeat; }

#prevent .alpha{width:109px; float:left; margin:0 5px 0 0; padding:0;}
#prevent .alpha01{width:125px; float:left; margin:0; padding:0;}

#prevent .beta{width:115px; float:left; margin:0 5px 0 0; padding:0;}
#prevent .beta01{width:125px; float:right; margin:0; padding:0;}

#prevent .gamma{width:115px; float:left; margin:0 5px 0 0; padding:0;}
#prevent .delta{width:110px; float:left; margin:0 5px 0 0; padding:0;}
#prevent .epsilon{width:80px; float:left; margin:0; padding:0;}

/*---------- 16  Voice -----------*/

#voice h2#title01 { background: url(../images/voice_h2.jpg) 0 0 no-repeat; }
#voice h3#title02 { background: url(../images/voice_h3-01.jpg) 0 0 no-repeat; }
#voice h3#title03 { background: url(../images/voice_h3-02.jpg) 0 0 no-repeat; }
#voice h3#title04 { background: url(../images/voice_h3-03.jpg) 0 0 no-repeat; }
#voice h3#title05 { background: url(../images/voice_h3-05.jpg) 0 0 no-repeat; }
#voice h3#title06 { background: url(../images/voice_h3-06.jpg) 0 0 no-repeat; }
#voice h4#title03 { background: url(../images/voice_h4-01.jpg) 0 0 no-repeat; }

#voice .voice_li li{ list-style-image:none; list-style: none; list-style-type: none; float: left;  padding:0; margin: 0 0 5px 0;}
#voice .voice_li li a{ display: block ; width: 190px; height: 50px; text-indent: -9999px; }
#voice .voice_li li.long a{ display: block ; width: 260px; height: 50px; text-indent: -9999px; }

#voice .voice_li li.link01 a{ background: url(../images/voice_li_01.gif) 0 0 no-repeat; }
#voice .voice_li li.link01 a:hover{ background: url(../images/voice_li_01.gif) 0 bottom no-repeat; }
#voice .voice_li li.link02 a{ background: url(../images/voice_li_02.gif) 0 0 no-repeat; }
#voice .voice_li li.link02 a:hover{ background: url(../images/voice_li_02.gif) 0 bottom no-repeat; }
#voice .voice_li li.link03 a{ background: url(../images/voice_li_03.gif) 0 0 no-repeat; }
#voice .voice_li li.link03 a:hover{ background: url(../images/voice_li_03.gif) 0 bottom no-repeat; }
#voice .voice_li li.link05 a{ background: url(../images/voice_li_05.gif) 0 0 no-repeat; }
#voice .voice_li li.link05 a:hover{ background: url(../images/voice_li_05.gif) 0 bottom no-repeat; }
#voice .voice_li li.link06 a{ background: url(../images/voice_li_06.gif) 0 0 no-repeat; }
#voice .voice_li li.link06 a:hover{ background: url(../images/voice_li_06.gif) 0 bottom no-repeat; }

.bg01{
  background:#f3fcf0;
  border:1px solid #388c03;
  width:200px;
  margin:0; padding:0px 10px 0 10px;
  font-weight:bold;
}
*:first-child+html .bg01 { width:200px;} /*  for IE7 only */
* html body .bg01 { width:222px;} /*  for IE6 only */

/*---------------------*/

.margin_t0 { margin-top:0px; }
.margin_b06 { margin-bottom:6px; }
.margin_b07 { margin-bottom:7px; }
.margin_b10 { margin-bottom:10px; }
.margin_b15 { margin-bottom:15px; }
.margin_b20 { margin-bottom:20px; }
.margin_t6b6{margin:6px 0 6px 0;}
.margin_case{margin:10px 100px 0 100px;}

.text_b { font-weight: bold; }
.text00{margin:0; padding:0;}
.text_r{float:right;}
.text_l{float:left;}
.text_g{color:#364e2f; font-weight:bold;}

.w210{width:210px;}
.w250{width:250px;}
.w308{width:308px;}
.w_335 {
  width:335px;
  float:right;
  margin:0;
  padding:0;
  }
