@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  About_implant               */
/*                 09  Problems                    */
/*                 10  Middleage                   */
/*                 11  Flows                       */
/*                 12  Maintenance                 */
/*                 13  Bone                        */
/*                 14  Second                      */
/*                 15  Case                        */
/*                 16  Office                      */
/*                 17  Dr_and_staff                */
/*                 18  Implant_qa                  */
/*                 19  Access                      */
/*                 20  Inquiry                     */
/*                 21  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*                                                 */
/*==================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.jpg) top no-repeat; }
#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.jpg) repeat-y;
	}

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #595757;
	background: #fff;
	padding: 0 0 1em 0;
	background: none;
	}

/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 450px;
	width: 800px;
	margin: 0;
	padding: 0;
	position: relative;
	}
* html body #header { height: 81px; zoom: 1;} /*  for IE6 only */

#header h1 {
	font-size: 12px;
	position: absolute;
	top: 2px;
	left: 0;
	padding-top: 2px;
	width: 800px;
	text-align: right;
	color: #666;
}

p.logo {
	width: 525px;
	height: 77px;
	line-height: 1.0;
	float: left;
	margin: 0;
	}
p.logo a {
	display: block;
	width: 525px;
	height: 77px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 160px;
	float: right;
	margin:0;
	padding: 0;
	}

#header_nav {
	margin:0;
	padding: 60px 0 0 0;
	list-style: none;
	width: 160px;
	height: 20px;
	}

#header_nav li {
	height: 20px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 20px;
	}

#nav01 { width: 80px; }
#nav02 { width: 80px; }

#nav01 a {
	background: url(../images/header_nav.jpg) 0 0 no-repeat;
	width: 80px;
	}
#nav02 a {
	background: url(../images/header_nav.jpg) -80px 0 no-repeat;
	width: 80px;
	}


/*----------04  Navigation -----------*/

#gnav {
	width: 800px;
	float: left;
	margin-top:327px;
	}

#gnav ul,
#gnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent:-9999px;
	}

#gnav .internal li {
	height: 22px;
	width:200px;
	float:left;
	}

#gnav .internal li a {
	display: block;
	height: 22px;
	width:200px;
	}

#nav03 a { background: url(../images/gnav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/gnav.jpg) -200px 0 no-repeat; }
#nav05 a { background: url(../images/gnav.jpg) -400px 0 no-repeat; }
#nav06 a { background: url(../images/gnav.jpg) -600px 0 no-repeat; }
#nav07 a { background: url(../images/gnav.jpg) 0 -23px no-repeat; }
#nav08 a { background: url(../images/gnav.jpg) -200px -23px no-repeat; }
#nav09 a { background: url(../images/gnav.jpg) -400px -23px no-repeat; }
#nav10 a { background: url(../images/gnav.jpg) -600px -23px no-repeat; }

#nav03 a:hover { background: url(../images/gnav.jpg) 0 -45px no-repeat; }
#nav04 a:hover { background: url(../images/gnav.jpg) -200px -45px no-repeat; }
#nav05 a:hover { background: url(../images/gnav.jpg) -400px -45px no-repeat; }
#nav06 a:hover { background: url(../images/gnav.jpg) -600px -45px no-repeat; }
#nav07 a:hover { background: url(../images/gnav.jpg) 0 -68px no-repeat; }
#nav08 a:hover { background: url(../images/gnav.jpg) -200px -68px no-repeat; }
#nav09 a:hover { background: url(../images/gnav.jpg) -400px -68px no-repeat; }
#nav10 a:hover { background: url(../images/gnav.jpg) -600px -68px no-repeat; }


#nav p.hd2#nav_title01 {
    background:url(../images/nav.jpg) 0 0 no-repeat;
    width:200px;
    height:50px;
    text-indent:-9999px;
	text-align: left;
	margin: 0;
    }
