@charset "UTF-8";
@import "base.css";
@import "sori.css";
@import "digi.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Clinic                      */
/*                 09  Implant                     */
/*                 10  Choose                      */
/*                 11  Recommend                   */
/*                 12  Case                        */
/*                 13  Flow                        */
/*                 14  Mainenance                  */
/*                 15  Price                       */
/*                 16  Knowledge                   */
/*                 17  Faq                         */
/*                 18  Sitemap                     */
/*                 19  Contact                     */
/*                 20  General Flow                */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Royal Blue     #003e6d      */
/*        Main Color - Blue           #2f6089      */
/*        Main Color - Grey           #c8c7c5      */
/*                                                 */
/*        Sub Color  - Dark Blue      #000f30      */
/*        Sub Color  - Maroon Red     #a52524      */
/*                                                 */
/*==================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) 0 0 repeat-x #c9edff ; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) center repeat-y;
	width: 800px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
}
	
* html body #wrapper { width: 840px; }

#main {
	margin: 0;
	}

#content {
	width: 619px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 15px 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 90px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 515px;
	height: 90px;
	line-height: 1.0;
	float: left;
	}
* hmtl body h1 { height: 78px; }

h1 a {
	display: block;
	width: 515px;
	height: 90px;
	background: url(../images/header.jpg) no-repeat;
	}

#header .section {
	width: 160px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 10px 0 0 0;
	padding: 0;
	height: 45px;
	}

#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
	height: 23px;
	}

#header_nav li {
	height: 23px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 23px;
	}

#nav01 { width: 70px; }
#nav02 { width: 90px; }

#nav01 a {
	background: url(../images/header_nav.jpg) 0 0 no-repeat;
	width: 70px;
	}
#nav02 a {
	background: url(../images/header_nav.jpg) -70px 0 no-repeat;
	width: 90px;
	}

/*----------04  Navigation -----------*/

#nav {
	width: 180px;
	float: left;
	padding: 0 0 67px 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 35px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 35px;
	}

#nav03 a { background: url(../images/nav.png) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.png) 0 -35px no-repeat; }
#nav05 a { background: url(../images/nav.png) 0 -70px no-repeat; }
#nav06 a { background: url(../images/nav.png) 0 -105px no-repeat; }
#nav07 a { background: url(../images/nav.png) 0 -140px no-repeat; }
#nav08 a { background: url(../images/nav.png) 0 -175px no-repeat; }
#nav09 a { background: url(../images/nav.png) 0 -210px no-repeat; }
#nav10 a { background: url(../images/nav.png) 0 -245px no-repeat; }
#nav11 a { background: url(../images/nav.png) 0 -280px no-repeat; }
#nav12 a { background: url(../images/nav.png) 0 -315px no-repeat; }
#nav13 a { background: url(../images/nav.png) 0 -350px no-repeat; }
#nav14 a { background: url(../images/nav.png) 0 -385px no-repeat; }
#nav15 a { background: url(../images/nav.png) 0 -420px no-repeat; }
#nav16 a { background: url(../images/nav.png) 0 -455px no-repeat; }

#nav03 a:hover { background: url(../images/nav.png) -180px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.png) -180px -35px no-repeat; }
#nav05 a:hover { background: url(../images/nav.png) -180px -70px no-repeat; }
#nav06 a:hover { background: url(../images/nav.png) -180px -105px no-repeat; }
#nav07 a:hover { background: url(../images/nav.png) -180px -140px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -180px -175px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -180px -210px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -180px -245px no-repeat; }
#nav11 a:hover { background: url(../images/nav.png) -180px -280px no-repeat; }
#nav12 a:hover { background: url(../images/nav.png) -180px -315px no-repeat; }
#nav13 a:hover { background: url(../images/nav.png) -180px -350px no-repeat; }
#nav14 a:hover { background: url(../images/nav.png) -180px -385px no-repeat; }
#nav15 a:hover { background: url(../images/nav.png) -180px -420px no-repeat; }
#nav16 a:hover { background: url(../images/nav.png) -180px -455px no-repeat; }

#nav h3 {
	height: 36px;
	text-indent: -9999px;
	background: url(../images/nav_h3.jpg) 0 0 no-repeat;
	}

