@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Staff                       */
/*                 10  Clinic                      */
/*                 11  Recruit                     */
/*                 12  Perio                       */
/*                 13  Prevent                     */
/*                 14  Laser                       */
/*                 15  Child                       */
/*                 16  Ortho                       */
/*                 17  Aesthe                      */
/*                 18  Implant                     */
/*                 19  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Pink           #de91a2      */
/*        Main Color - Light Pink     #fce6e6      */
/*        Main Color - Fresh Pink     #f94956      */
/*                                                 */
/*        Sub Color  - Yellow Green   #7ac300      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: url(../images/body_bg.png) top center no-repeat #404d6e; }

#body_02 {
  background: url(../images/body_bg_02.png) bottom repeat-x;
  margin: 0;
  padding: 0;
  }

#wrapper {
  width: 840px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  }

#main {
  margin: 0;
  padding: 0 0 0 15px;
  background: none;
  }

#content {
  width: 620px;
  float: right;
  font-size: 100%;
  line-height: 1.6;
  color: #333;
  padding: 0;
  }

#content_02 {
  float: left;
  width: 200px;
  margin: 10px 0 20px 0;
  padding: 0px;
  }
#content_03 {
  float: left;
  width: 200px;
  margin: 10px 0 20px 0;
  padding: 0;
  }

.nav_title{
	margin:20px 0 5px 0;
}
.banner{
	margin:0 0 5px 0;
	text-align:center;
}

/*---------- 03  Header -----------*/

#header {
  background: url(../images/header_bg.png) top no-repeat;
  height: 80px;
  width: 840px;
  margin: 0;
  padding: 0;
  }

h1 {
  text-indent: -9999px;
  width: 545px;
  height: 80px;
  line-height: 1.0;
  float: left;
  }
h1 a {
  display: block;
  width: 545px;
  height: 80px;
  background: url(../images/h1.png) 0 0 no-repeat;
  }

#header .section {
  width: 295px;
  float: right;
  margin: 0;
  padding: 0;
  }

#header p.tel {
  margin: 0;
  padding: 0;
  }
#header p.tel img { display: block; }

#header p.description {
  margin: 0;
  padding: 0 1em 0 0;
  color: #fff;
  text-align: right;
  }

#header_nav {
  clear: both;
  margin: 0;
  padding: 0;
  width: 840px;
  height: 40px;
  }

#header_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 840px;
  height: 40px;
  }

#header_nav li {
  height: 40px;
  width: 120px;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  }
#header_nav li a {
  display: block;
  height: 40px;
  width: 120px;
  }

#nav01 a { background: url(../images/header_nav.png) 0 0 no-repeat; }
#nav02 a { background: url(../images/header_nav.png) -120px 0 no-repeat; }
#nav03 a { background: url(../images/header_nav.png) -240px 0 no-repeat; }
#nav04 a { background: url(../images/header_nav.png) -360px 0 no-repeat; }
#nav05 a { background: url(../images/header_nav.png) -480px 0 no-repeat; }
#nav06 a { background: url(../images/header_nav.png) -600px 0 no-repeat; }
#nav07 a { background: url(../images/header_nav.png) -720px 0 no-repeat; }

#nav01 a:hover { background: url(../images/header_nav.png) 0 -40px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.png) -120px -40px no-repeat; }
#nav03 a:hover { background: url(../images/header_nav.png) -240px -40px no-repeat; }
#nav04 a:hover { background: url(../images/header_nav.png) -360px -40px no-repeat; }
#nav05 a:hover { background: url(../images/header_nav.png) -480px -40px no-repeat; }
#nav06 a:hover { background: url(../images/header_nav.png) -600px -40px no-repeat; }
#nav07 a:hover { background: url(../images/header_nav.png) -720px -40px no-repeat; }

ul#gnav{
	margin:0 0 0 15px;
	overflow:hidden;
}
ul#gnav02{
	margin:5px 0 0 15px;
	overflow:hidden;
}
ul#gnav li,
ul#gnav02 li{
	width:162px;
	height:45px;
	float:left;
}
#ban_contents ul{
margin:0 0 10px 0;
padding:0;
}
#ban_contents li{
margin:5px 0;
padding:0;
}
/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 0;
  margin: 10px 0 0 0;
  background: url(../images/footer_bg.png) bottom no-repeat;
  font-size: 85%;
  text-align: right;
  color: #fff;
  width: 840px;
  height: 50px;
  }
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer .tel {
  float: left;
  width: 300px;
  margin: 0;
  padding: 0;
  }

