@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Access                      */
/*                 09  Dr                          */
/*                 10  Clinic                      */
/*                 11  Concierge                   */
/*                 12  General                     */
/*                 13  Prevent                     */
/*                 14  Aesthe                      */
/*                 15  Implant                     */
/*                 16  Whitening                   */
/*                 17  Contact                     */
/*                 18  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Dark Brown     #30250a      */
/*        Main Color - Green          #005829      */
/*        Main Color - Beige          #c3ba9a      */
/*                                                 */
/*        Sub Color  - Dark Green     #003e04      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

/*body { background: #ece9d8; }*/
body { 
	background:url(../images/background.jpg) 0 0 repeat;
	}

#wrapper {
	background: #fff;
	width: 800px;
	margin: 0 auto;
	padding: 5px;
	text-align: left;
	}
* html body #wrapper { width: 810px; }

#main {
	margin: 0;
	/*background: url(../images/main_bg.png) center bottom no-repeat;*/
	}

#content {
	width: 529px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 1em 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.png) 0 0 no-repeat;
	height: 90px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 465px;
	height: 90px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 465px;
	height: 90px;
	background: url(../images/h1.png) 0 0 no-repeat;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	width: 200px;
	height: 90px;
	float: left;
	margin-left:65px;
	/*margin-right:70px;*/
	}
#header p.tel img { display: block; }


/*----------04  Navigation -----------*/

#nav {
	width: 271px;
	float: left;
	padding: 5px 0 20px 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 39px;
	width: 271px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 39px;
	}

#nav01 a { background: url(../images/nav.png) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav.png) 0 -39px no-repeat; }
#nav03 a { background: url(../images/nav.png) 0 -78px no-repeat; }
#nav04 a { background: url(../images/nav.png) 0 -117px no-repeat; }
#nav05 a { background: url(../images/nav.png) 0 -156px no-repeat; }
#nav06 a { background: url(../images/nav.png) 0 -195px no-repeat; }
#nav07 a { background: url(../images/nav.png) 0 -234px no-repeat; }
#nav08 a { background: url(../images/nav.png) 0 -273px no-repeat; }
#nav09 a { background: url(../images/nav.png) 0 -312px no-repeat; }
/*#nav10 a { background: url(../images/nav.png) 0 -324px no-repeat; }
#nav11 a { background: url(../images/nav.png) 0 -360px no-repeat; }
#nav12 a { background: url(../images/nav.png) 0 -396px no-repeat; }
#nav13 a { background: url(../images/nav.png) 0 -432px no-repeat; }
#nav14 a { background: url(../images/nav.png) 0 -468px no-repeat; }*/
#nav15 a { background: url(../images/nav.png) 0 -312px no-repeat; }

#nav01 a:hover { background: url(../images/nav.png) -271px 0 no-repeat; }
#nav02 a:hover { background: url(../images/nav.png) -271px -39px no-repeat; }
#nav03 a:hover { background: url(../images/nav.png) -271px -78px no-repeat; }
#nav04 a:hover { background: url(../images/nav.png) -271px -117px no-repeat; }
#nav05 a:hover { background: url(../images/nav.png) -271px -156px no-repeat; }
#nav06 a:hover { background: url(../images/nav.png) -271px -195px no-repeat; }
#nav07 a:hover { background: url(../images/nav.png) -271px -234px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -271px -273px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -271px -312px no-repeat; }
/*
#nav10 a:hover { background: url(../images/nav.png) -271px -324px no-repeat; }
#nav11 a:hover { background: url(../images/nav.png) -271px -360px no-repeat; }
#nav12 a:hover { background: url(../images/nav.png) -271px -396px no-repeat; }
#nav13 a:hover { background: url(../images/nav.png) -271px -432px no-repeat; }
#nav14 a:hover { background: url(../images/nav.png) -271px -468px no-repeat; }*/
#nav15 a:hover { background: url(../images/nav.png) -271px -312px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0 0 3px 0;
	margin: 0;
	background: #fff url(../images/footer_bg.png) center repeat-y;
	font-size: 85%;
	text-align: center;
	color: #999;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0px 1em 2px 1em;
	padding: 10px 0 0 0 ;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address {
	margin: 8px 1em;
	color: #fff;
	}
#footer address a { color: #fff; }


/*---------- 06  Contents -----------*/

p#top-img {
	margin: 0;
	padding: 0;
	}
p#top-img img { display: block; }

.section { padding: .5em 15px; }
.section .section { padding: .5em 5px; }

p.center { text-align: center; }