#nav #nav_info {
	font-size: 85%;
	color: #555;
	}
*:first-child+html #nav #nav_info { font-size: 9px; }
* html body #nav #nav_info { font-size: 9px; }

#nav #nav_info dd { margin-left: .5em; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	height: 66px;
	padding: 10px 0;
	margin: 0;
	background: url(../images/footer_bg.jpg) center bottom repeat-y;
	font-size: 85%;
	text-align: center;
	color: #e7e7e7;
	line-height: 1.1;
	position: relative;
	}
*:first-child+html #footer { font-size: 9px; }
* html body #footer { font-size: 9px; height: 86px; }


#to-contact {
	position: absolute;
	left: 15px;
	top: -67px;
	}

#footer a {
	text-decoration: none;
	color: #fff;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0 1em .5em 1em;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 4px 1em 2px 1em; }

#footer p { text-align: center; }


/*---------- 06  Contents -----------*/

#content .section { padding: .5em 20px .5em 10px; }
#content .section .section { padding: .5em 10px; }

#content .section > p,
#content .section .section > p { margin-left: 10px; }

p.center { text-align: center; }

#content h2 {
	height: 46px;
	text-indent: -9999px;
	margin: 0 10px;
	}
#content h3 {
	clear: both;
	height: 38px;
	text-indent: -9999px;
	}
#content h4 {
	height: 30px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	padding-bottom: 2px;
	color: #003e6d;
	border-bottom: 2px dotted #2f6089;
	}

#content ul { margin-left: 12px; }

#content ul li {
	list-style: none;
	background: url(../images/li_bg.png) 0 2px 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: #003e6d; }
a:hover { color: #2f6089; }

#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;
	}

.center { text-align: center; }

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center 45% no-repeat;
	}

.case-no-arrow {
	margin: 10px 20px;
	background-image: none;
	}


.case-narrow {
	margin: 10px 0;
	background: url(../images/arrow_h.png) center 40% 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: 86px;
	height: 18px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 18px;
	background: url(../images/to_top.png) 0 0 no-repeat;
	}

#content li.detail { background-image: none; }

#content .raquo {
	font-size: 124%;
	font-weight: bold;
	color: #a52524;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 0 1px no-repeat;
	}

.important { font-weight: bold; }

#content table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #d0d0ff;
	font-size: 100%;
	color: #666;
	width: 500px;
	margin-left: 40px;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #ddddff;
	}

#content table th {
	background: #efefff;
	color: #636570;
	}

#content table td.price,
#content table td.ratio { text-align: right; }

#gmap{ padding-left:15px;}

.schedule{ padding-left:5px;}

/* 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 */



/*---------- 07  Index -----------*/

#index #content {
	padding-top: 0;
	width: 619px;
	}
#index #content .section { padding: .5em 10px; }

#index #content h2#title01 {
	background: url(../images/index_h2-01.jpg) 5px 5px no-repeat;
	width: 615px;
	height: 260px;
	margin: 0;
	padding: 0;
	}
#index h3#title02 {
	height: 46px;
	background: url(../images/index_h3-02.png) 0 0 no-repeat;
	margin: 0;
	}
#index h3#title03 {
	height: 31px;
	background: url(../images/index_h3-03.png) 0 0 no-repeat;
	margin: 0;
	}
#index h4#title04 {
	height: 26px;
	background: url(../images/index_h4-04.png) 0 0 no-repeat;
	margin: 0;
	}
#index h4#title05 {
	text-indent: 0;
	margin: 14px 14px 3px 14px;
	padding: 0 0 2px 6px;
	height: auto;
	border-left: 3px solid #777;
	border-bottom: 1px solid #777;
	color: #777;
	font-weight: bold;
	}

#index #content .alpha {
	width: 340px;
	float: left;
	}
#index #content .beta {
	width: 250px;
	float: right;
	border: 1px solid #ccc;
	}
#index #content .banner {
	width: 250px;
	float: right;
	margin:10px 0;
	padding:0;
	}
#index #content .beta p{ padding:10px -10px;}

#index #content .alpha p { margin: 1em 1em 1.6em 1em; }
#index #content .alpha li p { margin: 1em 0 1.6em 0; }