#footer .image_r {
  float: rigit;
  width: 500px;
  }

#footer a {
  text-decoration: none;
  color: #179CE5;
  }
#footer a:hover { 
  text-decoration: underline;
  }

#footer .image_r {
  margin: 0;
  padding: 0;
  }

#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: 20px 1em 5px; }


/*---------- Content_02 -----------*/
#clinic_info {
  background: #202f55;
  margin: 0 0 15px 0;
  padding: 10px 0 5px 0;
  }

#clinic_info h2 {
  text-indent: -9999px;
  margin: 0 0 10px 0;
  padding: 0;
  height: 28px;
  background: url(../images/clinic_info_h.jpg) 0 0 no-repeat;
  }

#clinic_info p {
  margin: 0;
  padding: 0;
  text-align: center;
  }

#clinic_info h3 {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  height: 25px;
  background: url(../images/clinic_time.jpg) 0 0 no-repeat;
  }

#clinic_info #schedule {
  width: 180px;
  margin: 5px 0 10px 10px;
  padding: 0 0 .2em 0;
  background: #fff;
  }

#clinic_info #schedule p {
  font-size: 85%;
  color: #666;
  text-align: left;
  margin: .5em
  }

#clinic_info .clinic,
#clinic_info .inquiry {
	margin: 0 0 5px 10px;
	width: 180px;
	}

#clinic_info .clinic a,
#clinic_info .inquiry a{
  display: block;
	height: 45px;
	}
#clinic_info .side_nav{
	height:60px;
	margin: 0 0 5px 0;
}


#clinic_info .clinic a { background: url(../images/bn_clinic.jpg) 0 0 no-repeat; }
#clinic_info .inquiry a { background: url(../images/bn_inquiry.jpg) 0 0 no-repeat; }

#clinic_info .clinic a:hover { background: url(../images/bn_clinic.jpg) -180px 0 no-repeat; }
#clinic_info .inquiry a:hover { background: url(../images/bn_inquiry.jpg) -180px 0 no-repeat; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 25px 1em 25px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
  height: 28px;
  margin: 15px 15px 5px;
  }
#content h3 {
  clear: both;
  height: 30px;
  margin:10px 0 15px 0;
  }
#content h4 {
  height: 35px;
  margin: 5px 0;
  }

#content h5 {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding: .3em 0 0 .5em;
  background: #a9977b;
  color: #fff;
  height: 18px;
  }

#content ul li {
  list-style: none;
  background: url(../images/li_bg.png) 0 5px no-repeat;
  padding-left: 15px;
  }

#content ul.olist li {
  background-image: none;
  padding-left: 0;
  }

#content dt { 
  font-weight: bold;
  color: #23335C;
  }

#content a { 
  text-decoration: underline;
  color: #23335C;
  }

#content a:hover {
  color: #23335C;
  }

#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;
  }
.image_r02 {
  float: right;
  margin: 8px 40px 8px 12px;
  _margin: 8px 20px 8px 12px;
  }

.case {
  margin: 10px 20px;
  background: url(../images/arrow_h.png) center center no-repeat;
  }
.case02 {
  margin: 10px 20px;
  background: url(../images/arrow_h.png) center 65px no-repeat;
  }

.case-narrow {
  margin: 10px 40px;
  background: url(../images/arrow_h.png) center center no-repeat;
  }

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.caption {
  text-align: center;
  border-top: 2px solid #ccc;
  }


#content ul.totop {
  clear: both;
  padding-bottom: 20px;
  }

#content ul.totop li {
  list-style: none;
  width: 115px;
  height: 35px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content ul.totop li a {
  display: block;
  height: 35px;
  background: url(../images/to_top.png) 0 0 no-repeat;
  }

p.caution {
  padding-left: 24px;
  background: url(../images/caution.png) 0 1px no-repeat;
  }