#content h2 {
	height: 42px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 38px;
	text-indent: -9999px;
	margin-left: 0px;
	}
#content h4 {
	height: 32px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.png) 0 4px no-repeat;
	padding-left: 20px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #30250a;
	outline: none;
	}
a:hover { color: #005829; }

#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.png) center center no-repeat;
	}
.case img {
	display: block;
	}

.caption { text-align: center; }


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 80px;
	height: 22px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 22px;
	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 #d0d0ff;
	font-size: 100%;
	color: #666;
	width: 460px;
	margin-left: 20px;
	}
	
#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #ddddff;
	}
	
#content table th {
	background: #efefff;
	color: #636570;
	width: 130px;
	}
	
#content table th.price {
	background: #E6E6FA;
	color: #636570;
	width: 500px;
	text-align:left;
	font-weight:normal;
	}

span.require {
	font-size: 124%;
	font-weight: bold;
	color: red;
	}
input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

#content table.new {
	border-collapse: collapse;
	border-spacing:0;
	border: 1px solid #000000;
	font-size: 100%;
	color: #666;
	width: 513px;
	margin:0 0 10px 16px;
	}
#content h2.new{
	height:29px;
	margin:0 0 0 15px;
	padding:0 0 0 15px;
	background-image:url(../images/index_h2-03.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#content table.new th,
#content table.new td {
	border-collapse: collapse;
	padding: 4px 12px;
	border: 1px solid #000000;
	}
	
#content table.new th {
	background: #efefff;
	color: #636570;
	width: 130px;
	}

/*---------- 07  Index -----------*/

#index h2#title01 { background: url(../images/index_h2-01.png) 0 0 no-repeat; }
#index h2#title02 {
	background: url(../images/index_h2-02.png) 0 0 no-repeat;
	height: 25px;
	width:280px;
	margin-left: 0;
	}
#index h3#title03 {
	background: url(../images/index_h3-03.png) 0 0 no-repeat;
	height: 24px;
	margin: 0;
	}
#index h3#title04 {
	background: url(../images/index_h3-04.png) 0 0 no-repeat;
	height: 24px;
	margin: 0;
	}
#index h3#title05 {
	background: url(../images/index_h3-05.png) 0 0 no-repeat;
	height: 24px;
	margin: 0;
	}
#index h3#title06 {
	background: url(../images/index_h3-06.png) 0 0 no-repeat;
	height: 24px;
	margin: 0;
	}
#index h3#title07 {
	background: url(../images/index_h3-01.png) 0 0 no-repeat;
	margin: 0;
	}	
#index h3#title08{
	background: url(../images/index_h3-02.png) 0 0 no-repeat;
	margin: 0;
	}	
	
#index h4#title09{
	background: url(../images/index_h4-01.png) 0 0 no-repeat;
	margin: 0;
	height: 24px;
	}
	
#index h4#title10{
	background: url(../images/index_h4-02.png) 0 0 no-repeat;
	margin: 0;
	height: 24px;
	}	
	
#index h4#title11 {
	background: url(../images/index_h4-03.png) 0 0 no-repeat;
	margin: 0;
	height: 24px;
	}	
	

#index #pckp { margin: 15px 0 0 25px; }

#index #pckp .pckp-body {
	width: 245px;
	float: left;
	margin:0;
	}

#index #pckp .pckp-body p { margin:0; }
#index #pckp .pckp-body p.image_l { margin: 10px 8px 10px 8px; }

#index #pckp .pckp-body p.detail {
	margin: 10px 15px 15px 0;
	padding: 0;
	float: right;
	text-indent: -9999px;
	width: 60px;
	height: 18px;
	}
* html body#index #pckp .pckp-body p.detail {
	width: 60px;
	height: 28px;
	}

#index #pckp .pckp-body p.detail a {
	display: block;
	height: 18px;
	background: url(../images/index_detail.png) 0 0 no-repeat;
	}

#index #clinic-info { padding-top: 10px; }
#index #clinic-info .photo {
	/*width: 189px;*/
	width: 200px;
	float: left;
	/*margin-left:10px;*/
	margin-left:10px;
	/*padding-left:15px;*/
	}
#index #clinic-info .info {
	width: 295px;
	float: right;
	line-height: 1.4;
	margin-right:0;
	}

#index #clinic-info .info p {
	margin: 0 0 3px 10px;
	}

#index .blue{
	color:#0066ff;
	font-size: 124%;
}

#index .orange{
	color:#ff9900;
}

#index .orangel{
	color:#ff9900;
	font-size: 124%;
}

