@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.jpg); }

#wrapper {
	background: url(../images/wrapper_bg.gif) top repeat-x;
	margin: 0;
	padding: 0;
	}

#main {
	width: 800px;
	margin: 0 auto;
	background: url(../images/main_bg.jpg) repeat-y;
	text-align: left;
	}

#content {
	width: 610px;
	float: left;
	font-size: 108%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 0 0 1em 0;
	margin: 0;
	}

#content #catch {
	width:610px;
	height:186px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	}



/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 100px;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 360px;
	height: 60px;
	line-height: 1.0;
	float: left;
	margin: 30px 0 0 10px;
	}
h1 a {
	display: block;
	width: 360px;
	height: 60px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	width:190px;
	text-indent:-9999px;
	float:right;	
	}



/*----------04  Navigation -----------*/

#nav {
	width: 190px;
	float: right;
	padding: 5px 0 20px 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	}

#nav06 a { background: url(../images/nav.jpg) 0 0 no-repeat; height:90px; }
#nav07 a { background: url(../images/nav.jpg) 0 -90px no-repeat; height:85px; }
#nav08 a { background: url(../images/nav.jpg) 0 -175px no-repeat; height:85px; }
#nav09 a { background: url(../images/nav.jpg) 0 -260px no-repeat; height:85px; }
#nav10 a { background: url(../images/nav.jpg) 0 -345px no-repeat; height:85px; }
#nav11 a { background: url(../images/nav.jpg) 0 -430px no-repeat; height:85px; }
#nav12 a { background: url(../images/nav.jpg) 0 -515px no-repeat; height:90px; }

#nav06 a:hover { background: url(../images/nav.jpg) -190px 0 no-repeat; height:90px; }
#nav07 a:hover { background: url(../images/nav.jpg) -190px -90px no-repeat; height:85px; }
#nav08 a:hover { background: url(../images/nav.jpg) -190px -175px no-repeat; height:85px; }
#nav09 a:hover { background: url(../images/nav.jpg) -190px -260px no-repeat; height:85px; }
#nav10 a:hover { background: url(../images/nav.jpg) -190px -345px no-repeat; height:85px; }
#nav11 a:hover { background: url(../images/nav.jpg) -190px -430px no-repeat; height:85px; }
#nav12 a:hover { background: url(../images/nav.jpg) -190px -515px no-repeat; height:90px; }

#nav p { text-align: center; }

#content #nav_c {
	padding: 0;
	margin:0 0 10px 0;
	}

#content #nav_c ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 610px;
	text-indent:-9999px;
	}

#content #nav_c li {
	margin: 0;
	padding: 0;
	list-style: none;
	float:left;
	}

#content #nav_c li a {
	display: block;
	height:30px;
	}
	
#nav01 a { background: url(../images/nav_c.jpg) 0 0 no-repeat; width:180px; }
#nav02 a { background: url(../images/nav_c.jpg) -180px 0 no-repeat; width:130px; }
#nav03 a { background: url(../images/nav_c.jpg) -310px 0 no-repeat; width:90px; }
#nav04 a { background: url(../images/nav_c.jpg) -400px 0 no-repeat; width:100px; }
#nav05 a { background: url(../images/nav_c.jpg) -500px 0 no-repeat; width:110px; }

#nav01 a:hover { background: url(../images/nav_c.jpg) 0 -30px no-repeat; }
#nav02 a:hover { background: url(../images/nav_c.jpg) -180px -30px no-repeat; }
#nav03 a:hover { background: url(../images/nav_c.jpg) -310px -30px no-repeat; }
#nav04 a:hover { background: url(../images/nav_c.jpg) -400px -30px no-repeat; }
#nav05 a:hover { background: url(../images/nav_c.jpg) -500px -30px no-repeat; }


#content #pickup {
	margin:0 5px 20px 0;
	} 
