@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Clinic                      */
/*                 09  Implant                     */
/*                 10  Faq                         */
/*                 11  Aesthe                      */
/*                 12  Perio                       */
/*                 13  General                     */
/*                 14  Goodbye Denture             */
/*                 15  Charge                      */
/*                 16  Recruit                     */
/*                 17  Access                      */
/*                 18  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Yellow Orange  #ff9900      */
/*        Main Color - Yellow         #ffcc33      */
/*                                                 */
/*        Sub Color  - Grey           #999999      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #fff url(../images/body_bg.png) top repeat-x; }

#wrapper {
	background: #fff;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.png) repeat-y;
	}

#content {
	width: 620px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.png) top repeat-x;
	height: 60px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 240px;
	height: 60px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 240px;
	height: 60px;
	background: url(../images/h1.png) 0 0 no-repeat;
	}
	
.sr_txt{ text-indent: -9999px;
	width: 356px;
	height: 29px;
	line-height: 1.0;
	background: url(../images/h2.png) 0 0 no-repeat;
	float: left;
	margin-top:24px;
}	

#header .section {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	font-size: 85%;
	}
*:first-child+html #header .section { font-size: 9px; }
* html body #header .section { font-size: 9px; }

#header .section p.adr {
	height: 21px;
	line-height: 21px;
	text-align: right;
	margin: 0;
	padding: 0;
	color: #fff;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 23px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0 0 0 53px;
	padding: 0;
	list-style: none;
	width: 147px;
	height: 17px;
	}

#header_nav li {
	height: 17px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 17px;
	text-indent: -9999px;
	}

#nav01 { width: 73px; }
#nav02 { width: 74px; }

#nav01 a {
	background: url(../images/header_nav.png) -53px 0 no-repeat;
	width: 73px;
	}
#nav02 a {
	background: url(../images/header_nav.png) -126px 0 no-repeat;
	width: 74px;
	}

#top_img {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	}
* html body #top_img { margin-top: -1px; }
#top_img img { display: block; }


/*----------04  Navigation -----------*/

#nav {
	width: 180px;
	float: left;
	padding: 5px 0 10px 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 26px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 26px;
	}

#nav03 a { background: url(../images/nav.png) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.png) 0 -26px no-repeat; }
#nav05 a { background: url(../images/nav.png) 0 -52px no-repeat; }
#nav06 a { background: url(../images/nav.png) 0 -78px no-repeat; }
#nav07 a { background: url(../images/nav.png) 0 -104px no-repeat; }
#nav08 a { background: url(../images/nav.png) 0 -130px no-repeat; }
#nav09 a { background: url(../images/nav.png) 0 -156px no-repeat; }
#nav10 a { background: url(../images/nav.png) 0 -182px no-repeat; }
#nav11 a { background: url(../images/nav.png) 0 -208px no-repeat; }
#nav12 a { background: url(../images/nav.png) 0 -234px no-repeat; }
#nav13 a { background: url(../images/nav.png) 0 -260px no-repeat; }
#nav14 a { background: url(../images/nav.png) 0 -286px no-repeat; }

#nav03 a:hover { background: url(../images/nav.png) -180px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.png) -180px -26px no-repeat; }
#nav05 a:hover { background: url(../images/nav.png) -180px -52px no-repeat; }
#nav06 a:hover { background: url(../images/nav.png) -180px -78px no-repeat; }
#nav07 a:hover { background: url(../images/nav.png) -180px -104px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -180px -130px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -180px -156px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -180px -182px no-repeat; }
#nav11 a:hover { background: url(../images/nav.png) -180px -208px no-repeat; }
#nav12 a:hover { background: url(../images/nav.png) -180px -234px no-repeat; }
#nav13 a:hover { background: url(../images/nav.png) -180px -260px no-repeat; }
#nav14 a:hover { background: url(../images/nav.png) -180px -286px no-repeat; }

#nav p {
	text-align: center;
	margin-top: 20px;
	}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 14px 0;
	margin: 0;
	border-top: 5px solid #ffcc33;
	background: #fff;
	font-size: 85%;
	text-align: center;
	color: #999;
	}
*:first-child+html #footer { font-size: 9px; }
* html body #footer { font-size: 9px; }

