@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) top center no-repeat; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 906px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0 ;
	margin: 0 auto;
	background: url(../images/main_bg.jpg) repeat-y;
	color: #666;
	}

#content {
	width: 690px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 2em 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	height: 240px;
	width: 898px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #B2B2B2;
	position: relative;
	background:url(../images/header_bg.jpg) 0 0 no-repeat;
	}
*html #header {
	margin: 0 0 0 4px;
	}

#header h1{
    position: absolute;
    top: 5px;
    left: 10px;
	font-size:13px;
    margin: 0;
    }


/**html #header .description {
    position: absolute;
    top: 5px;
    left: 10px;
    margin: 0;
    }

#index #header .description {
    position: absolute;
    top: 5px;
    left: 570px;
    margin: 0;
	width:327px;
    }*/
#index #header h1{
    position: absolute;
	font-size:13px;
    top: 6px;
    left: 570px;
    margin: 0;
	width:327px;
    }
	
#index #header #catch{
	text-indent: -9999px;
	line-height:0;
	width:auto;
	height:auto;
	}
	
#header #catch{
	text-indent: -9999px;
	line-height:0;
	height:50px;
	width:898px;
	line-height:0;
    margin: 0;
	padding:0;	
	}
	
*html #header #catch{
	text-indent: -9999px;
	line-height:0;
	height:45px;
	width:898px;
	line-height:0;
    margin: 0;
	padding:0;	
	}

.Srh1 {
	width: 246px;
	height: 50px;
	line-height: 1.0;
	float: left;
	margin:30px 0 0 10px;
	}
*html .Srh1 {margin:30px 0 0 5px;}
	
.Srh1 a {
	display: block;
	width: 246px;
	height: 50px;
	}
	
#index .Srh1 {	
	width: 246px;
	height: 50px;
	line-height: 1.0;
	float: left;
	margin:30px 0 0 0;
	}
#index .Srh1 a {
	display: block;
	width: 246px;
	height: 50px;
	
	}

#header .section {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 61px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 19px;
	width:285px;
	}

#header_nav li {
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	}

#index #nav01 a {
	width: 140px;
	height: 140px;
	margin:0 0 0 0;
	}
#index #nav02 a {
	width: 132px;
	height: 132px;
	margin:9px 1px 0 152px;
	}
#index #nav03 a {
	width: 145px;
	height: 148px;
	margin:-50px 0 0 0;
	}

*html #index #nav02 a {margin:9px 1px 0 0; float:right; padding:0;}
*html #index #nav03 a {margin:75px 0 0 0; float:left; padding: 0;}
*html #index #nav02 a:hover {background:url(../images/index_catch.jpg) -151px -529px no-repeat;}

#index #nav01 a:hover {background:url(../images/index_catch.jpg) 0 -380px no-repeat;}
#index #nav02 a:hover {background:url(../images/index_catch.jpg) -152px -529px no-repeat;}
#index #nav03 a:hover {background:url(../images/index_catch.jpg) 0 -611px no-repeat;}



#index #header .section_l{
	float:left;
	width:285px;
	}
	
#index #header .section_r{
	padding:0;
	margin:0;
	float:right;
	width:327px;
	height:auto;
	}
#header .section_r{
	padding:0;
	margin:0;
	float:right;
	width:315px;
	height:190px;
	}
	
#index #header_banner01 a{
	display: block;
	width:303px;
	height:66px;
	margin:230px 0 0 2px;
	}
	
#index #header_banner02 a{
	display: block;
	width:303px;
	height:66px;
	margin:8px 0 0 1px;
	}	
	


	
#header_banner01 a{
	display: block;
	width:303px;
	height:66px;
	margin:23px 0 0 0;
	/*text-indent:-9999px;*/
	}
	
#header_banner02 a{
	display: block;
	width:303px;
	height:66px;
	margin:17px 0 0 0;
	/*text-indent:-9999px;*/
	}	
	
/*#header_banner01 a:hover{ background:url(../images/header_bg.jpg) -583px -263px no-repeat;}
#header_banner02 a:hover{ background:url(../images/header_bg.jpg) -583px -346px no-repeat;}
*/
/*----------04  Navigation -----------*/

#nav {
	width: 190px;
	float: left;
	padding: 0;
	margin:10px;
	}

#nav ul{
	margin: 0;
	list-style: none;
	line-height:0;
	}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height:0;
	font-size:2px;
	}

#nav ul.internal{
	padding: 0 0 40px 0;
	margin: 0;
	background: url(../images/nav.jpg) 0 0 no-repeat;
	}