#content #pickup ul {
	margin:0;
	padding:0;
	list-style:none;
	width:600px;
	height:75px;
	}
#content #pickup li {
	margin:0;
	padding:0;
	list-style:none;
	width:300px;
	height:75px;
	text-indent:-9999px;
	float:left;
	}
#content #pickup li a {
	display:block;
	width:300px;
	height:75px;
	} 
	
#content #pickup #pickup_l a{background:url(../images/pickup.jpg) 0 0 no-repeat;}
#content #pickup #pickup_r a{background:url(../images/pickup.jpg) -300px 0 no-repeat;}
	
#content #pickup #pickup_l a:hover {background:url(../images/pickup.jpg) 0 -75px no-repeat;}
#content #pickup #pickup_r a:hover {background:url(../images/pickup.jpg) -300px -75px no-repeat;}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 30px 0 10px 0;
	margin: 0;
	font-size: 85%;
	text-align: center;
	color: #333333;
	width:610px;
	}
*: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: #333333;
	}
#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: 8px 1em; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 15px 1em 15px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
	height: 46px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 40px;
	text-indent: -9999px;
	}
#content h4 {
	height: 35px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 10px 0;
	color:#545391;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 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: #784A00;
	outline: none;
	}
a:hover { color: #996900; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 10px 8px 0;
	}

.image_r {
	float: right;
	margin: 0 0 8px 10px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow.jpg) center center no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow.jpg) 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: 10px;
	}

#content ul.totop li {
	list-style: none;
	width: 103px;
	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.jpg) 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%;
	color: #666;
	margin-left: 10px;
	}

#content table th,
#content table td {
	padding: 4px 6px;
	border: 1px solid #04233A;
	}

#content table th {
	background: url(../images/table_bg01.jpg) left repeat-y #545291;
	color: #F1ECEB;
	text-align:left;
	}

#content table th.title {
	background: url(../images/table_bg02.jpg) top repeat-x #D7D6E5;
	color: #282674;
	}
#content table td{background:#FFF;}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}





/*---------- 07  Index -----------*/
#index #content #catch { height:286px; background:url(../images/index_catch.jpg) 0 0 no-repeat;}

#index h2#title01{ background:url(../images/index_h2-01.jpg) 0 0 no-repeat; height:30px; margin:0;}
#index h3#title02{ background:url(../images/index_h3-02.jpg) 0 0 no-repeat;}

#index #content #pickup {
	margin:0 5px;
	} 
#index #content #pickup ul {
	margin:0;
	padding:0;
	list-style:none;
	width:600px;
	height:159px;
	}
#index #content #pickup li {
	margin:0;
	padding:0;
	list-style:none;
	width:300px;
	height:159px;
	text-indent:-9999px;
	float:left;
	}
#index #content #pickup li a {
	display:block;
	width:300px;
	height:159px;
	} 
	
#index #content #pickup #pickup_l a{background:url(../images/index_pickup.jpg) 0 0 no-repeat;}
#index #content #pickup #pickup_r a{background:url(../images/index_pickup.jpg) -300px 0 no-repeat;}
	
#index #content #pickup #pickup_l a:hover {background:url(../images/index_pickup.jpg) 0 -160px no-repeat;}
#index #content #pickup #pickup_r a:hover {background:url(../images/index_pickup.jpg) -300px -160px no-repeat;}
	
#index .info {
	width:320px;
	background:url(../images/index_info.jpg) left top no-repeat;
	padding: 10px 0 0 15px ;
	float:left;
	}
#index .info dl{margin:0;}
#index .info dt{
	text-indent:-9999px;
	float:left;
	width:60px;
	}
#index .info dd{margin-left:70px;}