#nav p.hd2#nav_title02 {
    background:url(../images/nav.jpg) 0 -200px no-repeat;
    width:200px;
    height:45px;
    text-indent:-9999px;
	text-align: left;
	margin: 0;
    }

#nav {
	width: 200px;
	float: left;
	}
#nav {
	width: 200px;
	float: left;
    background:url(../images/nav_bg.jpg) 0 0 repeat-y;
	}

.nav_body{
    background:url(../images/nav.jpg) 0 0 no-repeat;
    height:500px;
    }

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 30px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 30px;
	}

#nav11 a { background: url(../images/nav.jpg) 0 -50px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -80px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -110px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -140px no-repeat; }
#nav15 a { background: url(../images/nav.jpg) 0 -170px no-repeat; }

#nav11 a:hover { background: url(../images/nav.jpg) -200px -50px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -200px -80px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -200px -110px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -200px -140px no-repeat; }
#nav15 a:hover { background: url(../images/nav.jpg) -200px -170px no-repeat; }

#nav p { text-align: center; }

#ban01 {text-indent:-9999px;}
#ban01 a {
    display:block;
    float:left;
    width:160px;
    height:60px;
    padding:0;
    margin:5px 0 0 20px;
    background:url(../images/ban01.jpg) 0 0 no-repeat;
    }
* html #ban01 a { margin:5px 0 0 10px; }
#ban01 a:hover { background:url(../images/ban01.jpg) 0 0 no-repeat;}

#ban02 {text-indent:-9999px;}
#ban02 a {
    display:block;
    float:left;
    width:160px;
    height:63px;
    margin:5px 0 0 20px;
    background:url(../images/ban02.gif) 0 0 no-repeat;
    }
* html #ban02 a { margin:5px 0 0 10px; }
#ban02 a:hover { background:url(../images/ban02.gif) 0 0 no-repeat;}

#ban03 {text-indent:-9999px;}
#ban03 a {
    display:block;
    float:left;
    width:160px;
    height:60px;
    margin:5px 0 0 20px;
    background:url(../images/ban03.png) 0 0 no-repeat;
    }
* html #ban03 a { margin:5px 0 0 10px; }
#ban03 a:hover { background:url(../images/ban03.png) 0 0 no-repeat;}

#ban04 {text-indent:-9999px;}
#ban04 a {
    display:block;
    float:left;
    width:160px;
    height:60px;
    margin:5px 0 0 20px;
    background:url(../images/bun09.jpg) 0 0 no-repeat;
    }
* html #ban04 a { margin:5px 0 0 10px; }
#ban04 a:hover { background:url(../images/bun09.jpg) 0 0 no-repeat;}

#ban05 {text-indent:-9999px;}
#ban05 a {
    display:block;
    float:left;
    width:160px;
    height:60px;
    margin:5px 0 0 20px;
    background:url(../images/bun10.jpg) 0 0 no-repeat;
    }
* html #ban05 a { margin:5px 0 0 10px; }
#ban05 a:hover { background:url(../images/bun10.jpg) 0 0 no-repeat;}





#ban06 {text-indent:-9999px;}
#ban06 a {
    display:block;
    float:left;
    width:160px;
    height:60px;
    margin:5px 0 0 20px;
    background:url(../images/bn_sr01.jpg) 0 0 no-repeat;
    }
* html #ban06 a { margin:5px 0 0 10px; }
#ban06 a:hover { background:url(../images/bn_sr01.jpg) 0 0 no-repeat;}


#ban07 {
	text-indent:-9999px;
    display:block;
    float:left;
    width:160px;
    height:85px;
    margin:5px 0 10px 20px;
    background:url(../images/bn_sr02.jpg) 0 0 no-repeat;
    }
* html #ban07 { margin:6px 0 0 10px; }
/*#ban07 a:hover { background:url(../images/bn_sr02.jpg) 0 0 no-repeat;}*/