#index #content .beta ul,
#index #content .beta p { margin-left: 14px; }

*:first-child+html #index #content .beta ul { font-size: 9px; }
* html body#index #content .beta ul { font-size: 9px; }

#index #content .beta li { padding-top: 3px; }

#index .author { text-align: center; }
#index .author span { margin-left: 1.5em; }


#index .boxbnr{
	clear: both;
	padding: 0 0 0 10px;
}

#index .boxbnr .official a{
	display: block;
	background: url(../images/bnr_official.jpg) 0 0 no-repeat;
	width: 600px;
	height: 80px;
	text-indent: -9999px;
}

#index .boxbnr .official a:hover{ background-position: bottom;}

.boxbnr .recruit a{
	display: block;
	background: url(../images/bnr_recruit.jpg) 0 0 no-repeat;
	width: 600px;
	height: 80px;
	text-indent: -9999px;
}
.boxbnr .recruit a:hover{ background-position: bottom;}

/*.boxbnr .recruit a:hover{ background-position: bottom;}
*/

/*---------- 08  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 h3#title04 { background: url(../images/clinic_h3-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 h4#title07 { background: url(../images/clinic_h4-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; }
#clinic h4#title10 { background: url(../images/clinic_h4-10.png) 0 0 no-repeat; }
#clinic h4#title11 { background: url(../images/clinic_h4-11.png) 0 0 no-repeat; }
#clinic h4#title12 { background: url(../images/clinic_h4-12.png) 0 0 no-repeat; }
#clinic h4#title13 { background: url(../images/clinic_h4-13.png) 0 0 no-repeat; }
#clinic h4#title14 { background: url(../images/clinic_h4-14.png) 0 0 no-repeat; }
#clinic h4#title15 { background: url(../images/clinic_h4-15.png) 0 0 no-repeat; }
#clinic h4#title16 { background: url(../images/clinic_h4-16.png) 0 0 no-repeat; }
#clinic h4#title17 { background: url(../images/clinic_h4-17.png) 0 0 no-repeat; }
#clinic h4#title18 { background: url(../images/clinic_h4-18.png) 0 0 no-repeat; }
#clinic h4#title19 { background: url(../images/clinic_h4-19.png) 0 0 no-repeat; }
#clinic h4#title20 { background: url(../images/clinic_h4-20.png) 0 0 no-repeat; }
#clinic h3#title21 { background: url(../images/clinic_h3-21.png) 0 0 no-repeat; }
#clinic h4#title22 { background: url(../images/clinic_h4-22.png) 0 0 no-repeat; }
#clinic h3#title23 { background: url(../images/clinic_h3-23.png) 0 0 no-repeat; }
#clinic h3#title24 { background: url(../images/clinic_h3-24.png) 0 0 no-repeat; }
#clinic h4#title25 { background: url(../images/clinic_h4-25.png) 0 0 no-repeat; }
#clinic h4#title26 { background: url(../images/clinic_h4-26.png) 0 0 no-repeat; }
#clinic h4#title27 { background: url(../images/clinic_h4-27.png) 0 0 no-repeat; }
#clinic h3#title28 { background: url(../images/clinic_h3-28.png) 0 0 no-repeat; }
#clinic h4#title29 { background: url(../images/clinic_h4-29.png) 0 0 no-repeat; }
#clinic h4#title30 { background: url(../images/clinic_h4-30.png) 0 0 no-repeat; }
#clinic h4#title31 { background: url(../images/clinic_h4-31.png) 0 0 no-repeat; }
#clinic h4#title32 { background: url(../images/clinic_h4-32.png) 0 0 no-repeat; }
#clinic h4#title33 { background: url(../images/clinic_h4-33.png) 0 0 no-repeat; }
#clinic h4#title33 { background: url(../images/clinic_h4-33.png) 0 0 no-repeat; }
#clinic h4#title34 { background: url(../images/clinic_h4-01.jpg) 0 0 no-repeat; }

#clinic #content #access .alpha {
	width: 260px;
	float: right;
	}
#clinic #content #access .beta {
	width: 300px;
	float: left;
	}
#clinic #content #access dt {
	width: 4em;
	float: left;
	}
#clinic #content #access dd { margin-left: 4em; }

#clinic #content #dr .alpha {
	width: 210px;
	float: left;
	}
#clinic #content #dr .beta {
	width: 340px;
	float: right;
	}
#clinic #content #dr .cv dt {
	width: 6em;
	float: left;
	}
#clinic #content #dr .cv dd { margin-left: 6em; }

#clinic #content #thesis p { margin-left: 2em; }

#clinic #content #inside .alpha {
	width: 265px;
	float: left;
	}
#clinic #content #inside .beta {
	width: 265px;
	float: right;
	}

#clinic #content .outlook .alpha {
	width: 265px;
	float: left;
	}
#clinic #content .outlook .beta {
	width: 265px;
	float: right;
	}




#clinic .book {
	list-style: none;
	background: url(../images/li_bg.png) 20px 2px no-repeat;
	padding-left: 20px;
	}

.clr { clear: both;}

.click { font-size: 16px; font-weight: bold;}

.mt30{ margin-top: 30px;}


/*---------- 09  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 h3#title04 { background: url(../images/implant_h3-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 h4#title07 { background: url(../images/implant_h4-07.png) 0 0 no-repeat; }

#implant #content #compare01 .alpha,
#implant #content #compare03 .alpha {
	width: 220px;
	float: left;
	}
#implant #content #compare01 .beta,
#implant #content #compare03 .beta {
	width: 330px;
	float: right;
	}



/*---------- 10  Choose -----------*/