#index .green{
	color:#00cc00;
}


/*---------- 08  Access -----------*/

#access h2#title01 { background: url(../images/access_h2-01.png) 0 0 no-repeat; }
#access h3#title02 { background: url(../images/access_h3-02.png) 0 0 no-repeat; }

#map {
  width: 460px;
  height: 360px;
  border: 2px solid #ccc;
  margin: 18px;
  }


/*---------- 09  Dr -----------*/

/*#dr h2#title01 { background: url(../images/dr_h2-01.png) 0 0 no-repeat; }
#dr h3#title02 { background: url(../images/dr_h3-02.png) 0 0 no-repeat; }
#dr h3#title03 { background: url(../images/dr_h3-03.png) 0 0 no-repeat; }
#dr h3#title04 { background: url(../images/dr_h3-04.png) 0 0 no-repeat; }*/

#dr h2#title01 { background: url(../images/dr_h2-01.png) 0 0 no-repeat; }
#dr h3#title02 { background: url(../images/clinic_h3-07.png) 0 0 no-repeat; }
#dr h3#title03 { background: url(../images/dr_h3_05.png) 0 0 no-repeat; }
#dr h3#title04 { background: url(../images/dr_h3_06.png) 0 0 no-repeat; }


#dr #content .alpha {
	width: 200px;
	float: left;
	}

#dr #content .beta{
	width: 350px;
	float: right;
	}
#dr #content .beta dl{ margin: 1em 0; }
#dr #content .beta dt{
	width: 7em;
	float: left;
	text-align: right;
	}
#dr #content .beta dd{ margin-left: 8em; }

#dr .orangel{
	color:#ff9900;
	font-size: 124%;
}

#dr dt{
	color:#ff9900;
	margin-left:-20px;
}

#dr dd{
	margin-left:-20px;
}

/*---------- 10  Clinic -----------*/

#clinic h2#title01 { background: url(../images/clinic_h2-01.png) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-02.png) 0 0 no-repeat; }
#clinic h3#title03 { background: url(../images/clinic_h3-03.png) 0 0 no-repeat; }
#clinic h2#title04 { background: url(../images/clinic_h2-04.png) 0 0 no-repeat; }
#clinic h3#title05 { background: url(../images/clinic_h3-05.png) 0 0 no-repeat; }
#clinic h3#title06 { background: url(../images/clinic_h3-06.png) 0 0 no-repeat; }
#clinic h3#title07 { background: url(../images/clinic_h3-07.png) 0 0 no-repeat; }
#clinic h4#title08 { background: url(../images/clinic_h4-08.png) 0 0 no-repeat; }
#clinic h4#title09 { background: url(../images/clinic_h4-09.png) 0 0 no-repeat; margin-top:20px; }
#clinic h4#title10 { background: url(../images/clinic_h4-10.png) 0 0 no-repeat; margin-top:20px; }
#clinic h4#title11 { background: url(../images/clinic_h4-11.png) 0 0 no-repeat; margin-top:20px; }
#clinic h4#title12 { background: url(../images/clinic_h4-12.png) 0 0 no-repeat; margin-top:20px; }
#clinic h4#title13 { background: url(../images/clinic_h4-13.png) 0 0 no-repeat; margin-top:20px; }
#clinic h4#title14 { background: url(../images/clinic_h4-14.png) 0 0 no-repeat; margin-top:20px; }
#clinic h3#title15 { background: url(../images/clinic_h3-15.png) 0 0 no-repeat; }

#clinic #content .section .section {
	width: 230px;
	float: left;
	}

#clinic .orangel{
	color:#ff9900;
	font-size: 124%;
}



#clinic dt{
	color:#ff9900;
	margin-left:-20px;
}

#clinic dd{
	margin-left:-20px;
}


.answer{
	color:#cc0000;
	font-size: 124%;
	font-weight: bold;
}

.comment{
	color:#339966;
	padding-left:10px;
}

.eisei_waku{
	width:480px;
	height:270px;
	margin:0;
}
.eisei_l{
	width:155px;
	height:270px;
	float:left;
	background:url(../images/arrow_h.png) no-repeat right 80px;
}
.eisei_c{
	width:155px;
	height:270px;
	float:left;
	margin-left:10px;
	background:url(../images/arrow_h.png) no-repeat right 80px;
}

.eisei_r{
	width:150px;
	height:270px;
	float:right;
}