#index dt#dt01{ background:url(../images/index_dt01.jpg) 0 4px no-repeat;}
#index dt#dt02{ background:url(../images/index_dt02.jpg) 0 4px no-repeat;}
#index dt#dt03{ background:url(../images/index_dt03.jpg) 0 4px no-repeat;}
#index dt#dt04{ background:url(../images/index_dt04.jpg) 0 4px no-repeat;}
#index dt#dt05{ background:url(../images/index_dt05.jpg) 0 4px no-repeat;}

#index .color_red{color:#BF0000; font-weight:normal;}

/*---------- 08  staff -----------*/
#staff #content #catch { background:url(../images/staff_catch.jpg) 0 0 no-repeat;}

#staff h2#title01{ background:url(../images/staff_h2-01.jpg) 0 0 no-repeat;}
#staff h3#title02{ background:url(../images/staff_h3-02.jpg) 0 0 no-repeat;}
#staff h4#title03{ background:url(../images/staff_h4-03.jpg) 0 0 no-repeat;}
#staff h4#title04{ background:url(../images/staff_h4-04.jpg) 0 0 no-repeat;}
#staff h4#title05{ background:url(../images/staff_h4-05.jpg) 0 0 no-repeat;}
#staff h4#title06{ background:url(../images/staff_h4-06.jpg) 0 0 no-repeat;}
#staff h3#title07{ background:url(../images/staff_h3-07.jpg) 0 0 no-repeat;}

#staff .box{ width:330px; float:right;}
#staff .dr dl{ margin:10px; }
#staff .dr dt{ width:6.5em; float:left; font-weight:normal; }
#staff .dr dd{ margin-left:7em; }

#staff .faq dl{ margin:0; }
#staff .faq dt{
	text-indent:-9999px;
	height:40px;
	}
	
#staff .faq dd{ margin: 10px 10px 30px 10px ; }
#staff dt#dt01{ background:url(../images/staff_dt01.jpg) 0 4px no-repeat;}
#staff dt#dt02{ background:url(../images/staff_dt02.jpg) 0 4px no-repeat;}
#staff dt#dt03{ background:url(../images/staff_dt03.jpg) 0 4px no-repeat;}
#staff dt#dt04{ background:url(../images/staff_dt04.jpg) 0 4px no-repeat;}
#staff dt#dt05{ background:url(../images/staff_dt05.jpg) 0 4px no-repeat;}

/*---------- 09  clinic -----------*/
#clinic #content #catch { background:url(../images/clinic_catch.jpg) 0 0 no-repeat;}

#clinic h2#title01{ background:url(../images/clinic_h2-01.jpg) 0 0 no-repeat;}
#clinic h3#title02{ background:url(../images/clinic_h3-02.jpg) 0 0 no-repeat;}

#clinic .image_l,
#clinic .image_r{margin:0 1px 0 0;}
#clinic .section p{margin:0 0 0 0;}

#clinic #content .section { padding: .5em 10px 1em 10px; }


/*---------- 10  office -----------*/
#office #content #catch { background:url(../images/office_catch.jpg) 0 0 no-repeat;}

#office h2#title01{ background:url(../images/office_h2-01.jpg) 0 0 no-repeat;}
#office h3#title02{ background:url(../images/office_h3-02.jpg) 0 0 no-repeat;}
#office h4#title03{ background:url(../images/office_h4-03.jpg) 0 0 no-repeat;}

#office th{width:150px;}
#office td{
	width:400px;
	}


/*---------- 11  contact -----------*/
#contact #content #catch { background:url(../images/contact_catch.jpg) 0 0 no-repeat;}

#contact h2#title01{ background:url(../images/contact_h2-01.jpg) 0 0 no-repeat;}
#contact h3#title02{ background:url(../images/contact_h3-02.jpg) 0 0 no-repeat;}
#contact h4#title03{ background:url(../images/contact_h4-03.jpg) 0 0 no-repeat;}

#contact .color_red{color:#BF0000; font-weight:normal;}
#contact .require{width:15px;}
#contact th{width:150px;}
#contact td{width:370px;}

