@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: #F8FFF0; }

#wrapper {
  background: #fff url(../images/wrapper_bg.jpg) top no-repeat;
  width: 798px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  border-left: 1px solid #8C8C8C;
  border-right: 1px solid #8C8C8C;
  }
* html body #wrapper {
  width: 800px;
  }

#main {
  margin: 0;
  background: url(../images/main_bg.png) repeat-y;
  }

#content {
  width: 580px;
  float: right;
  font-size: 100%;
  line-height: 1.6;
  color: #666;
  padding: 0 0 10px 0;
  }


/*---------- 03  Header -----------*/

#header {
  height: 90px;
  width: 798px;
  margin: 0;
  padding: 0;
  }

h1 {
  text-indent: -9999px;
  width: 455px;
  height: 70px;
  line-height: 1.0;
  float: left;
  }
h1 a {
  display: block;
  width: 455px;
  height: 70px;
  background: url(../images/h1.jpg) 0 0 no-repeat;
  }

#header p.tel {
  float: right;
  margin: 0;
  padding: 0;
  }
#header p.tel img { display: block; }


/*----------04  Navigation -----------*/

#nav {
  width: 216px;
  float: left;
  padding: 30px 0 20px 0;
  background: url(../images/nav_bg.jpg) top no-repeat;
  }

#nav ul {
  margin: 0 0 10px 15px;
  padding: 0;
  list-style: none;
  width: 180px;
  }

#nav .internal li {
  list-style: none;
  width: 180px;
  height: 45px;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  }

#nav .internal li a {
  display: block;
  height: 40px;
  }

#nav01 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav.jpg) 0 -45px no-repeat; }
#nav03 a { background: url(../images/nav.jpg) 0 -90px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -135px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -180px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -225px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -270px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -315px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -360px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -405px no-repeat; }

#nav01 a:hover { background: url(../images/nav.jpg) -180px 0 no-repeat; }
#nav02 a:hover { background: url(../images/nav.jpg) -180px -45px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -180px -90px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -180px -135px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -180px -180px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -180px -225px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -180px -270px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -180px -315px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -180px -360px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -180px -405px no-repeat; }

#nav p { 
  margin: 0 0 15px 15px;
  padding: 0;
  }

#nav .link-bn { 
  text-indent: -9999px;
  }

#nav .link-bn a {
  display: block;
  }

#nav #reserv_s a { 
  background: url(../images/bn_reserv.jpg) 0 0 no-repeat;
  height: 75px;
  width: 180px;
  }

#nav #reserv_s a:hover { background: url(../images/bn_reserv.jpg) 0 -75px no-repeat; }

#nav #blog a { 
  background: url(../images/bn_blog.jpg) 0 0 no-repeat;
  height: 60px;
  width: 180px;
	outline: none;
  }

#nav #blog a:hover { background: url(../images/bn_blog.jpg) 0 -60px no-repeat; }



#nav #mutu a { 
  background: url(../images/bn_mutu.jpg) 0 0 no-repeat;
  height: 60px;
  width: 180px;
	outline: none;
  }

#nav #mutu a:hover { background: url(../images/bn_mutu.jpg) 0 -60px no-repeat; }


#nav #shika a { 
  background: url(../images/bn_shika.jpg) 0 0 no-repeat;
  height: 65px;
  width: 180px;
	outline: none;
  }

#nav #shika a:hover { background: url(../images/bn_shika.jpg) 0 -65px no-repeat; }

#nav_clinic {
  width: 180px;
  margin: 0 0 0 15px;
  padding: 0 0 10px 0;
  background: url(../images/nav_bottom.jpg) bottom no-repeat;
  }

#nav_clinic dt {
  text-indent: -9999px;
  width: 180px;
  height: 38px;
  background: url(../images/nav_clinic_h.jpg) 0 0 no-repeat;
  margin: 0;
  padding: 0;
  }

#nav_clinic dd {
  margin: 0;
  padding: 0 0 .2em 1.5em;
  font-size: 90%;
  }

#nav #access a { 
  background: url(../images/bn_access.jpg) 0 0 no-repeat;
  height: 25px;
  width: 125px;
  margin-left: 40px;
  }

#nav #access a:hover { background: url(../images/bn_access.jpg) 0 -25px no-repeat; }

/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 0;
  margin: 0;
  background: url(../images/footer_bg.jpg) bottom repeat-x;
  font-size: 85%;
  text-align: center;
  color: #164400;
  height: 76px;
  }
*: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: #164400;
  }