#choose h2#title01 { background: url(../images/choose_h2-01.png) 0 0 no-repeat; }
#choose h3#title02 { background: url(../images/choose_h3-02.png) 0 0 no-repeat; }
#choose h3#title03 { background: url(../images/choose_h3-03.png) 0 0 no-repeat; }
#choose h4#title04 { background: url(../images/choose_h4-04.png) 0 0 no-repeat; }
#choose h4#title05 { background: url(../images/choose_h4-05.png) 0 0 no-repeat; }
#choose h4#title06 { background: url(../images/choose_h4-06.png) 0 0 no-repeat; }
#choose h4#title07 { background: url(../images/choose_h4-07.png) 0 0 no-repeat; }
#choose h4#title08 { background: url(../images/choose_h4-08.png) 0 0 no-repeat; }
#choose h4#title09 { background: url(../images/choose_h4-09.png) 0 0 no-repeat; }


/*---------- 11  Recommend -----------*/

#recommend h2#title01 { background: url(../images/recommend_h2-01.png) 0 0 no-repeat; }
#recommend h3#title02 { background: url(../images/recommend_h3-02.png) 0 0 no-repeat; }
#recommend h3#title03 { background: url(../images/recommend_h3-03.png) 0 0 no-repeat; }
#recommend h3#title04 { background: url(../images/recommend_h3-04.png) 0 0 no-repeat; }
#recommend h3#title05 { background: url(../images/recommend_h3-05.png) 0 0 no-repeat; }
#recommend h3#title06 { background: url(../images/recommend_h3-06.png) 0 0 no-repeat; }
#recommend h4#title07 { background: url(../images/recommend_h4-07.png) 0 0 no-repeat; }
#recommend h4#title08 { background: url(../images/recommend_h4-08.png) 0 0 no-repeat; }
#recommend h4#title09 { background: url(../images/recommend_h4-09.png) 0 0 no-repeat; }

#recommend #content #case01 .alpha {
	width: 230px;
	float: left;
	}
#recommend #content #case01 .beta {
	width: 330px;
	float: right;
	}

#recommend #content #case02 .alpha {
	width: 230px;
	float: right;
	}
#recommend #content #case02 .beta {
	width: 330px;
	float: left;
	}

#recommend #content #case03 .alpha {
	width: 340px;
	float: right;
	}
#recommend #content #case03 .beta {
	width: 230px;
	float: left;
	}



/*---------- 12  Case -----------*/