/* Hides from IE-mac \*/
p.answer:first-letter {
  display: block;
  padding: 2px;
  background: #4499af;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #ccc;
  margin: 0 5px 0 0;
  float: left;
  }
/* End hide from IE-mac */



#content table {
  border-collapse: separate;
  border-spacing: 1px;
  border: 1px solid #23335C;
  font-size: 100%;
  color: #666;
  width: 540px;
  margin-top: 10px;
  margin-left: 20px;
  }
#content table.esthe {
  border-collapse: separate;
  border-spacing: 1px;
  border: 1px solid #169be5;
  font-size: 100%;
  color: #666;
  width: 330px;
  margin-top: 10px;
  margin-left: 30px;
  }

#content table th,
#content table td {
  padding: 4px 8px;
  border: 1px solid #23335C;
  }

#content table th {
  background: #ccc;
  color: #23335C;
  }

#content table th.style01 {
  background: #fff;
  color: #666;
  }
#content table th.style02 {
  background: #d0ecfb;
  color: #666;
  font-weight:normal;
  width:120px;
  }
#content table td.price {
	width:130px;
  }

#content table ul {
  margin: .5em 0 .5em 0;
  padding: 0;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }

#content .flow {
  background: url(../images/arrow_d.png) bottom center no-repeat;
  margin: 5px ;
  padding-bottom: 55px; 
  }

#content .flow dl{
  border: 1px solid #dcdcdc;
  padding: 5px;
  margin: 5px;
  }

#content .flow dt {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding: .1em 0 .2em .5em;
  background: #a9977b;
  color: #fff;
  height: 18px;
  }

#content #end {
  background: none;
  padding-bottom: 0px;
  }
#content #end2 {
  background: none;
  padding-bottom: 0px;
  }

.point {
  color: #202F55;
  font-weight: bold;
  }
/*---------- 07  Index -----------*/
#index #main {
  background: none;
  }

#index #content {
  padding-top: 0;
  }

.pickup {
  margin: 0 0 0 15px;
  }

.pick_box01 {
  float: left;
  width: 188px;
  border: 1px solid #fff;
  margin: 0 10px 10px 0;
  background: #f0f0f0;
  }

.pick_box01 p,
.pick_box02 p {
  margin: 0 .3em;
  padding: 0;
  font-size: 85%;
  }

.pickup p.img,
.pick_box02 p.img {
  margin: 0;
  padding: 0;
  }


.more {
  text-indent: -9999px;
  float: right;
  }

.more a {
  display: block;
  width: 70px;
  height: 16px;
  background: url(../images/more.jpg) 0 0 no-repeat;
  }

.pick_box02 {
  float: left;
  width: 188px;
  border: 1px solid #dcdcdc;
  margin: 0 10px 10px 0;
  background: #f0f0f0;
  }
#index #greeting {
  clear: both;
  margin: 5px 15px 10px;
  background: none;
  }

#index h2#title01 { background: url(../images/index_h2-01.png) 0 0 no-repeat; }
#index h3#title02 { background: url(../images/index_h3-02.jpg) 0 0 no-repeat; margin:0 0 15px 0; }
#index h3#title03 { background: url(../images/index_h3-03.jpg) 0 0 no-repeat; margin:0 0 15px 0; }
#index h3#title04 { background: url(../images/index_h3-04.jpg) 0 0 no-repeat; margin:0 0 15px 0; }
#index h3#title05 { background: url(../images/index_h3-05.jpg) 0 0 no-repeat; margin:0 0 15px 0; }


#index #greeting p {
  margin: .5em .5em;
  }