#footer a:hover { 
  text-decoration: underline;
  color: #2F8700;
  }

#footer ul { 
  list-style: none;
  margin: 0 1em 5px 1em;
  padding: 0;
  clear: both;
  }

#footer #footer01 {
  padding-top: 10px;
  } 

#footer ul li {
  display: inline;
  margin: 0;
  padding: 0;
  }

#footer address { margin: 4px 1em; }


/*---------- 06  Contents -----------*/

#content .section { padding: .5em 20px 0 20px; }
#content .section .section { padding: 1em 10px 0 10px; }

.center { text-align: center; }

.orange { color: #f50; }
#content h2 {
  height: 58px;
  text-indent: -9999px;
  margin: 0 15px;
  }
#content h3 {
  clear: both;
  height: 18px;
  text-indent: -9999px;
  }
#content h4 {
  height: 22px;
  text-indent: -9999px;
  }

#content h5 {
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 .3em .3em;
  }

#content ul li {
  list-style: none;
  background: url(../images/li_bg.png) 0 4px no-repeat;
  padding-left: 15px;
  }
#content ul.olist li {
  background-image: none;
  padding-left: 0;
  }

#content dt { 
  font-weight: bold;
  color: #8B5C29;
  }

#content a { 
  text-decoration: underline;
  color: #FF4000;
  }

#content a:hover {
  color: #FF7F00;
  }

#content blockquote {
  margin: .5em;
  background: url(../images/blockquote_bg.jpg) top left repeat-y;
  padding: .5em 1em;
  }

.image_l  {
  float: left;
  margin: 8px 12px 8px 0;
  }

.image_r {
  float: right;
  margin: 8px 0 8px 12px;
  }

.case {
  margin: 10px 20px;
  background: url(../images/arrow_h.png) center center no-repeat;
  }

.case-narrow {
  margin: 10px 40px;
  background: url(../images/arrow_h.png) center center no-repeat;
  }

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.caption {
  text-align: center;
    color: #357C08;
    font-weight: bold;
  }


#content .totop ul {
  clear: both;
  padding-bottom: 10px;
  }

#content .totop li {
  list-style: none;
  width: 147px;
  height: 23px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content .totop li a {
  display: block;
  height: 23px;
  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 #5E822B;
  font-size: 100%;
  color: #666;
  width: 500px;
  margin-top: 10px;
  margin-left: 15px;
  }

#content .section .section table {
  margin-left: 5px;
  }


#content table th,
#content table td {
  padding: 4px 8px;
  border: 1px solid #5E822B;
  }

#content table th {
  background: #E8FFD9;
  color: #577847;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }

#content .bn_reserv_l {
  margin: 10px 0 5px 40px;
    clear: both;
  }

#content .bn_reserv_l p {
  text-indent: -9999px;
  }

#content .bn_reserv_l a {
  display: block;
  width: 492px;
  height: 100px;
  background: url(../images/bn_reserv_l.png) 0 0 no-repeat;
  }

#content .bn_reserv_l a:hover { background: url(../images/bn_reserv_l.png) 0 -100px no-repeat; }

/*---------------------------マージン短*/
#content .bn_reserv_l01 {
  margin: 10px 0 5px 8px;
    clear: both;
  }

#content .bn_reserv_l01 p {
  text-indent: -9999px;
  }

#content .bn_reserv_l01 a {
  display: block;
  width: 492px;
  height: 100px;
  background: url(../images/bn_reserv_l.png) 0 0 no-repeat;
  }
#content .bn_reserv_l01 a:hover { background: url(../images/bn_reserv_l.png) 0 -100px no-repeat; }
/*---------------------------マージン短*/

#content #bn_reserv_l2 {
	clear: both;
	width: 500px;
	height:86px;
	margin: 0 auto 5px auto;
  padding: 20px 0 0 0;
}
#content #bn_reserv_l2 p {
  text-indent: -9999px;
}
#content #bn_reserv_l2 .box01 a {
	display: block;
	width: 195px;
	height: 86px;
	background-image: url(../images/bn_concept01.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	outline:none;
	float:left;
}
#content #bn_reserv_l2 .box01 a:hover { background: url(../images/bn_concept01.jpg) 0 -86px no-repeat; }

#content #bn_reserv_l2 .box02 a {
	display: block;
	width: 195px;
	height: 86px;
	background-image: url(../images/bn_concept02.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	outline:none;
	float: left;
	margin: 0 0 0 30px;
}
#content #bn_reserv_l2 .box02 a:hover { background: url(../images/bn_concept02.jpg) 0 -86px no-repeat; }