#case h2#title01 { background: url(../images/case_h2-01.png) 0 0 no-repeat; }
#case h3#title02 { background: url(../images/case_h3-02.png) 0 0 no-repeat; }
#case h3#title03 { background: url(../images/case_h3-03.png) 0 0 no-repeat; }
#case h3#title12 { background: url(../images/case_h3-12.png) 0 0 no-repeat; }
#case h4#title04 { background: url(../images/case_h4-04.png) 0 0 no-repeat; }
#case h4#title05 { background: url(../images/case_h4-05.png) 0 0 no-repeat; }
#case h4#title06 { background: url(../images/case_h4-06.png) 0 0 no-repeat; }
#case h3#title07 { background: url(../images/case_h3-07.png) 0 0 no-repeat; }
#case h3#title08 { background: url(../images/case_h3-08.png) 0 0 no-repeat; }
#case h3#title09 { background: url(../images/case_h3-09.png) 0 0 no-repeat; }
#case h3#title10 { background: url(../images/case_h3-10.png) 0 0 no-repeat; }
#case h3#title11 { background: url(../images/case_h3-11.png) 0 0 no-repeat; }
#case h3#title19 { background: url(../images/case_h3-19.png) 0 0 no-repeat; }
#case h3#title20 { background: url(../images/case_h3-20.png) 0 0 no-repeat; }
#case h3#title21 { background: url(../images/case_h3-21.png) 0 0 no-repeat; }
#case h3#title22 { background: url(../images/case_h3-22.png) 0 0 no-repeat; }


#case #x-ray1 .alpha,
#case #x-ray2 .alpha,
#case #x-ray3 .alpha {
	width: 220px;
	float: left;
	}
#case #x-ray1 .beta,
#case #x-ray2 .beta,
#case #x-ray3 .beta {
	width: 280px;
	float: right;
	}

#case #content .desc {
	width: 270px;
	float: right;
	}


.lyt-column4 p.arrow{
	float: left;
	padding: 50px 0px 0;
}

#case .lyt-column4 p.photo{
 display:-moz-inline-box;
 display:inline-block;
 /display: inline;
 /zoom:1;
	float: left;
	text-align: left;
}

#case .lyt-column5 p{
	float: left;
	width: 170px;
}


#case .lyt-column5 p.fL{
	margin-right: 35x;
	padding: 0 30px 0 0;
}

*html #case .lyt-column5 p{
	float: left;
	width: 180px;
}
*html #case .lyt-column5 p.fL{
	margin: 0 20px 0 0;
	padding: 0 10px 0 0;
}


.mb30{ margin-bottom: 30px;}
.bold{ font-weight: bold;}


/*---------- 13  Flow -----------*/

#flow h2#title01 { background: url(../images/flow_h2-01.png) 0 0 no-repeat; }
#flow h3#title02 { background: url(../images/flow_h3-02.png) 0 0 no-repeat; }
#flow h4#title03 { background: url(../images/flow_h4-03.png) 0 0 no-repeat; }

#flow #content .alpha {
	width: 280px;
	float: left;
	}
#flow #content .beta {
	width: 280px;
	float: right;
	margin-top: 36px;
	}


/*---------- 14  Maintenance -----------*/

#maintenance h2#title01 { background: url(../images/maintenance_h2-01.png) 0 0 no-repeat; }
#maintenance h3#title02 { background: url(../images/maintenance_h3-02.png) 0 0 no-repeat; }
#maintenance h3#title03 { background: url(../images/maintenance_h3-03.png) 0 0 no-repeat; }




/*---------- 15  Price -----------*/

#price h2#title01 { background: url(../images/price_h2-01.png) 0 0 no-repeat; }
#price h3#title02 { background: url(../images/price_h3-02.png) 0 0 no-repeat; }
#price h3#title03 { background: url(../images/price_h3-03.png) 0 0 no-repeat; }
#price h4#title04 { background: url(../images/price_h4-04.png) 0 0 no-repeat; }
#price h4#title05 { background: url(../images/price_h4-05.png) 0 0 no-repeat; }
#price h3#title06 { background: url(../images/price_h3-06.png) 0 0 no-repeat; }
#price h3#title07 { background: url(../images/price_h3-07.png) 0 0 no-repeat; }
#price h4#title08 { background: url(../images/price_h4-08.png) 0 0 no-repeat; margin-top: 20px; }

#price #content #implant-charge th { width: 300px; }

#price #content .implant-price { background: #fff; }


/*---------- 16  Knowledge -----------*/