/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 20px 0 14px 0;
	margin: 0;
	background: #fff url(../images/footer_tel.jpg) right center no-repeat;
	font-size: 85%;
	text-align: left;
	color: #595757;
	}
*: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: #595757;
	}
#footer a:hover { text-decoration: underline; }

#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; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 30px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 30px;
	text-indent: -9999px;
    margin:20px 0 0 30px;
	}
#content h3 {
	clear: both;
	height: 30px;
	text-indent: -9999px;
	}
#content h4 {
	height: 26px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul {
    margin:5px 0 0 10px;
    }
#content dl {
    margin:5px 0 0 10px;
    }

#content ul li {
	list-style: none;
	background: url(../images/li_bg.gif) 0 4px no-repeat;
	padding-left: 20px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #028eaf;
	outline: none;
	}
a:hover { color: #de91a2; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 16px 16px 0;
	}

.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.gif) center center no-repeat;
	}
.case 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: 83px;
	height: 21px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 21px;
	background: url(../images/totop.png) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.jpg) 0 1px no-repeat;
	}

.subtitle{
    font-weight:bold;
    font-size:108%;
    color:#3B5D9F;
    }
    
.subtitle2{
    background:url(../images/subtitle_bg.jpg) 0 4px no-repeat;
    font-weight:bold;
    font-size:108%;
    text-indent:20px;
    color:#3B5D9F;
    }

.img_border {
   border:solid 1px #aaa;
   }
 
.color_box dt{
    text-indent:15px;
	background: url(../images/li_bg.gif) 0 4px no-repeat;
    color:#CF8181;
    }

.block_area{
   clear:both;
   padding-bottom:10px;
   margin-bottom:10px;
   border-bottom:1px dotted #ccc;
   }
.block_area_end{
   clear:both;
   padding-bottom:10px;
   margin-bottom:10px;
   }
.flow{
   padding-bottom:30px;
   background:url(../images/arrow_v.gif) bottom no-repeat;
   }
.flow_end{
   padding-bottom:30px;
   }

#content table {
    margin-top:10px;
    border: 1px solid #99A0AF;
    line-height:20px;
    }
#content table td {
    border: 1px solid #99A0AF;
    color:#6F6F6F;
    }
#content table dl {
    padding:0;
    }  
#content table th{
    text-align:center;
    border: 1px solid #99A0AF;
    background:#5F6A7F;
    color:#ffffff;
    font-weight:bold;
    }
#content table ul{
    margin:0;
    padding:0;
    }
#content table ol{
    margin-top:0;
    margin-bottom:0;
    }
#content table li{
    line-height:20px;
    } 
* html #content table{font-size:95%;}
* html #content table th {padding:3px 5px 3px 5px;}


/*-------- 07  Index --------*/
#index #content {
	background:none;
    padding:20px 0 0  0;
	}

#index h2#title01 {
    margin:0 0 20px 0;
	text-indent: 0;
    }
#index p#title02 {
    width:198px;
    height:58px;
    clear:both;
    margin:0 0 0 150px;
	text-indent: 0;
    }
#index h2#title03 {
    margin:30px 0 20px 0;
	text-indent: 0;
    }

.image_l  {
	float: left;
	margin: 0 5px 16px 0;
	}
    
.greeting{
    width:355px;
    float:right;
    margin-bottom:20px;
    }
*:first-child+html .pkup{
    width:580px;
    }
    
#pkup01 {text-indent:-9999px;}
#pkup01 a {
    display:block;
    float:left;
    width:262px;
    height:95px;
    margin:0 10px 10px 0;
    background:url(../images/bun05.jpg) 0 0 no-repeat;
    }
#pkup01 a:hover { background:url(../images/bun05.jpg) 0 0 no-repeat;}

#pkup02 {text-indent:-9999px;}
#pkup02 a {
    display:block;
    float:right;
    width:262px;
    height:95px;

    background:url(../images/bun06.jpg) 0 0 no-repeat;
    }