#catch {
	text-indent: -9999px;
    margin: 0;
    padding: 0;
    width: 580px;
    height: 70px;
    display: block;
 }

.flow {
  clear: both;
  margin: 10px 0 0 0;
  padding: 0 0 45px 0;
  background: url(../images/arrow_d.png) center bottom no-repeat;
  }

#content .flow h4 {
  height: 40px;
  }


.flow p {
  margin: 0;
  padding: 5px 15px 0 10px;
  }

#end {
  background-image: none;
  padding: 0;
  }



/*---------- Index -----------*/
#index #wrapper {
  background: #fff url(../images/index_wrapper_bg.jpg) top no-repeat;
  }

#index #header {
  height: 105px;
    }

#index #nav {
  padding: 40px 0 20px 0;
  background: url(../images/index_nav_bg.jpg) top no-repeat;
  }

#index #catch {
	text-indent: -9999px;
    margin: 0 0 0 100px;
    padding: 0;
    width: 270px;
    height: 310px;
    }

#index #catch a {
  display: block;
  height: 275px;
  width: 270px;
  background: url(../images/index_catch.jpg) 0 0 no-repeat;
  }


#index #catch a:hover {
  background: url(../images/index_catch_o.jpg) 0 0 no-repeat;
  }


#index h2 {
  height: 18px;
  margin: 0;
  }

#index h3 {
  height: 24px;
  }

#index h2#title01 { background: url(../images/index_h2-01.png) 0 0 no-repeat; }
#index h2#title02 { background: url(../images/index_h2-02.png) 0 0 no-repeat; }
#index h3#title03 { background: url(../images/index_h3-03.png) 0 0 no-repeat; }

#index #info .alpha {
  float:left;
  width: 300px;
  margin: 0;
  }

#index #info .beta {
  float:left;
  width: 226px;
  margin: 0;
  }

#index #info .alpha dl {
  margin: 10px 0 0 10px;
  padding: 0;
  }

#index #info .alpha dt#info_clinic {
  text-indent: -9999px;
  height: 30px;
  background: url(../images/info_clinic.png) 0 0 no-repeat;
  margin: 0 0 10px 0;
  padding: 0;
  }

#index #info .alpha dd {
  background: url(../images/li_bg.png) 0 4px no-repeat;
  padding-left: 15px;
  margin: 0 0 10px 10px;
  }

#index #info .alpha dd dl{
  margin : 0;
  padding: 0;
  }
  
#index #info .alpha dd dt {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #666;
  width: 40px;
  float: left;
  }

#index #info .alpha dd dd {
  background-image: none;
  margin: 0;
  padding: 0 0 0 40px;
  }  

#index #info .beta p {
  text-indent: -9999px;
  }

#index #info .beta p a {
  display: block;
  width: 226px;
  height: 72px;
  }

#index #info_access a { background: url(../images/info_access.jpg) 0 0 no-repeat; }
#index #info_access a:hover { background: url(../images/info_access.jpg) 0 -72px no-repeat; }
#index #info_reserv a { background: url(../images/info_reserv.jpg) 0 0 no-repeat; }
#index #info_reserv a:hover { background: url(../images/info_reserv.jpg) 0 -72px no-repeat; }

#schedule {
  margin: 10px 20px 10px 0;
	text-align: right;
	color: #f50;
  }
#index #content .beta1 p {
  text-indent: -9999px;
  }

#index #content .beta1 p a {
  display: block;
  width: 550px;
  height: 104px;
  margin-left:-10px;
  }
#index #index_baner a {
background: url(../images/pic03.jpg) 0 0 no-repeat;
  }

#index #index_baner a:hover {
background: url(../images/pic03.jpg) 0 -104px no-repeat;
  }
  
#pickup {
  margin: 15px 20px 0px 10px;
  }

#pickup .alpha {
  float: left;
  width: 270px;
  }

#pickup .beta {
  float: right;
  width: 270px;
  }

#pickup h3 {
  width: 270px;
  height: 125px;
  }

#pickup h3 a {
  display: block;
  width: 270px;
  height: 125px;
  }
  
#pickup h3#pic01 a { background: url(../images/pic01.jpg) 0 0 no-repeat; } 
#pickup h3#pic01 a:hover { background: url(../images/pic01.jpg) 0 -125px no-repeat; } 
#pickup h3#pic02 a { background: url(../images/pic02.jpg) 0 0 no-repeat; } 
#pickup h3#pic02 a:hover { background: url(../images/pic02.jpg) 0 -125px no-repeat; } 