/*---------- 12  sitemap -----------*/
#sitemap #content #catch { background:url(../images/sitemap_catch.jpg) 0 0 no-repeat;}

#sitemap h2#title01{ background:url(../images/sitemap_h2-01.jpg) 0 0 no-repeat;}
#sitemap h3#title02{ background:url(../images/sitemap_h3-02.jpg) 0 0 no-repeat;}
#sitemap h4#title03{ background:url(../images/sitemap_h4-03.jpg) 0 0 no-repeat;}


/*---------- 13  cost -----------*/
#cost #content #catch { background:url(../images/cost_catch.jpg) 0 0 no-repeat;}

#cost h2#title01{ background:url(../images/cost_h2-01.jpg) 0 0 no-repeat;}
#cost h3#title02{ background:url(../images/cost_h3-02.jpg) 0 0 no-repeat;}
#cost h4#title03{ background:url(../images/cost_h4-03.jpg) 0 0 no-repeat;}
#cost h4#title04{ background:url(../images/cost_h4-04.jpg) 0 0 no-repeat;}

#cost th{width:300px;}
#cost td{
	width:230px;
	text-align:right;
	}
#cost .cost_banner a{
	width:560px;
	height:250px;
	display:block;
	text-indent:-9999px;
	margin:10px 0 10px 25px;
	background:url(../images/cost_banner.jpg);
}
#cost .cost_banner a:hover{
 background-position:0 100%;
}

/*---------- 14  implant -----------*/
#implant #content #catch { background:url(../images/implant_catch.jpg) 0 0 no-repeat;}

#implant h2#title01{ background:url(../images/implant_h2-01.jpg) 0 0 no-repeat;}
#implant h3#title02{ background:url(../images/implant_h3-02.jpg) 0 0 no-repeat;}
#implant h4#title03{ background:url(../images/implant_h4-03.jpg) 0 0 no-repeat;}
#implant h3#title04{ background:url(../images/implant_h3-04.jpg) 0 0 no-repeat; }

#implant .color_red{color:#BF0000; font-weight:normal;}

.reason{
	background:url(../images/implant_bg.jpg) no-repeat;
}


/*---------- 15  think_implant -----------*/
#think_implant #content #catch { background:url(../images/think_implant_catch.jpg) 0 0 no-repeat;}

#think_implant h2#title01{ background:url(../images/think_implant_h2-01.jpg) 0 0 no-repeat;}
#think_implant h3#title02{ background:url(../images/think_implant_h3-02.jpg) 0 0 no-repeat;}
#think_implant h4#title03{ background:url(../images/think_implant_h4-03.jpg) 0 0 no-repeat;}
#think_implant h4#title04{ background:url(../images/think_implant_h4-04.gif) 0 0 no-repeat;}
#think_implant h3#title05{ background:url(../images/think_implant_h3-05.jpg) 0 0 no-repeat;}
#think_implant h4#title06{ background:url(../images/think_implant_h4-06.gif) 0 0 no-repeat;}
#think_implant h4#title07{ background:url(../images/think_implant_h4-07.jpg) 0 0 no-repeat;}

#think_implant .text01{
	text-indent:-9999px;
	height:20px;
	background:url(../images/think_implant_text01.jpg) 0 0 no-repeat;
	}
#think_implant .box{
	background:url(../images/box_bg01.jpg) right repeat-y;
	border: solid 1px #CC9933;
	padding:10px;
	}

#think_implant dl{margin:0;}	
#think_implant dt{
	float:left;
	width:280px;
	background:url(../images/arrow02.jpg) right no-repeat;
	}
#think_implant dd{margin-left:280px;}
*html #think_implant dd{margin-left:250px;}

#think_implant .color_red{color:#BF0000; font-weight:normal;}
#think_implant .color_red02{color:#BF0000; font-weight:bold;}