*:first-child+html #footer ul {list-style: none;	margin: 0 auto;	padding: 0;	width: 810px;	text-align: right;}
* html body #footer ul {list-style: none; margin:0;	padding: 0;	width: 810px; text-align:right;}

#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footer ul { 
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align: right;
	}
#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address {
	width: 800px;
	padding: 0;
	margin: 8px auto;
	text-align: right;
	}


/*---------- 06  Contents -----------*/

.section { padding: .5em 20px; }
.section .section { padding: .5em 0; }
.section .section .section { padding: .5em 0; }
.section02 { padding: 0; }

.section .section p { margin: 0 10px 10px 10px; }

p.center { text-align: center; }

#content h2 {
	height: 55px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 42px;
	text-indent: -9999px;
	margin-right: 10px;
	}
#content h4 {
	height: 46px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	background: url(../images/h5_bg.png) left repeat-y;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	padding: 3px 0 3px 6px;
	color: #ff6600;
	}

#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: #ff9900; }
a:hover { color: #ffcc33; }

#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;
	}

.image_rb01 {
	float: right;
	margin: 30px 0px 0px 10px;
	}

#content .case {
	margin: 10px 30px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}

#content .case02 {
	margin: 10px 50px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
	
#content .case03 {
	margin: 0px;
	}

#content .case-nobg { margin: 10px 40px; }
#content .case-narrow { margin: 10px 70px; }

.case img,
.case02 img,
.case03 img,
.case-nobg,
.case-narrow img { display: block; }

.caption { text-align: center; }



#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	margin: 0;
	}

#content ul.totop li {
	list-style: none;
	width: 8em;
	margin: 0;
	padding: 0;
	font-weight: bold;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	padding-left: 18px;
	background: url(../images/to_top.png) 0 6px no-repeat;
	}

p.caution {
	padding-left: 20px;
	background: url(../images/caution.png) 0 3px no-repeat;
	}

#content li.detail {
	background-image: none;
	text-align: right;
	}

.raquo {
	font-size: 124%;
	font-weight: bold;
	color: #ff3366;
	}
.font_o {
	font-weight: bold;
	color: #FF6600;
	}

/* Hides from IE-mac \*/
p.answer:first-letter {
	display: block;
	padding: 2px;
	background: #ff9900;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	float: left;
	}
/* End hide from IE-mac */

.case03 .alpha,   
.case03 .beta {
	display: block;
    width:160px;
    height:120px;   
    float: left;   
    margin: 10px 40px 40px 0;   
    }   
.case03 .gamma {  
	display: block; 
    width:160px;
    height:120px; 
    float: left;   
    margin: 10px 0 40px 0;   
    }  
* html body .case03 .alpha,   
* html body .case03 .beta  { margin: 10px 0 40px 0; }


/*---------- 07  Index -----------*/

body#index { background: #fff url(../images/index_body_bg.png) top repeat-x; }

#index h2#title01 {
	height: 58px;
	margin-right: 10px;
	background: url(../images/index_h2-02.png) 0 0 no-repeat;
	}
#index h3#title02 {
	height: 46px;
	margin: 0;
	background: url(../images/index_h3-02.png) 0 0 no-repeat;
	}
#index h3#title03 {
	height: 46px;
	margin: 0;
	background: url(../images/index_h3-03.png) 0 0 no-repeat;
	}

#index h4#title04 {
	background: url(../images/index_h4-04.png) 0 0 no-repeat;
	height: 28px;
	margin: 0;
	}
#index h4#title05 {
	background: url(../images/index_h4-05.png) 0 0 no-repeat;
	height: 28px;
	margin: 0;
	}
#index h4#title06 {
	background: url(../images/index_h4-06.png) 0 0 no-repeat;
	height: 28px;
	margin: 0;
	}
#index h4#title07 {
	background: url(../images/index_h4-07.png) 0 0 no-repeat;
	height: 28px;
	margin: 0;
	}

#index #clinic-info { padding: 0 30px; }

#index #clinic-info h4 {
	text-indent: 0;
	font-size: 100%;
	background: url(../images/h5_bg.png) left repeat-y;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	padding: 3px 0 3px 6px;
	color: #ff6600;
	height: auto;
	}

#index #clinic-info .alpha {
	width: 128px;
	float: left;
	}
#index #clinic-info .beta {
	width: 558px;
	float: left;
	}
#index #clinic-info .gamma {
	width: 215px;
	float: left;
	}