#knowledge h2#title01 { background: url(../images/knowledge_h2-01.png) 0 0 no-repeat; }
#knowledge h3#title02 { background: url(../images/knowledge_h3-02.png) 0 0 no-repeat; }
#knowledge h4#title03 { background: url(../images/knowledge_h4-03.png) 0 0 no-repeat; }
#knowledge h4#title04 { background: url(../images/knowledge_h4-04.png) 0 0 no-repeat; }
#knowledge h4#title05 { background: url(../images/knowledge_h4-05.png) 0 0 no-repeat; }
#knowledge h4#title06 { background: url(../images/knowledge_h4-06.png) 0 0 no-repeat; }
#knowledge h4#title07 { background: url(../images/knowledge_h4-07.png) 0 0 no-repeat; }
#knowledge h4#title08 { background: url(../images/knowledge_h4-08.png) 0 0 no-repeat; }
#knowledge h4#title09 { background: url(../images/knowledge_h4-09.png) 0 0 no-repeat; }
#knowledge h4#title10 { background: url(../images/knowledge_h4-10.png) 0 0 no-repeat; }
#knowledge h4#title11 { background: url(../images/knowledge_h4-11.png) 0 0 no-repeat; }

#knowledge #content .menu {
	width: 488px;
	margin-bottom: 18px;
	}
#knowledge #content .menu li {
	width: 118px;
	float: left;
	margin: 0;
	padding: 0;
	background-image: none;
	border: 2px solid #fff;
	text-align: center;
	}

#knowledge #content .menu li a {
	display: block;
	background: #2f6089;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
#knowledge #content .menu li a:hover { background: #4499af; }


/*---------- 17  Faq -----------*/

#faq h2#title01 { background: url(../images/faq_h2-01.png) 0 0 no-repeat; }
#faq h3#title02 { background: url(../images/faq_h3-02.png) 0 0 no-repeat; }
#faq h4#title03 { background: url(../images/faq_h4-03.png) 0 0 no-repeat; }
#faq h4#title04 { background: url(../images/faq_h4-04.png) 0 0 no-repeat; }
#faq h4#title05 { background: url(../images/faq_h4-05.png) 0 0 no-repeat; }
#faq h4#title06 { background: url(../images/faq_h4-06.png) 0 0 no-repeat; }
#faq h4#title07 { background: url(../images/faq_h4-07.png) 0 0 no-repeat; }


/*---------- 18  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; }
#sitemap h3#title03 { background: url(../images/sitemap_h3-03.png) 0 0 no-repeat; }
#sitemap h3#title04 { background: url(../images/sitemap_h3-04.png) 0 0 no-repeat; }
#sitemap h3#title05 { background: url(../images/sitemap_h3-05.png) 0 0 no-repeat; }
#sitemap h3#title06 { background: url(../images/sitemap_h3-06.png) 0 0 no-repeat; }
#sitemap h3#title07 { background: url(../images/sitemap_h3-07.png) 0 0 no-repeat; }
#sitemap h3#title08 { background: url(../images/sitemap_h3-08.png) 0 0 no-repeat; }
#sitemap h3#title09 { background: url(../images/sitemap_h3-09.png) 0 0 no-repeat; }
#sitemap h3#title10 { background: url(../images/sitemap_h3-10.png) 0 0 no-repeat; }
#sitemap h3#title11 { background: url(../images/sitemap_h3-11.png) 0 0 no-repeat; }
#sitemap h3#title12 { background: url(../images/sitemap_h3-12.png) 0 0 no-repeat; }
#sitemap h3#title13 { background: url(../images/sitemap_h3-13.png) 0 0 no-repeat; }
#sitemap h3#title14 { background: url(../images/sitemap_h3-14.png) 0 0 no-repeat; }

#sitemap #content li.detail {
	text-align: right;
	margin-right: 2em;
	}


/*---------- 19  Contact -----------*/

#contact h2#title01 { background: url(../images/contact_h2-01.png) 0 0 no-repeat; }

#contact #content table td.subject { width: 230px; }
#contact #content table td.subject span,
span.require {
	font-size: 124%;
	font-weight: bold;
	color: red;
	}




/*---------- 20  General Flow -----------*/

#general-flow h2#title01 { background: url(../images/general-flow_h2-01.png) 0 0 no-repeat; }