.eisei_waku02{
	width:480px;
	height:320px;
	margin:0;
}
.eisei_l02{
	width:230px;
	height:270px;
	float:left;
}
.eisei_r02{
	width:230px;
	height:270px;
	float:right;
}
.eisei_l03{
	width:270px;
	height:270px;
	float:left;
	background:url(../images/arrow_h.png) no-repeat right 100px;
}

#clinic .section02 {
	width: 275px;
	float: left;
	background:url(../images/arrow_whitening.gif) no-repeat right 70px;
	}
#clinic .section03 {
	width: 260px;
	float: right;
	}
#clinic .waku{
	width:540px;
}


/*---------- 11  Concierge -----------*/

#concierge h2#title01 { background: url(../images/concierge_h2-01.png) 0 0 no-repeat; }
#concierge h3#title02 { background: url(../images/concierge_h3-02.png) 0 0 no-repeat; }
#concierge h3#title03 { background: url(../images/concierge_h3-03.png) 0 0 no-repeat; }
#concierge h3#title04 { background: url(../images/concierge_h3-04.png) 0 0 no-repeat; }

#concierge h2#title05 { background: url(../images/dr_h2-01.png) 0 0 no-repeat; }
#concierge h3#title06 { background: url(../images/dr_h3-02.png) 0 0 no-repeat; }
#concierge h3#title07 { background: url(../images/dr_h3-03.png) 0 0 no-repeat; }
#concierge h3#title08 { background: url(../images/dr_h3-04.png) 0 0 no-repeat; }

#concierge h3#title09{background: url(../images/index_h3-02.png) 0 0 no-repeat;margin: 0;}	
#concierge h4#title10{background: url(../images/index_h4-01.png) 0 0 no-repeat;margin: 0;height: 24px;}
#concierge h4#title11{background: url(../images/index_h4-02.png) 0 0 no-repeat;margin: 0;height: 24px;}	
#concierge h4#title12 {background: url(../images/index_h4-03.png) 0 0 no-repeat;margin: 0;height: 24px;}	

#concierge #content .alpha {
	width: 140px;
	float: left;
	margin-right:0;
	}

#concierge #content .beta {
	width: 300px;
	float: right;
	margin-right: 0;
	}



#concierge #content .alpha_01 {
	width: 200px;
	float: left;
	}

#concierge #content .beta_01{
	width: 290px;
	float: right;
	}
#concierge #content .beta_01 dl{ margin: 1em 0; }
#concierge #content .beta_01 dt{
	width: 7em;
	float: left;
	text-align: right;
	}
#concierge #content .beta_01 dd{ margin-left: 8em; }


#concierge table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #d0d0ff;
	font-size: 100%;
	color: #666;
	width: 240px;
	margin-left: 20px;
}
	
#concierge table th,
#concierge table td {
	padding: 4px 12px;
	border: 1px solid #ddddff;
}
	
#concierge table th {
	background: #efefff;
	color: #636570;
	width: 40px;
}

/*---------- 12  General -----------*/

#general h2#title01 { background: url(../images/general_h2-01.png) 0 0 no-repeat; }
#general h3#title02 { background: url(../images/general_h3-02.png) 0 0 no-repeat; }
#general h3#title03 { background: url(../images/general_h3-03.png) 0 0 no-repeat; }
#general h3#title04 { background: url(../images/general_h3-04.png) 0 0 no-repeat; }
#general h4#title05 { background: url(../images/general_h4-05.png) 0 0 no-repeat; }
#general h4#title06 { background: url(../images/general_h4-06.png) 0 0 no-repeat; }
#general h4#title07 { background: url(../images/general_h4-07.png) 0 0 no-repeat; }

#general #content .clear div.image_l {
	width: 120px;
	float: left;
	margin: 0 0 16px 0;
	font-size: 85%;
	text-align: center;
	}
*:first-child+html #general #content .clear div.image_l { font-size: 9px; } /*  for IE7 only */
* html body#general #content .clear div.image_l { font-size: 9px; } /*  for IE6 only */


/*---------- 13  Prevent -----------*/

#prevent h2#title01 { background: url(../images/prevent_h2-01.png) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-02.png) 0 0 no-repeat; }
#prevent h3#title03 { background: url(../images/prevent_h3-03.png) 0 0 no-repeat; }
#prevent h3#title04 { background: url(../images/prevent_h3-04.png) 0 0 no-repeat; }
#prevent h3#title05 { background: url(../images/prevent_h3-05.png) 0 0 no-repeat; }
#prevent h2#title06 { background: url(../images/prevent_h2-06.png) 0 0 no-repeat; }

/*---------- 14  Aesthe -----------*/