#nav .internal li {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	}
	
#nav .internal li#nav08,#nav .internal li#nav12 {
	text-indent:0;
	margin: 0;
	padding: 0;
	height:40px;
	}
#nav .internal li a {
	display: block;
	height: 30px;
	margin: 0;
	padding: 0;
	}

#nav04 { background: url(../images/nav.jpg) 0 0 no-repeat; height:10px; }
#nav05 a { background: url(../images/nav.jpg) 0 -10px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -40px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -70px no-repeat; }
/*#nav08 { background: url(../images/nav.jpg) 0 -100px no-repeat; height:40px; }*/

#nav09 a { background: url(../images/nav.jpg) 0 -140px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -170px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -200px no-repeat; }
/*#nav12 { background: url(../images/nav.jpg) 0 -230px no-repeat; height:40px; }*/

#nav13 a { background: url(../images/nav.jpg) 0 -270px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -300px no-repeat; }
#nav15 a { background: url(../images/nav.jpg) 0 -330px no-repeat; }
#nav16 a { background: url(../images/nav.jpg) 0 -360px no-repeat; }

#nav05 a:hover { background: url(../images/nav.jpg) -190px -10px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -190px -40px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -190px -70px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -190px -140px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -190px -170px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -190px -200px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -190px -270px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -190px -300px no-repeat; }
#nav15 a:hover { background: url(../images/nav.jpg) -190px -330px no-repeat; }
#nav16 a:hover { background: url(../images/nav.jpg) -190px -360px no-repeat; }

#nav #n_title01{
	/*background:url(../images/nav_title01.jpg) 0 0 no-repeat;
	text-indent:-9999px;*/
	width:152px;
	height:34px;
	margin-left:25px;
	}
#nav #n_title02 a{	
	width:161px;
	height:12px;
	margin-left:10px;
	display:block;
	line-height:0;
	}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0;
	margin: 0 auto;
	background: #fff url(../images/footer_bg.jpg) bottom no-repeat;
	font-size: 85%;
	color: #de91a2;
	height:75px;
	width:898px;
	}
	

*html #footer {margin: 0 0 0 4px;}
	
*: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: #f94956;
	}
#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; text-indent:-9999px; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 10px 1em 10px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#index #content h2 {
	height: 65px;
	margin: 0 5px;	
	text-indent:0;
}
#index #content h3 {
	clear: both;
	height: 50px;
	text-indent: 0;
	}
#index #content h4 {
	height: 30px;
	text-indent: 0;
	}	
#content h2 {
	height: 65px;
	text-indent: -9999px;
	margin: 0 5px;
	}
#content h3 {
	clear: both;
	height: 50px;
	text-indent: -9999px;
	}
#content h4 {
	height: 30px;
	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.jpg) 0 7px 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: #FF71B2;
	outline: none;
	}
a:hover { color: #FF99CC; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 16px 8px 0;
	}

.image_r {
	float: right;
	margin: 0 0 8px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.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: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 136px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 30px;
	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;
	border: 1px solid #666;
	font-size: 100%;
	color: #666;
	margin-left: 20px;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #666;
	}

#content table th {
	background: #F0F0F0;
	color: #666;
	text-align:left;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

.color_red{color: #E80048;}

.banner_movie a{
/*	background:url(../images/banner_movie.jpg) 0 0 no-repeat;*/
	width:665px;
	height:125px;
	display:block;
	margin-bottom:15px;
	}
/*.banner_movie a:hover{
	background:url(../images/banner_movie.jpg) 0 -125px no-repeat;
	}*/

.banner_mail a{
/*	background:url(../images/banner_mail.jpg) 0 0 no-repeat;*/
	width:665px;
	height:90px;
	display:block;

	margin-bottom:15px;
	}
/*.banner_mail a:hover{
	background:url(../images/banner_mail.jpg) 0 -90px no-repeat;
	}*/

.banner { padding:0 30px 20px 30px; text-align:center;}

/*---------- 07  Index -----------*/
#index #header{background:url(../images/index_catch.jpg) 0 0 no-repeat; height:380px;}

#index h2#title01{
	/*background:url(../images/index_h2-01.jpg) 0 0 no-repeat;*/
	margin:0;
	padding:0;
	height: 45px;
	}
#index h3#title02{ text-indent:-9999px; background:url(../images/index_h3-02.jpg) 0 0 no-repeat; height:47px; }
#index h3#title03{ text-indent:-9999px; background:url(../images/index_h3-03.jpg) 0 0 no-repeat; height:47px; }