#pkup02 a:hover { background:url(../images/bun06.jpg) 0 0 no-repeat;}

#pkup03 {text-indent:-9999px;}
#pkup03 a {
    display:block;
    float:left;
    width:262px;
    height:95px;
    margin-right:10px;
    background:url(../images/bun07.jpg) 0 0 no-repeat;
    }
#pkup03 a:hover { background:url(../images/bun07.jpg) 0 0 no-repeat;}

#pkup04 {text-indent:-9999px;}
#pkup04 a {
    display:block;
    float:right;
    width:262px;
    height:95px;
    background:url(../images/bun08.jpg) 0 0 no-repeat;
    }
#pkup04 a:hover { background:url(../images/bun08.jpg) 0 0 no-repeat;}


.qc_rec a{
	width:535px;
	height:150px;
	display:block;
	text-indent:-9999px;
	background:url(../images/index_bana.jpg);
	margin:0 0 20px 0;
	padding:0;
}
.qc_rec a:hover{
	background-position:0 100%;
}


/*-------- 08  About_implant --------*/
#about_implant h2#title01 { background:url(../images/about_implant_h2-01.png) 0 0 no-repeat; }
#about_implant h3#title02 { background:url(../images/about_implant_h3-02.gif) 0 0 no-repeat;margin-top:10px;}
#about_implant h3#title03 { background:url(../images/about_implant_h3-03.gif) 0 0 no-repeat; }


/*-------- 09  Problems --------*/
#problems h2#title01 { background:url(../images/problems_h2-01.png) 0 0 no-repeat; }
#problems h3#title02 { background:url(../images/problems_h3-02.gif) 0 0 no-repeat; }
#problems h4#title03 { background:url(../images/problems_h4-03.gif) 0 0 no-repeat; }
#problems h3#title04 { background:url(../images/problems_h3-04.gif) 0 0 no-repeat; }
#problems h4#title05 { background:url(../images/problems_h4-05.gif) 0 0 no-repeat; }
#problems h4#title06 { background:url(../images/problems_h4-06.gif) 0 0 no-repeat; margin-top:10px;}
#problems h3#title07 { background:url(../images/problems_h3-07.gif) 0 0 no-repeat; }
#problems h3#title08 { background:url(../images/problems_h3-08.gif) 0 0 no-repeat; }


/*-------- 10  Middleage --------*/
#middleage h2#title01 { background:url(../images/middleage_h2-01.png) 0 0 no-repeat; }
#middleage h3#title02 { background:url(../images/middleage_h3-02.gif) 0 0 no-repeat; }
#middleage h3#title03 { background:url(../images/middleage_h3-03.gif) 0 0 no-repeat; }
#middleage h3#title04 { background:url(../images/middleage_h3-04.gif) 0 0 no-repeat; }
#middleage h3#title05 { background:url(../images/middleage_h3-05.gif) 0 0 no-repeat; }
#middleage h4#title06 { background:url(../images/middleage_h4-06.gif) 0 0 no-repeat; }
#middleage h3#title07 { background:url(../images/middleage_h3-07.gif) 0 0 no-repeat; }
#middleage h4#title08 { background:url(../images/middleage_h4-08.gif) 0 0 no-repeat; }
#middleage h4#title09 { background:url(../images/middleage_h4-09.gif) 0 0 no-repeat; }
#middleage h4#title10 { background:url(../images/middleage_h4-10.gif) 0 0 no-repeat; }
#middleage h4#title11 { background:url(../images/middleage_h4-11.gif) 0 0 no-repeat; }
#middleage h3#title12 { background:url(../images/middleage_h3-12.gif) 0 0 no-repeat; }
#middleage h4#title13 { background:url(../images/middleage_h4-13.gif) 0 0 no-repeat; }
#middleage h4#title14 { background:url(../images/middleage_h4-14.gif) 0 0 no-repeat; }