#aesthe h2#title01 { background: url(../images/aesthe_h2-01.png) 0 0 no-repeat; }
#aesthe h3#title02 { background: url(../images/aesthe_h3-02.png) 0 0 no-repeat; }
#aesthe h3#title03 { background: url(../images/aesthe_h3-03.png) 0 0 no-repeat; }
#aesthe h3#title04 { background: url(../images/aesthe_h3-04.png) 0 0 no-repeat; }
#aesthe h3#title05 { background: url(../images/whitening_h3-02.png) 0 0 no-repeat; }
#aesthe h3#title06 { background: url(../images/whitening_h3-08.png) 0 0 no-repeat; }
#aesthe h3#title07 { background: url(../images/aesthe_h3-07.png) 0 0 no-repeat; }

#aesthe .case3 { margin: 10px 0 10px 15px; }

#aesthe .flow50{
	width:500px;
	height:50px;
	border:#605840 1px solid;
	background-color:#c3bb9b;
	margin-left:15px;
	padding:5px;
}

#aesthe .flow30{
	width:500px;
	height:30px;
	border:#605840 1px solid;
	margin-left:15px;
	background-color:#c3bb9b;
	padding:5px;
}

#aesthe .arrow{
	width:500px;
	height:30px;
	border:none;
	margin-left:15px;
	padding:0;
	text-indent:-9999px;
	background:none;
	background:url(../images/arrow_w.png) no-repeat 220px 5px;
}

#aesthe .ml15{
	margin-left:15px;
}

#aesthe #content .section02 {
	width: 248px;
	float: left;
	background:url(../images/arrow_whitening.gif) no-repeat right 40px;
	}
#aesthe #content .section03 {
	width: 235px;
	float: right;
	}
#aesthe .waku{
	width:492px;
	margin-left:0px;
}


/*---------- 15  Implant -----------*/

#implant h2#title01 { background: url(../images/implant_h2-01.png) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.png) 0 0 no-repeat; }
#implant h3#title03 { background: url(../images/implant_h3-03.png) 0 0 no-repeat; }
#implant h4#title04 { background: url(../images/implant_h4-04.png) 0 0 no-repeat; }
#implant h4#title05 { background: url(../images/implant_h4-05.png) 0 0 no-repeat; }
#implant h4#title06 { background: url(../images/implant_h4-06.png) 0 0 no-repeat; }

#implant .case { margin: 10px 0 10px 15px; }



/*---------- 16  Whitening -----------*/

#whitening h2#title01 { background: url(../images/whitening_h2-01.png) 0 0 no-repeat; }
#whitening h3#title02 { background: url(../images/whitening_h3-02.png) 0 0 no-repeat; }
#whitening h3#title03 { background: url(../images/whitening_h3-03.png) 0 0 no-repeat; }
#whitening h3#title04 { background: url(../images/whitening_h3-04.png) 0 0 no-repeat; }
#whitening h4#title05 { background: url(../images/whitening_h4-05.png) 0 0 no-repeat; }
#whitening h4#title06 { background: url(../images/whitening_h4-06.png) 0 0 no-repeat; }
#whitening h3#title07 { background: url(../images/whitening_h3-07.png) 0 0 no-repeat; }
#whitening h3#title08 { background: url(../images/whitening_h3-08.png) 0 0 no-repeat; }
#whitening h3#title09 { background: url(../images/whitening_h3-09.png) 0 0 no-repeat; }

#whitening #content .section02 {
	width: 275px;
	float: left;
	background:url(../images/arrow_whitening.gif) no-repeat right 40px;
	}
#whitening #content .section03 {
	width: 260px;
	float: right;
	}
#whitening .waku{
	width:540px;
	margin-left:30px;
}
#whitening .arrow{
	width:482px;
	height:30px;
	border:none;
	margin-left:0px;
	padding:0;
	text-indent:-9999px;
	background:none;
	background:url(../images/arrow_w.png) no-repeat 220px 5px;
}

#whitening .qc_ban a{
	width:492px;
	height:89px;
	text-indent:-9999px;
	display:block;
	background:url(../images/whitening_ban.jpg);
}
#whitening .qc_ban a:hover{
	background-position:0 100%;
}

#whitening .flow50{
	width:482px;
	height:50px;
	border:#605840 1px solid;
	background-color:#c3bb9b;
	margin-left:0px;
	padding:5px;
}

#whitening .flow30{
	width:482px;
	height:30px;
	border:#605840 1px solid;
	margin-left:0px;
	background-color:#c3bb9b;
	padding:5px;
}