#index .clinic_info{
    width:570px;
    height:262px;
	background: url(../images/index_clinic_bg.jpg) 0 0 no-repeat;
	padding:10px 0 0 220px;
	margin:0;
	position:relative;
}
#index .clinic_info #ban01{
	position:absolute;
	top:198px;
	left:270px;
	margin:0;
}
#index .clinic_info #ban02{
	position:absolute;
	top:198px;
	left:415px;
	margin:0;
}
#index .pickup_outbox{
	overflow:hidden;
}
#index .pickup_l{
	width:395px;
	_width:380px;
	height:275px;
	_height:305px;
	float:left;
	margin:10px 0 10px 15px;
	border:#202f55 1px solid;
}
#index .pickup_r{
	width:395px;
	_width:380px;
	height:275px;
	_height:305px;
	float:right;
	margin:10px 15px 10px 0;
	border:#202f55 1px solid;
}
#index .pickup_l02{
	width:395px;
	_width:380px;
	height:240px;
	float:left;
	margin:10px 0 10px 15px;
	border:#202f55 1px solid;
}
#index .pickup_r02{
	width:395px;
	_width:380px;
	height:240px;
	float:right;
	margin:10px 15px 10px 0;
	border:#202f55 1px solid;
}
#index .pickup_l03{
	width:395px;
	_width:380px;
	height:255px;
	float:left;
	margin:10px 0 10px 15px;
	border:#202f55 1px solid;
}
#index .pickup_r03{
	width:395px;
	_width:380px;
	height:255px;
	float:right;
	margin:10px 15px 10px 0;
	border:#202f55 1px solid;
}
#index .pick_back01{
	background-image: url(../images/pick_back01.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#index .pick_back02{
	background-image: url(../images/pick_back02.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#index .pick_back03{
	background-image: url(../images/pick_back03.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#index .pick_back04{
	background-image: url(../images/pick_back04.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#index .pick_back05{
	background-image: url(../images/pick_back05.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#index .pick_back06{
	background-image: url(../images/pick_back06.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#index .pickup_l .text,
#index .pickup_r .text,
#index .pickup_l02 .text,
#index .pickup_r02 .text,
#index .pickup_l03 .text,
#index .pickup_r03 .text,
#index .access_box .text,
#index .time_box .text{
	margin:10px;
}

#index .access_box{
	width:280px;
	height:310px;
	float:left;
	border:#202f55 1px solid;
}
#index .time_box{
	width:280px;
	height:310px;
	float:right;
	border:#202f55 1px solid;
}
.qc_ban a{
	width:590px;
	height:130px;
	margin:0 0 10px 0;
	display:block;
	text-indent:-9999px;
	background:url(../images/qc_ban.jpg);
}
.ban_bright a{
	width:590px;
	height:130px;
	margin:0 0 10px 0;
	display:block;
	text-indent:-9999px;
	background:url(../images/ban_bright.jpg);
}
.qc_ban a:hover,
.ban_bright a:hover{
	background-position:0 100%;
}
.main_img{
	width:810px;
	height:300px;
	margin:0 auto;
}
.ryakureki{
	width:570px;
	margin-bottom:10px;
	overflow:hidden;
	}
.ryakureki dl{}	
.ryakureki dl dt{
	float: left;
}
.ryakureki dl dd{
	margin-left: 55px;
}
.nintei{
width:570px;
overflow:hidden
}
.nintei dl{
	float: left;
	margin: 10px 0px 20px 10px;
	padding: 0px;
	width: 180px;
}
.nintei dl img{
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}
.nintei dd{
	font-size: 90%;
	width: 152px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.navy{
	color:#202f55;
	font-size:130%;
	font-weight:bold;
}
.navy02{
	color:#202f55;
	font-size:100%;
	line-height:1;
	font-weight:bold;
}
.right{
	text-align:right;
}


/*---------- Esthe -----------*/


#esthe #content {
  padding-top: 0px;
  }

#esthe #content #clinic{
  margin-top: 30px;
  }

#esthe h2#title01 { background: url(../images/esthe_h2-01.gif) 0 0 no-repeat; }
#esthe h3#title02 { background: url(../images/esthe_h3-02.gif) 0 0 no-repeat; }
#esthe h3#title03 { background: url(../images/esthe_h3-03.gif) 0 0 no-repeat; }
#esthe h3#title04 { background: url(../images/esthe_h3-04.gif) 0 0 no-repeat; }

#esthe .contact a{
	width:250px;
	height:50px;
	display:block;
	text-indent:-9999px;
	float:right;
	margin:0 0 10px 0;
	background:url(../images/ban_contact.jpg);
}
#esthe .contact a:hover{
	background-position:0 100%;
}