#index #clinic-info .theta {
	width: 215px;
	float: right;
	}

#index #clinic-info .alpha ul {
	margin: 0;
	padding: 0 0 0 15px;
	}

#index #clinic-info .beta .note {
	color: #ff9900;
	font-weight: bold;
	}

#index #clinic-info .beta .treatment {
	background: #eee;
	padding: 6px 24px;
	margin: 12px 0;
	}
#index #clinic-info .beta .treatment ul {
	margin: 0;
	padding: 0;
	}
#index #clinic-info .beta .treatment li {
	background-image: none;
	display: inline;
	padding: 0;
	}

#index #clinic-info .gamma p {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1.2;
	}

#index #clinic-info dl { margin: .5em 0 0 0; }
#index #clinic-info dt {
	width: 3em;
	float: left;
	}
#index #clinic-info dd { margin-left: 3em; }

#index #pckp { font-size: 85%; }
*:first-child+html #index #pckp { font-size: 9px; }
* html body #index #pckp { font-size: 9px; }

#index #pckp ul {
	margin-top: 0;
	padding-top: 0;
	}

#index #pckp .alpha {
	width: 270px;
	float: left;
	}
#index #pckp .beta {
	width: 270px;
	float: right;
	}

#index #pckp .image_l { margin: 0 8px 10px 0; }

#index #pckp .pckp-body {
	background: url(../images/pckp-body_bg.png) bottom left no-repeat;
	padding-bottom: 10px;
	}
#index #pckp .pckp-body p { margin-top: 0; }