/*---------- 17  Price01 -----------*/
#price01 h2#title01 { background: url(../images/price01_h2-01.png) 0 0 no-repeat; }
#price01 h3#title02 { background: url(../images/price01_h3-02.png) 0 0 no-repeat; }
#price01 h4#title03 { background: url(../images/price01_h4-03.png) 0 0 no-repeat; }
#price01 h4#title04 { background: url(../images/price01_h4-04.png) 0 0 no-repeat; }
#price01 h4#title05 { background: url(../images/price01_h4-05.png) 0 0 no-repeat; }
#price01 h4#title06 { background: url(../images/price01_h4-06.png) 0 0 no-repeat; }
#price01 h4#title07 { background: url(../images/price01_h4-07.png) 0 0 no-repeat; }
#price01 h3#title08 { background: url(../images/price01_h3-08.png) 0 0 no-repeat; }
#price01 h4#title09 { background: url(../images/price01_h4-09.png) 0 0 no-repeat; }
#price01 h4#title10 { background: url(../images/price01_h4-10.png) 0 0 no-repeat; }
#price01 h4#title11 { background: url(../images/price01_h4-11.png) 0 0 no-repeat; }
#price01 h4#title12 { background: url(../images/price01_h4-12.png) 0 0 no-repeat; }
#price01 h4#title13 { background: url(../images/price01_h4-13.png) 0 0 no-repeat; }
#price01 h4#title14 { background: url(../images/price01_h4-14.png) 0 0 no-repeat; }
#price01 h4#title15 { background: url(../images/price01_h4-15.png) 0 0 no-repeat; }
#price01 h4#title16 { background: url(../images/price01_h4-16.png) 0 0 no-repeat; }


#price01 h2#title17 { background: url(../images/price02_h2-01.png) 0 0 no-repeat; }
#price01 h3#title18 { background: url(../images/price02_h3-02.png) 0 0 no-repeat; }
#price01 h4#title19 { background: url(../images/price02_h4-03.png) 0 0 no-repeat; }
#price01 h4#title20 { background: url(../images/price02_h4-04.png) 0 0 no-repeat; }
#price01 h4#title21 { background: url(../images/price02_h4-05.png) 0 0 no-repeat; }
#price01 h4#title22 { background: url(../images/price02_h4-06.png) 0 0 no-repeat; }
#price01 h4#title23 { background: url(../images/price02_h4-07.png) 0 0 no-repeat; }
#price01 h3#title24 { background: url(../images/price02_h3-08.png) 0 0 no-repeat; }
#price01 h4#title25 { background: url(../images/price02_h4-09.png) 0 0 no-repeat; }
#price01 h4#title26 { background: url(../images/price02_h4-10.png) 0 0 no-repeat; }
#price01 h4#title27 { background: url(../images/price02_h4-11.png) 0 0 no-repeat; }
#price01 h3#title28 { background: url(../images/price02_h3-12.png) 0 0 no-repeat; }
#price01 h4#title29 { background: url(../images/price02_h4-13.png) 0 0 no-repeat; }
#price01 h4#title30 { background: url(../images/price02_h4-14.png) 0 0 no-repeat; }
#price01 h4#title31 { background: url(../images/price02_h4-15.png) 0 0 no-repeat; }
#price01 h3#title32 { background: url(../images/price02_h3-16.png) 0 0 no-repeat; }
#price01 h4#title33 { background: url(../images/price02_h4-17.png) 0 0 no-repeat; }
#price01 h4#title34 { background: url(../images/price02_h4-18.png) 0 0 no-repeat; }

#price01 h3#title35 { background: url(../images/price01_h3-35.png) 0 0 no-repeat; }
#price01 h3#title36 { background: url(../images/price01_h3-36.png) 0 0 no-repeat; }

.price{
	color:#ff0000;
	margin-top:-5px;
}

#price01 .p_alpha{float:left; padding-right:6px; padding-bottom:8px;}
#price01 .p_beta{float:left; padding-right:6px; padding-bottom:8px;}
#price01 .p_gama{float:left; padding-bottom:8px;}

#price01 .p_section { padding-left:15px;}

.large{
	font-size:16px;
	font-weight:bold;
	color:#CC6633;
}
.large_g{
	font-size:15px;
	font-weight:bold;
	color:#666;
}
.large_r{
	font-size:15px;
	font-weight:bold;
	color:#ff0000;
}

.bg_text{
	background-color:#c6a489;
	padding:5px;
	color:#FFFFFF;
}