/*---------- Color -----------*/
#color h2#title01 { background: url(../images/color_h2-01.gif) 0 0 no-repeat; }
#color h3#title02 { background: url(../images/color_h3-02.gif) 0 0 no-repeat; }
#color h3#title03 { background: url(../images/color_h3-03.gif) 0 0 no-repeat; }
#color h3#title04 { background: url(../images/color_h3-04.gif) 0 0 no-repeat; }
#color h4#title05 { background: url(../images/color_h4-05.gif) 0 0 no-repeat; }
#color h4#title06 { background: url(../images/color_h4-06.gif) 0 0 no-repeat; }

#color #content table td {
  width: 250px;
  vertical-align: top;
  }

 
/*---------- Lost -----------*/
#lost h2#title01 { background: url(../images/lost_h2-01.gif) 0 0 no-repeat; }
#lost h3#title02 { background: url(../images/lost_h3-02.gif) 0 0 no-repeat; }
#lost h3#title03 { background: url(../images/lost_h3-03.gif) 0 0 no-repeat; }
#lost h3#title04 { background: url(../images/lost_h3-04.gif) 0 0 no-repeat; }
#lost h3#title05 { background: url(../images/lost_h3-05.gif) 0 0 no-repeat; }

#lost #content th.style01 {
  width:140px;
  }
#lost #content td {
  width: 160px;
  }
.three_co{
	width:570px;
	overflow:hidden;
	margin:0 0 0 -3px;
	}
.three_co dl{
	float:left;
	width:170px;
	margin:0px 0 20px 5px;
	padding:0 3px 0 8px;
	}
.three_co dt{ 
	margin:0;
	padding:0;
	}
.three_co dd{ 
	margin:5px 0 0 0;
	padding:0;
	width:170px;
	text-align:center;
	}
.h90{height:90px;}
.line_left{
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
#lost .list{
	width: 590px;
	padding:0;
	overflow: hidden;
	margin:5px 0 0 -20px;
}
#lost .list ul{
	padding: 0px;
	margin:0;
}
#lost .list li{
	background-image: none;
	float: left;
	width: 180px;
	list-style-image: none;
	margin:0 0 5px 15px;
	padding:0;
}
.ban_contact{
	width:620px;
	text-align:center;
	overflow:hidden;
	}
/*---------- Black -----------*/
#black h2#title01 { background: url(../images/black_h2-01.gif) 0 0 no-repeat; }
#black h3#title02 { background: url(../images/black_h3-02.gif) 0 0 no-repeat; }
#black h3#title03 { background: url(../images/black_h3-03.gif) 0 0 no-repeat; }
#black h3#title04 { background: url(../images/black_h3-04.gif) 0 0 no-repeat; }

/*---------- Front -----------*/
#front h2#title01 { background: url(../images/front_h2-01.gif) 0 0 no-repeat; }
#front h3#title02 { background: url(../images/front_h3-02.gif) 0 0 no-repeat; }
#front h3#title03 { background: url(../images/front_h3-03.gif) 0 0 no-repeat; }
#front h3#title04 { background: url(../images/front_h3-04.gif) 0 0 no-repeat; }
#front h3#title05 { background: url(../images/front_h3-05.gif) 0 0 no-repeat; }

/*---------- Silver -----------*/
#silver h2#title01 { background: url(../images/silver_h2-01.gif) 0 0 no-repeat; }
#silver h3#title02 { background: url(../images/silver_h3-02.gif) 0 0 no-repeat; }
#silver h3#title03 { background: url(../images/silver_h3-03.gif) 0 0 no-repeat; }
#silver h3#title04 { background: url(../images/silver_h3-04.gif) 0 0 no-repeat; }
#silver h3#title05 { background: url(../images/silver_h3-05.gif) 0 0 no-repeat; }


/*---------- Clinic -----------*/
#clinic h2#title01 { background: url(../images/clinic_h2-01.gif) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-02.gif) 0 0 no-repeat; }
#clinic h3#title03 { background: url(../images/clinic_h3-03.gif) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-04.gif) 0 0 no-repeat; }
#clinic h3#title05 { background: url(../images/clinic_h3-05.gif) 0 0 no-repeat; }