/*---------- 16  safety_implant -----------*/
#safety_implant #content #catch { background:url(../images/safety_implant_catch.jpg) 0 0 no-repeat;}

#safety_implant h2#title01{ background:url(../images/safety_implant_h2-01.jpg) 0 0 no-repeat;}
#safety_implant h3#title02{ background:url(../images/safety_implant_h3-02.jpg) 0 0 no-repeat;}
#safety_implant h3#title03{ background:url(../images/safety_implant_h3-03.jpg) 0 0 no-repeat;}
#safety_implant h4#title04{ background:url(../images/safety_implant_h4-04.jpg) 0 0 no-repeat;}

#safety_implant .text01{
	text-indent:-9999px;
	height:20px;
	background:url(../images/safety_implant_text01.jpg) 0 0 no-repeat;
	}

#safety_implant .text02{
	text-indent:-9999px;
	height:50px;
	background:url(../images/safety_implant_text02.jpg) 0 0 no-repeat;
	}
	
#safety_implant th.title{width: auto; text-align:center;}
#safety_implant td{width: 270px; text-align:center;}
#safety_implant td.box02{width: auto;}

#safety_implant .color_red{color:#BF0000; font-weight:bold;}

/*---------- 17  flow -----------*/
#flow #content #catch { background:url(../images/flow_catch.jpg) 0 0 no-repeat;}

#flow h2#title01{ background:url(../images/flow_h2-01.jpg) 0 0 no-repeat;}
#flow h3#title02{ background:url(../images/flow_h3-02.jpg) 0 0 no-repeat;}
#flow h4#title03{ background:url(../images/flow_h4-03.jpg) 0 0 no-repeat;}
#flow h4#title04{ background:url(../images/flow_h4-04.jpg) 0 0 no-repeat;}
#flow h4#title05{ background:url(../images/flow_h4-05.jpg) 0 0 no-repeat;}
#flow h4#title06{ background:url(../images/flow_h4-06.jpg) 0 0 no-repeat;}
#flow h4#title07{ background:url(../images/flow_h4-07.jpg) 0 0 no-repeat;}
#flow h4#title08{ background:url(../images/flow_h4-08.jpg) 0 0 no-repeat;}
#flow h4#title09{ background:url(../images/flow_h4-09.jpg) 0 0 no-repeat;}

#flow .box01{
	background:url(../images/arrow03.jpg) center bottom no-repeat;
	padding:10px 10px 30px 10px;
	}

#flow .box02{
	background:#F7F5EB;
	border: solid 1px #EBE3C2;
	padding: 5px 10px;
	margin:10px;
	}


/*---------- 18  reproduction_first -----------*/
#reproduction_first #content #catch { background:url(../images/reproduction_first_catch.jpg) 0 0 no-repeat;}

#reproduction_first h2#title01{ background:url(../images/reproduction_first_h2-01.jpg) 0 0 no-repeat;}
#reproduction_first h3#title02{ background:url(../images/reproduction_first_h3-02.jpg) 0 0 no-repeat;}
#reproduction_first h4#title03{ background:url(../images/reproduction_first_h4-03.jpg) 0 0 no-repeat;}
#reproduction_first h4#title04{ background:url(../images/reproduction_first_h4-04.jpg) 0 0 no-repeat;}

#reproduction_first .box01 dl{margin:0;}
#reproduction_first .box01 dt{
	text-indent:-9999px;
	float:left;
	width:80px;
	}
#reproduction_first .box01 dd{margin-left:80px; padding-top:4px;}

#reproduction_first dt#dt01{ background:url(../images/reproduction_first_dt01.jpg) 0 4px no-repeat;}
#reproduction_first dt#dt02{ background:url(../images/reproduction_first_dt02.jpg) 0 4px no-repeat;}
#reproduction_first dt#dt03{ background:url(../images/reproduction_first_dt01.jpg) 0 4px no-repeat;}
#reproduction_first dt#dt04{ background:url(../images/reproduction_first_dt02.jpg) 0 4px no-repeat;}