/*---------- 18  Price02 -----------*/

#price02 h2#title01 { background: url(../images/clinic_h2-04.png) 0 0 no-repeat; }
#price02 h3#title02 { background: url(../images/clinic_h3-05.png) 0 0 no-repeat; }
#price02 h3#title03 { background: url(../images/clinic_h3-06.png) 0 0 no-repeat; }
#price02 h3#title04 { background: url(../images/clinic_h3-07.png) 0 0 no-repeat; }
#price02 h2#title05 { background: url(../images/price02_h2-01.png) 0 0 no-repeat; }
#price02 h3#title06 { background: url(../images/price02_h3-02.png) 0 0 no-repeat; }
#price02 h4#title07 { background: url(../images/price02_h4-03.png) 0 0 no-repeat; }
#price02 h4#title08 { background: url(../images/price02_h4-04.png) 0 0 no-repeat; }
#price02 h4#title09 { background: url(../images/price02_h4-05.png) 0 0 no-repeat; }
#price02 h4#title10 { background: url(../images/price02_h4-06.png) 0 0 no-repeat; }
#price02 h4#title11 { background: url(../images/price02_h4-07.png) 0 0 no-repeat; }
#price02 h3#title12 { background: url(../images/price02_h3-08.png) 0 0 no-repeat; }
#price02 h4#title13 { background: url(../images/price02_h4-09.png) 0 0 no-repeat; }
#price02 h4#title14 { background: url(../images/price02_h4-10.png) 0 0 no-repeat; }
#price02 h4#title15 { background: url(../images/price02_h4-11.png) 0 0 no-repeat; }
#price02 h3#title16 { background: url(../images/price02_h3-12.png) 0 0 no-repeat; }
#price02 h4#title17 { background: url(../images/price02_h4-13.png) 0 0 no-repeat; }
#price02 h4#title18 { background: url(../images/price02_h4-14.png) 0 0 no-repeat; }
#price02 h4#title19 { background: url(../images/price02_h4-15.png) 0 0 no-repeat; }
#price02 h3#title20 { background: url(../images/price02_h3-16.png) 0 0 no-repeat; }
#price02 h4#title21 { background: url(../images/price02_h4-17.png) 0 0 no-repeat; }
#price02 h4#title22 { background: url(../images/price02_h4-18.png) 0 0 no-repeat; }

#price02 h3#title23 { background: url(../images/price02_h3-23.png) 0 0 no-repeat; }
#price02 h3#title24 { background: url(../images/price02_h3-24.png) 0 0 no-repeat; }
#price02 h3#title25 { background: url(../images/price02_h3-25.png) 0 0 no-repeat; }
#price02 h3#title26 { background: url(../images/price02_h3-26.png) 0 0 no-repeat; }
#price02 h3#title27 { background: url(../images/price02_h3-27.png) 0 0 no-repeat; }
#price02 h3#title28 { background: url(../images/price02_h3-28.png) 0 0 no-repeat; }
#price02 h3#title29 a{ background: url(../images/price02_h3-29.png) 0 0 no-repeat; display:block; height:38px; }
#price02 h3#title30 a{ background: url(../images/price02_h3-30.png) 0 0 no-repeat; display:block; height:38px; }

#price02 #content .section02,
#price01 #content .section02 {
	width: 235px;
	float: left;
	background:url(../images/arrow_whitening.gif) no-repeat right 40px;
	}
#price02 #content .section03,
#price01 #content .section03 {
	width: 200px;
	float: left;
	margin-left:10px;
	}
#price02 .waku,
#price01 .waku{
	width:460px;

	margin-left:20px;
}
#price02 .arrow,
#price01 .arrow{
	width:500px;
	height:30px;
	border:none;
	margin-left:15px;
	padding:0;
	text-indent:-9999px;
	background:none;
	background:url(../images/arrow_w.png) no-repeat 220px 5px;
}



#price02 dt,
#price01 dt{
 margin-left:10px;
	color:#ff9900;
}

#price02 dl,
#price01 dl{
  margin-left:-10px;
}

#price02 .blue,
#price01 .blue{
	color:#0066ff;
}

#price02 .orange,
#price01 .orange{
	color:#ff9900;
}

#price02 .orangel,
#price01 .orangel{
	color:#ff9900;
	font-size: 124%;
}

#price02 .green,
#price01 .green{
	color:#00cc00;
}
.flow_box01{
	padding-left:60px;
	background:url(../images/price02_arrow01.png) no-repeat left bottom;
}
.flow_box02{
	padding-left:60px;
	background:none;
}