#clinic #dr .alpha {
  float: left;
  width: 170px;
  }
  

#clinic #dr .beta {
  float: right;
  width: 380px;
  margin-top: 10px;
  }
#clinic .shokai_outbox{
	overflow:hidden;
}
#clinic .shokai_l{
	width:275px;
	float:left;
}
#clinic .shokai_r{
	width:275px;
	float:right;
}
#clinic .shokai_c{
	width:570px;
}
#clinic .ti{
	border:#23335C 1px solid;
	padding:5px;
	color:#23335C;
	font-weight:bold;
	margin:15px 0 10px 0;
}


/*---------- Inquiry -----------*/
#inquiry h2#title01 { background: url(../images/inquiry_h2-01.gif) 0 0 no-repeat; }
#inquiry h3#title02 { background: url(../images/inquiry_h3-02.gif) 0 0 no-repeat; }
#inquiry h3#title03 { background: url(../images/inquiry_h3-03.gif) 0 0 no-repeat; }

#inquiry #content #fmail td.require {
  padding: .2em;
  }

#inquiry #content #fmail th {
  width: 150px;
  }


/*---------- Invisalign -----------*/

#invisalign #content {
  padding-top: 0px;
  }

#invisalign #content #clinic{
  margin-top: 30px;
  }

#invisalign h2#title01 { background: url(../images/invisalign_h2-01.gif) 0 0 no-repeat; }
#invisalign h3#title03 { background: url(../images/esthe_h3-03.gif) 0 0 no-repeat; }
#invisalign h3#title04 { background: url(../images/esthe_h3-04.gif) 0 0 no-repeat; }

#invisalign .contact a{
	width:250px;
	height:50px;
	display:block;
	text-indent:-9999px;
	float:right;
	margin:0 0 10px 0;
	background:url(../images/ban_contact.jpg);
}
#invisalign .contact a:hover{
	background-position:0 100%;
}




/*---------- Sitemap -----------*/


#sitemap #content {
  padding-top: 0px;
  }

#sitemap #content #clinic{
  margin-top: 30px;
  }

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.gif) 0 0 no-repeat; }
#sitemap h3#title02 { background: url(../images/sitemap_h3-02.gif) 0 0 no-repeat; }
#sitemap h3#title03 { background: url(../images/sitemap_h3-03.gif) 0 0 no-repeat; }
#sitemap h3#title04 { background: url(../images/sitemap_h3-04.gif) 0 0 no-repeat; }
#sitemap h3#title05 { background: url(../images/sitemap_h3-05.gif) 0 0 no-repeat; }
.title{ border-bottom:dashed 2px #23335C; color:#23335C; font-weight:bold; margin-bottom:10px;}

#sitemap .contact a{
	width:250px;
	height:50px;
	display:block;
	text-indent:-9999px;
	float:right;
	margin:0 0 10px 0;
	background:url(../images/ban_contact.jpg);
}
#sitemap .contact a:hover{
	background-position:0 100%;
}
#sitemap .pink{
	background:#d0ecfb;
	padding:10px;
	width:430px;
	height:110px;
	float:left;
}
*html #sitemap .pink{
	width:450px;
	height:130px;
}
#sitemap .pink_img{
	float:right;
}
#sitemap #content table,
#sitemap #content table.price {
  border-collapse: separate;
  border-spacing: 1px;
  border: 1px solid #23335C;
  font-size: 100%;
  color: #666;
  width: 540px;
  margin-top: 0;
  margin-left: 20px;
}
#sitemap #content table th,
#sitemap #content table td,
#sitemap #content table.price th,
#sitemap #content table.price td {
  padding: 4px 8px;
  border: 1px solid #23335C;
  text-align:center;
  }
#sitemap #content table.price td.hon{
	width:80px;
	text-align:center;
}
#sitemap #content table.price th{
	width:280px;
}
#sitemap dl.point{
	width:550px;
}
#sitemap dl.point dt{
	float:left;
	width:25px;
	font-weight:normal;
}
#sitemap dl.point dd{
	padding-left:25px;
	font-weight:normal;
}
.red{
	color:#FF0000;
}
.mt15{margin-top:15px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mb15{margin-bottom:15px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