#content #pickup dl {
  margin: 0;
  padding: 0;
  }

#content #pickup dt {
  text-indent: -9999px;
  height: 28px;
  display: block;
  margin: 5px 0 0 5px;
  padding: 0;
  }

#content #pickup .alpha dt { background: url(../images/pic01_dt.jpg) 0 0 no-repeat; }
#content #pickup .beta dt { background: url(../images/pic02_dt.jpg) 0 0 no-repeat; }

#content #pickup dd {
  margin: 5px 10px 20px 10px;
  padding: 0;
  }


/*---------- Concept -----------*/
#concept #catch { background: url(../images/concept_catch.jpg) 0 0 no-repeat; }

#concept #title01 { background: url(../images/concept_h2-01.png) 0 0 no-repeat; }
#concept #title02 { background: url(../images/concept_h3-02.png) 0 0 no-repeat; }
#concept #title03 { background: url(../images/concept_h3-03.png) 0 0 no-repeat; }
#concept #title04 { background: url(../images/concept_h4-04.png) 0 0 no-repeat; }
#concept #title05 { background: url(../images/concept_h4-05.png) 0 0 no-repeat; }

#concept #content .alpha { 
  float: left;
    width: 300px;
    margin: 8px 5px 0 0 ;
    padding: 0;
    }

#concept #content .alpha dt {
  float: left;
    width: 70px;
    } 

#concept #content .alpha dd {
  padding-left: 70px;
    }

#concept #content .beta { 
  float: right;
    width: 200px;
    margin: 8px 0 0 0;
    padding: 0;
    }

/*---------- Clinic -----------*/
#clinic #catch { background: url(../images/clinic_cacth.jpg) 0 0 no-repeat; }

#clinic #title01 { background: url(../images/clinic_h2-01.png) 0 0 no-repeat; }
#clinic #title02 { background: url(../images/clinic_h3-02.png) 0 0 no-repeat; }
#clinic #title03 { background: url(../images/clinic_h3-03.png) 0 0 no-repeat; }
#clinic #title04 { background: url(../images/clinic_h4-04.png) 0 0 no-repeat; }
#clinic #title05 { background: url(../images/clinic_h4-05.png) 0 0 no-repeat; }
#clinic #title06 { background: url(../images/clinic_h4-06.png) 0 0 no-repeat; }
#clinic #title07 { background: url(../images/clinic_h4-07.png) 0 0 no-repeat; }
#clinic #title08 { background: url(../images/clinic_h4-08.png) 0 0 no-repeat; }
#clinic #title09 { background: url(../images/clinic_h4-09.png) 0 0 no-repeat; }
#clinic #title10 { background: url(../images/clinic_h4-10.png) 0 0 no-repeat; }

#map {
  width: 400px;
  height: 340px;
  }

#clinic .clinic-img {
  margin: 0;
  padding: 0;
  clear: both;
  }

#clinic .clinic-img .alpha {
  float: left;
  width: 240px;
  }

#clinic .clinic-img .beta {
  float: right; 
  width: 280px;
  margin-top: 10px;
  }

/*---------- Dislike -----------*/
#dislike #catch { background: url(../images/dislike_cacth.jpg) 0 0 no-repeat; }

#dislike #title01 { background: url(../images/dislike_h2-01.png) 0 0 no-repeat; }
#dislike #title02 { background: url(../images/dislike_h3-02.png) 0 0 no-repeat; }
#dislike #title03 { background: url(../images/dislike_h3-03.png) 0 0 no-repeat; }
#dislike #title04 { background: url(../images/dislike_h3-04.png) 0 0 no-repeat; }
#dislike #title05 { background: url(../images/dislike_h3-05.png) 0 0 no-repeat; }
#dislike #title06 { background: url(../images/dislike_h4-06.png) 0 0 no-repeat; }
#dislike #title07 { background: url(../images/dislike_h4-07.png) 0 0 no-repeat; }
#dislike #title08 { background: url(../images/dislike_h4-08.png) 0 0 no-repeat; }
#dislike #title09 { background: url(../images/dislike_h4-09.png) 0 0 no-repeat; }
#dislike #title10 { background: url(../images/dislike_h4-10.png) 0 0 no-repeat; }

#dislike #laser p.image_l {
	width: 188px;
	margin-right: 0;
}
#dislike #laser div {
	float: right;
	width: 340px;
	margin: 0;
	padding: 0;
}
#dislike #laser dl {
	margin: 0;
}
#dislike #laser dl ul {
	margin: 0;
	padding:0;
}
#dislike #laser dl dd.caution {
	margin: 0;
	padding: 0 25px;
	line-height: 1.1;
	color: #f00;
	font-size: 90%;
}