/*---------- 19  Contact -----------*/

#contact h2#title01 { background: url(../images/contact_h2-01.png) 0 0 no-repeat; }
#contact h3#title02 { background: url(../images/contact_h3-02.png) 0 0 no-repeat; }



/*---------- 20  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }
#sitemap h3#title02 { background: url(../images/sitemap_h3-02.png) 0 0 no-repeat; }


/*---------- 20  Prevent -----------*/

#regularly h2#title01 { background: url(../images/prevent_h2-01.png) 0 0 no-repeat; }
#regularly h3#title02 { background: url(../images/prevent_h3-02.png) 0 0 no-repeat; }
#regularly h3#title03 { background: url(../images/prevent_h3-03.png) 0 0 no-repeat; }
#regularly h3#title04 { background: url(../images/prevent_h3-04.png) 0 0 no-repeat; }
#regularly h3#title05 { background: url(../images/prevent_h3-05.png) 0 0 no-repeat; }
#regularly h2#title06 { background: url(../images/prevent_h2-06.png) 0 0 no-repeat; }
#regularly h3#title07 { background: url(../images/prevent_h3-07.png) 0 0 no-repeat; }
#regularly h3#title08 { background: url(../images/prevent_h3-08.png) 0 0 no-repeat; }

#regularly .arrow{
	width:482px;
	height:30px;
	border:none;
	margin-left:0px;
	padding:0;
	text-indent:-9999px;
	background:none;
	background:url(../images/arrow_w.png) no-repeat 220px 5px;
}

#regularly .flow50{
	width:482px;
	height:50px;
	border:#605840 1px solid;
	background-color:#e8deb5;
	margin-left:0px;
	padding:5px;
	text-align:center;
}

#regularly .flow30{
	width:482px;
	height:30px;
	border:#605840 1px solid;
	margin-left:0px;
	background-color:#e8deb5;
	padding:5px;
	text-align:center;
}

/*---------- 20  Prevent -----------*/
#heal h2#title01 { background: url(../images/heal_h2-01.png) 0 0 no-repeat; }
#heal h3#title02 { background: url(../images/heal_h3-01.png) 0 0 no-repeat; }
#heal h3#title03 { background: url(../images/heal_h3-02.png) 0 0 no-repeat; }
#heal h3#title04 { background: url(../images/heal_h3-03.png) 0 0 no-repeat; }
#heal h3#title05 { background: url(../images/heal_h3-04.png) 0 0 no-repeat; }
#heal h3#title06 { background: url(../images/heal_h3-05.png) 0 0 no-repeat; }
#heal h3#title07 { background: url(../images/heal_h3-06.png) 0 0 no-repeat; }

.padL15{padding-left:15px;}

/*---------- 21  Kodawari -----------*/

#kodawari_waku{
	width:495px;
	height:600px;
	position:relative;
	margin:0 17px;
	background:url(../images/kodawari01.jpg) no-repeat;
}
#kodawari_waku .nav01 a{
	width:210px;
	height:45px;
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(../images/kodawari_nav01.jpg);
	right:9px;
	top:187px;
}
#kodawari_waku .nav02 a{
	width:210px;
	height:45px;
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(../images/kodawari_nav02.jpg);
	right:9px;
	top:237px;
}
#kodawari_waku .nav03 a{
	width:210px;
	height:45px;
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(../images/kodawari_nav03.jpg);
	right:9px;
	top:287px;
}
#kodawari_waku .nav04 a{
	width:210px;
	height:45px;
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(../images/kodawari_nav04.jpg);
	right:9px;
	top:337px;
}
#kodawari_waku .nav05 a{
	width:210px;
	height:45px;
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(../images/kodawari_nav05.jpg);
	right:9px;
	top:387px;
}

#kodawari_waku .nav01 a:hover,
#kodawari_waku .nav02 a:hover,
#kodawari_waku .nav03 a:hover,
#kodawari_waku .nav04 a:hover,
#kodawari_waku .nav05 a:hover{
	background-position:0 100%;
}

/*---------- 15  Info -----------*/

#info h2#title01 { background: url(../images/info_h2-01.png) 0 0 no-repeat; }

/*---------- 15  Info -----------*/

#recruit h2#title01 { background: url(../images/recruit_h2-01.png) 0 0 no-repeat; }
#recruit h3#title02 { background: url(../images/recruit_h3-02.png) 0 0 no-repeat; }
#recruit h3#title03 { background: url(../images/recruit_h3-03.png) 0 0 no-repeat; margin-top:20px;}