/*---------- 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 h4#title04 { background: url(../images/clinic_h4-04.png) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4-05.png) 0 0 no-repeat; width: 260px; }
#clinic h4#title06 { background: url(../images/clinic_h4-06.png) 0 0 no-repeat; width: 260px; }
#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-14.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-15.png) 0 0 no-repeat; }

#clinic #content #profile .alpha {
	width: 220px;
	float: left;
	}
#clinic #content #profile .beta {
	width: 340px;
	float: right;
	}

#clinic #content #profile .beta dt {
	width: 5em;
	float: left;
	}
#clinic #content #profile .beta dd { margin-left: 4em; }

#clinic #content #clinic-inside.section { margin: 1em 20px; }

#clinic #content #clinic-inside .alpha {
	width: 270px;
	float: left;
	}
#clinic #content #clinic-inside .alpha p {
	width: 250px;
	float: left;
	}
	
#clinic #content #clinic-inside .beta {
	width: 250px;
	float: right;
	}
#clinic #content #clinic-inside .beta p {
	width: 260px;
	float: right;
	}
.incho{
font-size:9px;centiate
}

.certified{
color: #4169E1;
}

/*---------- 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 h3#title05 { background: url(../images/implant_h3-05.png) 0 0 no-repeat; }
#implant h3#title06 { background: url(../images/implant_h3-06.png) 0 0 no-repeat; }
#implant h4#title07 { background: url(../images/implant_h4-07.png) 0 0 no-repeat; }
#implant h4#title08 { background: url(../images/implant_h4-08.png) 0 0 no-repeat; }
#implant h4#title09 { background: url(../images/implant_h4-09.png) 0 0 no-repeat; }
#implant h4#title10 { background: url(../images/implant_h4-10.png) 0 0 no-repeat; }
#implant h4#title11 { background: url(../images/implant_h4-11.png) 0 0 no-repeat; }
#implant h4#title12 { background: url(../images/implant_h4-12.png) 0 0 no-repeat; }
#implant h4#title13 { background: url(../images/implant_h4-13.png) 0 0 no-repeat; }
#implant h4#title14 { background: url(../images/implant_h4-14.png) 0 0 no-repeat; }
#implant h4#title15 { background: url(../images/implant_h4-15.png) 0 0 no-repeat; }
#implant h4#title16 { background: url(../images/implant_h4-16.png) 0 0 no-repeat; }
#implant h4#title17 { background: url(../images/implant_h4-17.png) 0 0 no-repeat; }
#implant h4#title18 { background: url(../images/implant_h4-18.png) 0 0 no-repeat; }
#implant h4#title19 { background: url(../images/implant_h4-19.png) 0 0 no-repeat; }
#implant h4#title20 { background: url(../images/implant_h4-20.png) 0 0 no-repeat; }
#implant h4#title21 { background: url(../images/implant_h4-21.png) 0 0 no-repeat; }
#implant h4#title22 { background: url(../images/implant_h4-22.png) 0 0 no-repeat; }
#implant h4#title23 { background: url(../images/implant_h4-23.png) 0 0 no-repeat; }
#implant h4#title24 { background: url(../images/implant_h4-24.png) 0 0 no-repeat; }
#implant h4#title25 { background: url(../images/implant_h4-25.png) 0 0 no-repeat; }

#implant p.p1 { padding: 0 0 0 15px; }
#implant p.p2 { padding: .5em 0 0 100px; }


/*---------- 10  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; }
#faq h4#title08 { background: url(../images/faq_h4-08.png) 0 0 no-repeat; }
#faq h4#title09 { background: url(../images/faq_h4-09.png) 0 0 no-repeat; }
#faq h4#title10 { background: url(../images/faq_h4-10.png) 0 0 no-repeat; }
#faq h4#title11 { background: url(../images/faq_h4-11.png) 0 0 no-repeat; }
#faq h4#title12 { background: url(../images/faq_h4-12.png) 0 0 no-repeat; }
#faq h4#title13 { background: url(../images/faq_h4-13.png) 0 0 no-repeat; }
#faq h4#title14 { background: url(../images/faq_h4-14.png) 0 0 no-repeat; }
#faq h4#title15 { background: url(../images/faq_h4-15.png) 0 0 no-repeat; }
#faq h4#title16 { background: url(../images/faq_h4-16.png) 0 0 no-repeat; }
#faq h4#title17 { background: url(../images/faq_h4-17.png) 0 0 no-repeat; }
#faq h4#title18 { background: url(../images/faq_h4-18.png) 0 0 no-repeat; }
#faq h4#title19 { background: url(../images/faq_h4-19.png) 0 0 no-repeat; }
#faq h4#title20 { background: url(../images/faq_h4-20.png) 0 0 no-repeat; }
#faq h4#title21 { background: url(../images/faq_h4-21.png) 0 0 no-repeat; }

#faq .faq_l {
	float: left;
	margin: 0 10px 16px 10px;
	width:260px;
	}

#faq .faq_r {
	float: right;
	margin: 0 10px 16px 10px;
	width:260px;
	}
	
#faq h6 {
  margin-top: 15px;
  margin-left: 5px;
  padding-left: 8px;
  border-left: 7px solid #FF6600;
  font-size: 110%;
}

/*---------- 11  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 h4#title05 { background: url(../images/aesthe_h4-05.png) 0 0 no-repeat; }
#aesthe h4#title06 { background: url(../images/aesthe_h4-06.png) 0 0 no-repeat; }
#aesthe h4#title07 { background: url(../images/aesthe_h4-07.png) 0 0 no-repeat; }
#aesthe h4#title08 { background: url(../images/aesthe_h4-08.png) 0 0 no-repeat; }
#aesthe h4#title09 { background: url(../images/aesthe_h4-09.png) 0 0 no-repeat; }
#aesthe h4#title10 { background: url(../images/aesthe_h4-10.png) 0 0 no-repeat; }
#aesthe h4#title11 { background: url(../images/aesthe_h4-11.png) 0 0 no-repeat; }
#aesthe h4#title12 { background: url(../images/aesthe_h4-12.png) 0 0 no-repeat; }
#aesthe h4#title13 { background: url(../images/aesthe_h4-13.png) 0 0 no-repeat; }
#aesthe h4#title14 { background: url(../images/aesthe_h4-14.png) 0 0 no-repeat; }



/*---------- 12  Perio -----------*/

#perio h2#title01 { background: url(../images/perio_h2-01.png) 0 0 no-repeat; }
#perio h3#title02 { background: url(../images/perio_h3-02.png) 0 0 no-repeat; }
#perio h3#title03 { background: url(../images/perio_h3-03.png) 0 0 no-repeat; }
#perio h4#title04 { background: url(../images/perio_h4-04.png) 0 0 no-repeat; }
#perio h4#title05 { background: url(../images/perio_h4-05.png) 0 0 no-repeat; }
#perio h4#title06 { background: url(../images/perio_h4-06.png) 0 0 no-repeat; }