/*---------- Guidance -----------*/
#guidance #catch { background: url(../images/guidance_cacth.jpg) 0 0 no-repeat; }

#guidance #title01 { background: url(../images/guidance_h2-01.png) 0 0 no-repeat; }

#guidance #content dt {
  background: url(../images/li_bg.png) 0 4px no-repeat;
  padding-left: 10px;
  }

/*---------- General -----------*/
#general #catch { background: url(../images/general_cacth.jpg) 0 0 no-repeat; }

#general #title01 { background: url(../images/general_h2-01.png) 0 0 no-repeat; }
#general #title02 { background: url(../images/general_h3-02.png) 0 0 no-repeat; }
#general #title03 { background: url(../images/general_h3-03.png) 0 0 no-repeat; }
#general #title04 { background: url(../images/general_h4-04.png) 0 0 no-repeat; }
#general #title05 { background: url(../images/general_h4-05.png) 0 0 no-repeat; }

#general #content th.style01 {
  width: 170px;
  }

#general #content th.style02,
#general #content td.style02 {
  width: 160px;
  font-weight: bold;
  text-align: center;
  padding-left: 0;
  padding-right: 0; 
  }

/*---------- Child -----------*/
#child #catch { background: url(../images/child_cacth.jpg) 0 0 no-repeat; }

#child #title01 { background: url(../images/child_h2-01.png) 0 0 no-repeat; }
#child #title02 { background: url(../images/child_h3-02.png) 0 0 no-repeat; }
#child #title03 { background: url(../images/child_h3-03.png) 0 0 no-repeat; }
#child #title04 { background: url(../images/child_h4-04.png) 0 0 no-repeat; }
#child #title05 { background: url(../images/child_h4-05.png) 0 0 no-repeat; }
#child #title06 { background: url(../images/child_h4-06.png) 0 0 no-repeat; }
#child #title07 { background: url(../images/child_h4-07.png) 0 0 no-repeat; }


/*---------- Prevent -----------*/
#prevent #catch { background: url(../images/prevent_cacth.jpg) 0 0 no-repeat; }

#prevent #title01 { background: url(../images/prevent_h2-01.png) 0 0 no-repeat; }
#prevent #title02 { background: url(../images/prevent_h3-02.png) 0 0 no-repeat; }
#prevent #title03 { background: url(../images/prevent_h3-03.png) 0 0 no-repeat; }
#prevent #title04 { background: url(../images/prevent_h4-04.png) 0 0 no-repeat; }
#prevent #title05 { background: url(../images/prevent_h4-05.png) 0 0 no-repeat; }
#prevent #title06 { background: url(../images/prevent_h4-06.png) 0 0 no-repeat; }

/*---------- Perio -----------*/
#perio #catch { background: url(../images/perio_cacth.jpg) 0 0 no-repeat; }

#perio #title01 { background: url(../images/perio_h2-01.png) 0 0 no-repeat; }
#perio #title02 { background: url(../images/perio_h3-02.png) 0 0 no-repeat; }
#perio #title03 { background: url(../images/perio_h3-03.png) 0 0 no-repeat; }
#perio #title04 { background: url(../images/perio_h3-04.png) 0 0 no-repeat; }
#perio #title05 { background: url(../images/perio_h4-05.png) 0 0 no-repeat; }
#perio #title06 { background: url(../images/perio_h4-06.png) 0 0 no-repeat; }
#perio #title07 { background: url(../images/perio_h4-07.png) 0 0 no-repeat; }

#perio #content table dl {
  margin: 5px;
  padding: 0;
  border-top: 1px dotted #5E822B;
  }

#perio #content table dt {
  float: left;
  width: 40px;
  }

#perio #content table dd {
  padding-left: 40px;
  }

/*---------- Denture -----------*/
#denture #catch { background: url(../images/denture_cacth.jpg) 0 0 no-repeat; }

#denture #title01 { background: url(../images/denture_h2-01.png) 0 0 no-repeat; }
#denture #title02 { background: url(../images/denture_h3-02.png) 0 0 no-repeat; }
#denture #title03 { background: url(../images/denture_h3-03.png) 0 0 no-repeat; }
#denture #title04 { background: url(../images/denture_h3-04.png) 0 0 no-repeat; }
#denture #title05 { background: url(../images/denture_h4-05.png) 0 0 no-repeat; }