/*---------- 19  reproduction_second -----------*/
#reproduction_second #content #catch { background:url(../images/reproduction_second_catch.jpg) 0 0 no-repeat;}

#reproduction_second h2#title01{ background:url(../images/reproduction_second_h2-01.jpg) 0 0 no-repeat;}
#reproduction_second h3#title02{ background:url(../images/reproduction_second_h3-02.jpg) 0 0 no-repeat;}
#reproduction_second h4#title03{ background:url(../images/reproduction_second_h4-03.jpg) 0 0 no-repeat;}
#reproduction_second h4#title04{ background:url(../images/reproduction_second_h4-04.jpg) 0 0 no-repeat;}

#reproduction_second .color_red{color:#BF0000; font-weight:normal;}

#reproduction_second .box01 dl{margin:0;}
#reproduction_second .box01 dt{
	text-indent:-9999px;
	float:left;
	width:80px;
	}
#reproduction_second .box01 dd{margin-left:80px; padding-top:4px;}

#reproduction_second dt#dt01{ background:url(../images/reproduction_first_dt01.jpg) 0 4px no-repeat;}
#reproduction_second dt#dt02{ background:url(../images/reproduction_first_dt02.jpg) 0 4px no-repeat;}
#reproduction_second dt#dt03{ background:url(../images/reproduction_first_dt01.jpg) 0 4px no-repeat;}
#reproduction_second dt#dt04{ background:url(../images/reproduction_first_dt02.jpg) 0 4px no-repeat;}


/*---------- 20  file_implant -----------*/
#file_implant #content #catch { background:url(../images/file_implant_catch.jpg) 0 0 no-repeat;}

#file_implant h2#title01{ background:url(../images/file_implant_h2-01.jpg) 0 0 no-repeat;}
#file_implant h3#title02{ background:url(../images/file_implant_h3-02.jpg) 0 0 no-repeat;}
#file_implant h4#title03{ background:url(../images/file_implant_h4-03.jpg) 0 0 no-repeat;}
#file_implant h4#title04{ background:url(../images/file_implant_h4-04.jpg) 0 0 no-repeat;}
#file_implant h4#title05{ background:url(../images/file_implant_h4-05.jpg) 0 0 no-repeat;}
#file_implant h4#title06{ background:url(../images/file_implant_h4-06.jpg) 0 0 no-repeat;}
#file_implant h4#title07{ background:url(../images/file_implant_h4-07.jpg) 0 0 no-repeat;}
#file_implant h4#title08{ background:url(../images/file_implant_h4-08.jpg) 0 0 no-repeat;}

/*---------- 21  trouble_implant -----------*/
#trouble_implant #content #catch { background:url(../images/trouble_implant_catch.jpg) 0 0 no-repeat;}

#trouble_implant h2#title01{ background:url(../images/trouble_implant_h2-01.jpg) 0 0 no-repeat;}
#trouble_implant h3#title02{ background:url(../images/trouble_implant_h3-02.jpg) 0 0 no-repeat;}

#trouble_implant .faq dl{ margin:0; }
#trouble_implant .faq dt{
	text-indent:-9999px;
	height:40px;
	}
	
#trouble_implant .faq dd{ margin: 10px 10px 30px 10px ; }
#trouble_implant dt#dt01{ background:url(../images/staff_dt01.jpg) 0 4px no-repeat;}
#trouble_implant dt#dt02{ background:url(../images/staff_dt02.jpg) 0 4px no-repeat;}
#trouble_implant dt#dt03{ background:url(../images/staff_dt03.jpg) 0 4px no-repeat;}
#trouble_implant dt#dt04{ background:url(../images/staff_dt04.jpg) 0 4px no-repeat;}
#trouble_implant dt#dt05{ background:url(../images/staff_dt05.jpg) 0 4px no-repeat;}