/*---------- 13  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 h4#title08 { background: url(../images/general_h4-08.png) 0 0 no-repeat; }
#general h4#title09 { background: url(../images/general_h4-09.png) 0 0 no-repeat; }
#general h4#title10 { background: url(../images/general_h4-10.png) 0 0 no-repeat; }
#general h4#title11 {
	background: url(../images/general_h4-11.png) 0 0 no-repeat;
	height: 70px;
	}
#general h4#title12 { background: url(../images/general_h4-12.png) 0 0 no-repeat; }
#general h4#title13 { background: url(../images/general_h4-13.png) 0 0 no-repeat; }
#general h4#title14 { background: url(../images/general_h4-14.png) 0 0 no-repeat; }
#general h4#title15 { background: url(../images/general_h4-15.png) 0 0 no-repeat; }
#general h4#title16 { background: url(../images/general_h4-16.png) 0 0 no-repeat; }
#general h4#title17 { background: url(../images/general_h4-17.png) 0 0 no-repeat; }
#general h4#title18 { background: url(../images/general_h4-18.png) 0 0 no-repeat; }




/*---------- 14  medical_credit -----------*/

#medical_credit h2 { text-indent: 0px;}
#medical_credit h3 { text-indent: 0px;}

table.priceTbl{ font-size: 11px;}
table.priceTbl th,table.priceTbl td{
 border: 1px solid #aaa;
}
table.priceTbl th.price{
	background-color: #EEFFEE;
	font: bold;
	color:#CC3300;
}
table.priceTbl th.price1{
	background-color: #FFFFFF;
	font: bold;
	color:#000000;
}
table.priceTbl td.price2{
	background-color: #EEFFEE;
	font: nomal;
	color:#CC3300;
}
table.priceTbl td.price3{
	background-color: #EEFFEE;
	font-weight: bold;
	color:#000000;
}
table.priceTbl td.price5{
	background-color: #CCFFCC;
	font-weight: bold;
	color:#CC3300;
}
table.priceTbl td.price4{
	background-color: #FFFFFF;
	font-weight: bold;
	color:#000000;
}
table.priceTbl td.price1{
	background-color: #FFFFFF;
	font-weight: nomal;
	color:#000000;
}

p.arrow {
	background: url(../images/arrow_mini.jpg) 5px 3px no-repeat;
	padding: 0 0 0 20px;
}

#medical_credit ol {margin-top: 0; padding-top: 0;}

/*---------- 15  Charge -----------*/

#charge h2#title01 { background: url(../images/charge_h2-01.png) 0 0 no-repeat; }
#charge h3#title02 { background: url(../images/charge_h3-02.png) 0 0 no-repeat; }
#charge h4#title04 { background: url(../images/charge_h4-04.png) 0 0 no-repeat; }
#charge h4#title10 { background: url(../images/charge_h4-10.png) 0 0 no-repeat; }
#charge h4#title11 { background: url(../images/charge_h4-11.png) 0 0 no-repeat; }
#charge h4#title13 { background: url(../images/charge_h4-13.png) 0 0 no-repeat; }

#charge #content table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #ddd;
	border-color:#0000CC
	width: 565px;
	font-size: 100%;
	leine-height: 1.3;
	color: #666;
	margin: 10px 0 20px 10px;
	}
#charge #content table caption { text-align: left; }
#charge #content table th,
#charge #content table td {
	padding: 3px 6px;
	border: 1px solid #e3e3e3;
	}

#charge #content table td.nakaji {
	padding: 3px 6px;
	border: 1px solid #e3e3e3;
	width:100px;
	}

#charge #content table th {
	width: 240px;
	text-align: left;
	}
#charge #content table td.price {
	text-align: right;
	font-weight: bold;
	}
#charge #content table.deduction td {
	text-align: right;
	vertical-align: middle;
	}
#charge #content table.d01 td {
	text-align: right;
	vertical-align: middle;
    width: 70px;
	}
	
#charge #content table th.deduction_01 {
    width: 170px;
	}
	
#charge #content table.implant th { width: 175px; }

#charge #content table td.esthe02 {
    width: 190px;
	}
#charge #content table td.esthe {
    width: 100px;
	}

#charge .orange{
color:#FF6600;
font-weight:bold;
}


/*---------- 16  Recruit -----------*/