/*#index h3#title04{background:url(../images/index_h3-04.jpg) 0 0 no-repeat;}*/
/*#index h4#title05{background:url(../images/index_h4-05.jpg) 0 0 no-repeat;}
#index h4#title06{background:url(../images/index_h4-06.jpg) 0 0 no-repeat;}
#index h4#title07{background:url(../images/index_h4-07.jpg) 0 0 no-repeat;}
#index h4#title08{background:url(../images/index_h4-08.jpg) 0 0 no-repeat;}
#index h4#title09{background:url(../images/index_h4-09.jpg) 0 0 no-repeat;}*/

#index .box_l{
	float:left;
	width:480px;
	}

/*---------- 110318 massage -----------*/
#index .box_massage{
  margin-bottom: 10px;
	margin-top:3px;
	border: solid 1px #c8c8c8;}
.text_massage{
  padding: 5px 12px 5px 12px;
  line-height:1.7;
  
}
.massage_center{text-align:center; font-weight: bold; margin-bottom:-4px}


/**/	


#index .box_l a{
	display:block;
	width:215px;
	height:100px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	}
	
#index #pickup01 a {background:url(../images/index_pickup.jpg) 0 0 no-repeat;}
#index #pickup02 a {background:url(../images/index_pickup.jpg) -215px 0 no-repeat;}
	
#index #pickup01 a:hover {background:url(../images/index_pickup.jpg) 0 -100px  no-repeat;}
#index #pickup02 a:hover {background:url(../images/index_pickup.jpg) -215px -100px no-repeat;}

#index .box_l .image_l,
#index .box_l .image_r {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:220px;
	}
	
#index .box_r{
	width:210px;
	float:right;
	}
#index .box_r ul{
	margin:10px;
	padding:0 0 15px 0;
	list-style:none;
	width:190px;
	text-indent:-9999px;
	background:url(../images/index_nav.jpg) 0 0 no-repeat;
	line-height:0;
	font-size:3px;
	}
#index .box_r li{
	margin:0;
	padding:0;
	list-style:none;
	}
#index .box_r li a{
	margin:0;
	padding:0;
	display:block;
	height:50px;
	}	

#index #i_nav01 {background:url(../images/index_nav.jpg) 0 0 no-repeat; height:70px;}
#index #i_nav02 a {background:url(../images/index_nav.jpg) 0 -70px no-repeat;}
#index #i_nav03 a {background:url(../images/index_nav.jpg) 0 -120px no-repeat;}
#index #i_nav04 a {background:url(../images/index_nav.jpg) 0 -170px no-repeat;}
#index #i_nav05 a {background:url(../images/index_nav.jpg) 0 -220px no-repeat;}

#index #i_nav02 a:hover {background:url(../images/index_nav.jpg) -190px -70px no-repeat;}
#index #i_nav03 a:hover {background:url(../images/index_nav.jpg) -190px -120px no-repeat;}
#index #i_nav04 a:hover {background:url(../images/index_nav.jpg) -190px -170px no-repeat;}
#index #i_nav05 a:hover {background:url(../images/index_nav.jpg) -190px -220px no-repeat;}

#index .info{
	width:180px;
	float:left;
	}

#index .info_click a{
	/*background:url(../images/index_click.jpg) 0 0 no-repeat;*/
	width:180px;
	height:40px;
	display:block;	
	margin:15px 0 0 0;
	padding:0;
	float:left;
	}
/*#index .info_click a:hover{
	background:url(../images/index_click.jpg) 0 -40px no-repeat;
	margin:15px 0 0 0;
	padding:0;
	}*/
	
p#blog_bn a{
 display:block;
 width:186px;
 height:67px;
 /*text-indent:-9999px;*/
 background:url(../images/blog_bn01.jpg) 0 0 no-repeat;
 margin:15px auto;
}

p#blog_bn a:hover{
 background:url(../images/blog_bn01.jpg) 0 -67px no-repeat;
}

p#town_bn{
 margin-top:20px;
 margin-bottom:20px;
}


.banner img{
 margin-right:5px;
 margin-left:5px;
}



/*---------- 08  contact -----------*/
#contact #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 th{width:150px;}
#contact td{width:400px;}