#middleage .text_area{
   float:left;
   width:400px;
   margin-left:10px;
   }


/*-------- 11  Flows --------*/
#flows h2#title01 { background:url(../images/flows_h2-01.png) 0 0 no-repeat; }
#flows h3#title02 { background:url(../images/flows_h3-02.gif) 0 0 no-repeat; }
#flows h3#title03 { background:url(../images/flows_h3-03.gif) 0 0 no-repeat; }
#flows h4#title04 { background:url(../images/flows_h4-04.gif) 0 0 no-repeat; }
#flows h4#title05 { background:url(../images/flows_h4-05.gif) 0 0 no-repeat; }
#flows h4#title06 { background:url(../images/flows_h4-06.gif) 0 0 no-repeat; }
#flows h4#title07 { background:url(../images/flows_h4-07.gif) 0 0 no-repeat; }
#flows h4#title08 { background:url(../images/flows_h4-08.gif) 0 0 no-repeat; }
#flows h3#title09 { background:url(../images/flows_h3-09.gif) 0 0 no-repeat; }
#flows h3#title10 { background:url(../images/flows_h3-10.gif) 0 0 no-repeat; }
#flows h3#title11 { background:url(../images/flows_h3-11.gif) 0 0 no-repeat; }
#flows h4#title11 { background:url(../images/flows_h4-11.gif) 0 0 no-repeat; }
#flows h4#title12 { background:url(../images/flows_h4-12.gif) 0 0 no-repeat; }
#flows h3#title13 { background:url(../images/flows_h3-13.gif) 0 0 no-repeat; }

#flows .text_area{
    width:300px;
    float:left;
    margin-left:10px;
    }

/*-------- 12  Maintenance --------*/
#maintenance h2#title01 { background:url(../images/maintenance_h2-01.png) 0 0 no-repeat; }
#maintenance h3#title02 { background:url(../images/maintenance_h3-02.gif) 0 0 no-repeat; }
#maintenance h3#title03 { background:url(../images/maintenance_h3-03.gif) 0 0 no-repeat; }
#maintenance h3#title04 { background:url(../images/maintenance_h3-04.gif) 0 0 no-repeat; }
#maintenance h4#title05 { background:url(../images/maintenance_h4-05.gif) 0 0 no-repeat; }
#maintenance h3#title06 { background:url(../images/maintenance_h3-06.gif) 0 0 no-repeat; }
#maintenance .steps .flow ,
#maintenance .steps .flow_end {
   width:400px;
   float:right;
   }
#maintenance .steps {
   clear:both;
   }
.img_r{float:right;margin:0px 0px 15px 10px;}

/*-------- 13  Bone --------*/
#bone h2#title01 { background:url(../images/bone_h2-01.png) 0 0 no-repeat; }
#bone h3#title02 { background:url(../images/bone_h3-02.gif) 0 0 no-repeat; }
#bone h4#title03 { background:url(../images/bone_h4-03.gif) 0 0 no-repeat; }
#bone h3#title04 { background:url(../images/bone_h3-04.gif) 0 0 no-repeat; }
#bone h4#title05 { background:url(../images/bone_h4-05.gif) 0 0 no-repeat; }
#bone h3#title06 { background:url(../images/bone_h3-06.gif) 0 0 no-repeat; }
#bone h4#title07 { background:url(../images/bone_h4-07.gif) 0 0 no-repeat; }


/*-------- 14  Second --------*/
#second h2#title01 { background:url(../images/second_h2-01.png) 0 0 no-repeat; }
#second h3#title02 { background:url(../images/second_h3-02.gif) 0 0 no-repeat; }
#second h3#title03 { background:url(../images/second_h3-03.gif) 0 0 no-repeat; }
#second dt{
    text-indent:15px;
	background: url(../images/li_bg.gif) 0 4px no-repeat;
    color:#CF8181;
    }


/*-------- 15  Case --------*/
#case h2#title01 { background:url(../images/case_h2-01.png) 0 0 no-repeat; }