#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 #content table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #ddd;
	border-color:#0000CC
	width: 565px;
	font-size: 100%;
	leine-height: 1.3;
	color: #666;
	margin: 10px 0 20px 10px;
	}
#recruit #content table caption { text-align: left; }
#recruit #content table th,
#recruit #content table td {
	padding: 3px 6px;
	border: 1px solid #e3e3e3;
	width:500px;
	}



/*---------- 17  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; }

#access #content .alpha {
	width: 280px;
	float: left;
	}
#access #content .beta {
	width: 280px;
	float: right;
	}

#access #content .alpha dl {
	margin: 0;
	padding: 0;
	}

#access #content .alpha dt {
	background: url(../images/li_bg.png) 0 4px no-repeat;
	padding-left: 20px;
	}

#access #content #navigator {
	position: relative;
	margin: 20px 0 10px 20px;
	}
#access #content #navigator p {
	margin: 0 0 0 20px;
	padding: 0;
	}

#access #content #navigator p img {
	display: block;
	}
#access #content #navigator ol,
#access #content #navigator li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#access #content #navigator #point01 {
	position: absolute;
	top: 115px;
	left: 87px;
	}
#access #content #navigator #point02 {
	position: absolute;
	top: 117px;
	left: 112px;
	}
#access #content #navigator #point03 {
	position: absolute;
	top: 116px;
	left: 142px;
	}
#access #content #navigator #point04 {
	position: absolute;
	top: 104px;
	left: 164px;
	}
#access #content #navigator #point05 {
	position: absolute;
	top: 89px;
	left: 190px;
	}

* html body#access #content #navigator #point01 { left: 67px; top: 117px; }
* html body#access #content #navigator #point02 { left: 92px; top: 119px; }
* html body#access #content #navigator #point03 { left: 122px; top: 118px; }
* html body#access #content #navigator #point04 { left: 144px; top: 106px; }
* html body#access #content #navigator #point05 { left: 170px; top: 91px; }


/*---------- 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 h4#title03 { background: url(../images/sitemap_h4-03.png) 0 0 no-repeat; }
#sitemap h4#title04 { background: url(../images/sitemap_h4-04.png) 0 0 no-repeat; }
#sitemap h4#title05 { background: url(../images/sitemap_h4-05.png) 0 0 no-repeat; }
#sitemap h4#title06 { background: url(../images/sitemap_h4-06.png) 0 0 no-repeat; }
#sitemap h4#title07 { background: url(../images/sitemap_h4-07.png) 0 0 no-repeat; }
#sitemap h4#title08 { background: url(../images/sitemap_h4-08.png) 0 0 no-repeat; }
#sitemap h4#title09 { background: url(../images/sitemap_h4-09.png) 0 0 no-repeat; }
#sitemap h4#title10 { background: url(../images/sitemap_h4-10.png) 0 0 no-repeat; }
#sitemap h4#title11 { background: url(../images/sitemap_h4-11.png) 0 0 no-repeat; }
#sitemap h4#title12 { background: url(../images/sitemap_h4-12.png) 0 0 no-repeat; }
#sitemap h4#title13 { background: url(../images/sitemap_h4-13.png) 0 0 no-repeat; }
#sitemap h4#title14 { background: url(../images/sitemap_h4-14.png) 0 0 no-repeat; }
#sitemap h4#title15 { background: url(../images/sitemap_h4-15.png) 0 0 no-repeat; }


/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #ccc;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #ccc;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #ccc;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #ccc;
}

.jTip{
cursor:help;
}
.marL30 { margin-left:30px;}


/* 081009
--------------------------------------------------*/

#implant div.flapress {
}
#implant div.flapress div {
	float:left;
	padding:0;
	margin:0;
	text-align:center;
}
#implant div.flapress div p {
	float:left;
	margin:0;
	padding:0 15px 10px;
	font-weight:bold;
	color:#f60;
}
#implant div.flapress div p img {
	margin:0;
	padding:0;
}
#implant div.flapress div p.cap {
	float:none;
}
#implant div.flapress div.onflap {
	float:right;
	border-left:1px dashed #ccc;
}

/* 090820
--------------------------------------------------*/

.photo{
	border: solid 1px #666666;
}

.box_left {width:230px; float:left;}
.box_right {width:220px; float:left; margin-left:32px;}
.box_right ul {margin-left:0px; margin-top:3px;}

.sr_orange {
	color:#CC3300;
}