/*---------- 09  clinic -----------*/
#clinic #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 h3#title03{background:url(../images/clinic_h3-03.jpg) 0 0 no-repeat; }
#clinic h4#title04{background:url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }
#clinic h3#title05{background:url(../images/clinic_h3-05.jpg) 0 0 no-repeat; }
#clinic h4#title06{background:url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic h4#title07{background:url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }
#clinic h4#title08{background:url(../images/clinic_h4-08.jpg) 0 0 no-repeat; }
#clinic h4#title09{background:url(../images/clinic_h4-09.jpg) 0 0 no-repeat; }
#clinic h4#title10{background:url(../images/clinic_h4-10.jpg) 0 0 no-repeat; }

#clinic #content dl{margin:0;}
#clinic #content dt{width:7em; float:left; font-weight:normal;}
#clinic #content dd{margin-left:7.5em;}

#clinic #map{margin-left:20px;}

#clinic .box{
	width:420px;
	float:right;
	margin-bottom:15px;
	}


/*---------- 10  ortho -----------*/
#ortho #catch{background:url(../images/ortho_catch.jpg) 0 0 no-repeat; }

#ortho h2#title01{background:url(../images/ortho_h2-01.jpg) 0 0 no-repeat; }
#ortho h3#title02{background:url(../images/ortho_h3-02.jpg) 0 0 no-repeat; }
#ortho h4#title03{background:url(../images/ortho_h4-03.jpg) 0 0 no-repeat; }
#ortho h3#title04{background:url(../images/ortho_h3-04.jpg) 0 0 no-repeat; }


/*---------- 11  merit -----------*/
#merit #catch{background:url(../images/merit_catch.jpg) 0 0 no-repeat; }

#merit h2#title01{background:url(../images/merit_h2-01.jpg) 0 0 no-repeat; }
#merit h3#title02{background:url(../images/merit_h3-02.jpg) 0 0 no-repeat; }
#merit h4#title03{background:url(../images/merit_h4-03.jpg) 0 0 no-repeat; }
#merit h4#title04{background:url(../images/merit_h4-04.jpg) 0 0 no-repeat; }
#merit h4#title05{background:url(../images/merit_h4-05.jpg) 0 0 no-repeat; }
#merit h4#title06{background:url(../images/merit_h4-06.jpg) 0 0 no-repeat; }
#merit h3#title07{background:url(../images/merit_h3-07.jpg) 0 0 no-repeat; }
#merit h3#title08{background:url(../images/merit_h3-08.jpg) 0 0 no-repeat; }
#merit h4#title09{background:url(../images/merit_h4-09.jpg) 0 0 no-repeat; }
#merit h4#title10{background:url(../images/merit_h4-10.jpg) 0 0 no-repeat; }

#merit h4 { height:60px;}


/*---------- 12  method -----------*/
#method #catch{background:url(../images/method_catch.jpg) 0 0 no-repeat; }

#method h2#title01{background:url(../images/method_h2-01.jpg) 0 0 no-repeat; }
#method h3#title02{background:url(../images/method_h3-02.jpg) 0 0 no-repeat; }
#method h4#title03{background:url(../images/method_h4-03.jpg) 0 0 no-repeat; }
#method h4#title04{background:url(../images/method_h4-04.jpg) 0 0 no-repeat; }
#method h4#title05{background:url(../images/method_h4-05.jpg) 0 0 no-repeat; }
#method h4#title06{background:url(../images/method_h4-06_01.gif) left bottom no-repeat;
 height:41px;
 width:531px; }

#method_add_txt{
 width:530px;
 margin:0 auto 10px auto;
}

* html #method_add_txt{
 margin:0 0 10px 60px;
}



#method_add_txt p{
 width:475px;
 margin:0 0 0 12px;
 padding:5px 20px 20px 20px;
 border-bottom:2px solid #ffe4f5;
 border-right:2px solid #ffe4f5;
 border-left:2px solid #ffe4f5;
 background:url(../images/method_h4-06_bg.gif) left top no-repeat;
}

* html #method_add_txt p{
 width:519px;
}



/*---------- 13  mouth -----------*/
#mouth #catch{background:url(../images/mouth_catch.jpg) 0 0 no-repeat; }

#mouth h2#title01{background:url(../images/mouth_h2-01.jpg) 0 0 no-repeat; }
#mouth h3#title02{background:url(../images/mouth_h3-02.jpg) 0 0 no-repeat; }
#mouth h3#title03{background:url(../images/mouth_h3-03.jpg) 0 0 no-repeat; }

#mouth th{width:270px; text-align:center;}
#mouth td{width:270px;}
#mouth td ul{margin:0;}


/*---------- 14  care -----------*/
#care #catch{background:url(../images/care_catch.jpg) 0 0 no-repeat; }