/*-------- 16  Office --------*/
#office h2#title01 { background:url(../images/office_h2-01.png) 0 0 no-repeat; }
#office h3#title02 { background:url(../images/office_h3-02.gif) 0 0 no-repeat; }

#office .anker{
	width: 500px;
	float: left;
	margin-left:15px;
	margin-bottom:10px;
	}
#office .anker ul,
#office .anker li {
	margin: 0;
	padding: 0;
	text-indent:15px;
	list-style: none;
	}
#office .anker li {
	width:160px;
	float:left;
	background:url(../images/anker_bg.gif) 0 4px no-repeat;
	}

#office .anker li a{
    color:#475269;
    font-weight:bold;
    text-decoration: none;
    }
    
#office .anker li a:hover{
    color:#475269;
    text-decoration: underline;
    }

	
#office .office_photo{
	float:left;
    width:200px;
    }
#office .photo_v{
    padding-left:22px;
    }
	
#office .info{
	float:right;
    width:300px;
    margin-right:13px;
    }
* html  #office .info{ width:270px;}
  
#office .tour{
    width:535px;
    clear:both;
    }
    
* html #office .tour{
    width:520px;
    clear:both;
    }

/*-------- 17  Dr_and_staff --------*/
#dr_and_staff h2#title01 { background:url(../images/dr_and_staff_h2-01.png) 0 0 no-repeat; }
#dr_and_staff h3#title02 { background:url(../images/dr_and_staff_h3-02.gif) 0 0 no-repeat; }
#dr_and_staff h4#title03 { background:url(../images/dr_and_staff_h4-03.gif) 0 0 no-repeat; }
#dr_and_staff h3#title04 { background:url(../images/dr_and_staff_h3-04.gif) 0 0 no-repeat; }
#dr_and_staff .dr_photo{
    width:180px;
    float:left;
    }
#dr_and_staff .dr_info{
    float:left;
    width:300px;
    margin-left:15px;
    }
#dr_and_staff th{
    width:70px;
    }
#dr_and_staff .staff{
    padding-bottom:10px;
    border-bottom:1px dotted #ccc;
    }
    
/*-------- 18  Implant_qa --------*/
#implant_qa h2#title01 { background:url(../images/implant_qa_h2-01.png) 0 0 no-repeat; }

#implant_qa .question {
   color:#364F0F;
   font-weight:bold;
   }
#implant_qa .answer {
   padding-bottom:15px;
   border-top:1px dotted #ccc;
   }

/*-------- 19  Access --------*/
#access h2#title01 { background:url(../images/access_h2-01.png) 0 0 no-repeat; }
#access dt{
   float:left;
   text-align:right;
   width:130px;
   }
#access dd{
   margin-left:130px;
   }

/*-------- 20  Inquiry --------*/
#inquiry h2#title01 { background:url(../images/inquiry_h2-01.png) 0 0 no-repeat; }
#inquiry .must{
   color:#FF2F4B;
   font-weight:normal;
   }
#inquiry .comment{
   color:#777;
   }

#inquiry form table{
   width:500px;
   margin-left:15px;
   }
#inquiry .conf{
   padding-bottom:100px;
   }
#inquiry .thank{
   padding-bottom:500px;
   }

/*-------- 21  Sitemap --------*/
#sitemap h2#title01 { background:url(../images/sitemap_h2-01.png) 0 0 no-repeat; }

#sitemap dl{
   margin:10px 0 0 0;
   padding:0;
   }
#sitemap dt{
    float:none;
    text-indent:16px;
    background:url(../images/li_bg.gif) 0 4px no-repeat;
    }

#sitemap dt a{
    color:#313B4F;
    text-decoration: none;
    }
    
#sitemap dt a:hover{
    color:#6D83AF;
    text-decoration: underline;
    }

#sitemap dd{
    margin-bottom:10px;
    }