#care h2#title01{background:url(../images/care_h2-01.jpg) 0 0 no-repeat; }
#care h3#title02{background:url(../images/care_h3-02.jpg) 0 0 no-repeat; }
#care h4#title03{background:url(../images/care_h4-03.jpg) 0 0 no-repeat; }
#care h4#title04{background:url(../images/care_h4-04.jpg) 0 0 no-repeat; }
#care h3#title05{background:url(../images/care_h3-05.jpg) 0 0 no-repeat; }
#care h4#title06{background:url(../images/care_h4-06.jpg) 0 0 no-repeat; }
#care h4#title07{background:url(../images/care_h4-07.jpg) 0 0 no-repeat; }
#care h3#title06{background:url(../images/care_h3-06.gif) 0 0 no-repeat;
 width:512px;
 height:45px; }
 
#care_add_txt{
 width:512px;
 background:url(../images/care_h3-06_bg.gif) left bottom no-repeat;
 margin:0 auto;
}

#care_add_txt p{
 width:480px;
 margin:0 auto;
 text-align:left;
}

#wrap{
 text-align:center;
 margin-bottom:10px;
}

#care_add_txt img{
 display:block;
 width:442px;
 margin:0 auto;
 text-align:center;
}

/*---------- 15  whitening -----------*/
#whitening #catch{background:url(../images/whitening_catch.jpg) 0 0 no-repeat; }

#whitening h2#title01{background:url(../images/whitening_h2-01.jpg) 0 0 no-repeat; }
#whitening h3#title02{background:url(../images/whitening_h3-02.jpg) 0 0 no-repeat; }
#whitening h3#title03{background:url(../images/whitening_h3-03.jpg) 0 0 no-repeat; }
#whitening h4#title04{background:url(../images/whitening_h4-04.jpg) 0 0 no-repeat; }
#whitening h4#title05{background:url(../images/whitening_h4-05.jpg) 0 0 no-repeat; }
#whitening h4#title06{background:url(../images/whitening_h4-06.jpg) 0 0 no-repeat; }

#whitening th{width:350px;}
#whitening td{width:200px; text-align:right;}

#whitening #flow01{background:url(../images/whitening_flow01.jpg) 0 0 no-repeat;}
#whitening #flow02{background:url(../images/whitening_flow02.jpg) 0 0 no-repeat;}
#whitening #flow03{background:url(../images/whitening_flow03.jpg) 0 0 no-repeat;}
#whitening #flow04{background:url(../images/whitening_flow04.jpg) 0 0 no-repeat;}
#whitening #flow05{background:url(../images/whitening_flow05.jpg) 0 0 no-repeat;}

#whitening dl.flow {margin:10px; width:620px;}
#whitening .flow dt{
	text-indent:-9999px;
	height:30px;
	width:150px;
	float:left;
	clear:both;
	}
#whitening .flow dd{
	margin:0 0 10px 160px;
	background:url(../images/flow_bg.jpg) 100px bottom no-repeat;
	padding-bottom:25px;
	}
#whitening .flow dd.last{background:none;}

/*---------- 16  faq -----------*/
#faq h2#title01{background:url(../images/faq_h2-01.jpg) 0 0 no-repeat; }
#faq h3#title02{background:url(../images/faq_h3-02.jpg) 0 0 no-repeat; }

#faq #q01{background:url(../images/faq_q01.jpg) 0 0 no-repeat; }
#faq #q02{background:url(../images/faq_q02.jpg) 0 0 no-repeat; }
#faq #q03{background:url(../images/faq_q03.jpg) 0 0 no-repeat; }
#faq #q04{background:url(../images/faq_q04.jpg) 0 0 no-repeat; }
#faq #q05{background:url(../images/faq_q05.jpg) 0 0 no-repeat; }
#faq #q06{background:url(../images/faq_q06.jpg) 0 0 no-repeat; }
#faq #q07{background:url(../images/faq_q07.jpg) 0 0 no-repeat; }
#faq #q08{background:url(../images/faq_q08.jpg) 0 0 no-repeat; }
#faq #q09{background:url(../images/faq_q09.jpg) 0 0 no-repeat; }
#faq #q10{background:url(../images/faq_q10.jpg) 0 0 no-repeat; }
#faq #q11{background:url(../images/faq_q11.gif) 0 0 no-repeat; }

#faq #content dl{margin:0; width:620px;}
#faq #content dt{text-indent:-9999px; height:50px;}
#faq #content dd{margin-bottom:30px;}

#faq #catch{background:url(../images/faq_catch.jpg) 0 0 no-repeat; }

#faq .box{border: solid 1px #FFC2E1;}
