@charset "UTF-8";
@import "base.css";
@import "sori.css";
/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Clinic                      */
/*                 09  Concept                     */
/*                 10  Implant                     */
/*                 11  Flow                        */
/*                 12  Case                        */
/*                 13  Faq                         */
/*                 14  Cost                        */
/*                 15  Inquiry                     */
/*                 16  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color -      #      */
/*        Main Color -      #      */
/*        Main Color -      #      */
/*                                                 */
/*        Sub Color  -      #      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: url(../images/index_bg.gif) repeat-x top; }

#wrapper {
	background: #fff;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	}

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.5;
	color: #666;
	background: #fff;
	padding: 2em 0 10px 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.gif) 0 0 no-repeat ;
	height: 210px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

#index #header { height: 340px; }

h1 {
	text-indent: -9999px;
	width: 470px;
	height: 80px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 470px;
	height: 80px;
	background: url(../images/h1.gif) 0 0 no-repeat;
	}

#header .section {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header_info {
	width: 200px;
	height: 80px;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#header_info li {
	margin: 0;
	padding: 0;
	float: right;
	text-indent: -9999px;
	list-style: none;
	}

#header_info li a {
	display: block;
	}

#header #info01 a {
	background: url(../images/header_info.gif) -110px 0 no-repeat ;
	width: 90px;
	height: 30px;
	}

#header #info02 {
	background: url(../images/header_info.gif) 0 -30px no-repeat ;
	width: 200px;
	height: 50px;
	}

#header_nav {
	margin: 0;
	padding: 0;
	clear: both;
	}

#header_nav li {
	list-style: none;
	width: 200px;
	text-indent: -9999px;
	float: left;
	}

#header_nav li a {
	display: block;
	width: 200px;
	height: 30px;
	}

#nav01 a { background: url(../images/header_nav.gif) 0 0 no-repeat; }
#nav02 a { background: url(../images/header_nav.gif) -200px 0 no-repeat; }
#nav03 a { background: url(../images/header_nav.gif) -400px 0 no-repeat; }
#nav04 a { background: url(../images/header_nav.gif) -600px 0 no-repeat; }

#nav01 a:hover { background: url(../images/header_nav.gif) 0 -30px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.gif) -200px -30px no-repeat; }
#nav03 a:hover { background: url(../images/header_nav.gif) -400px -30px no-repeat; }
#nav04 a:hover { background: url(../images/header_nav.gif) -600px -30px no-repeat; }

#header #top_img {
	margin: 0;
	padding: 0;
	}



/*----------04  Navigation -----------*/

#nav {
	width: 180px;
	float: left;
	padding: 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	}

#nav .internal li {
	height: 40px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 40px;
	}

#nav05 a { background: url(../images/nav.gif) 0 0 no-repeat; }
#nav06 a { background: url(../images/nav.gif) 0 -40px no-repeat; }
#nav07 a { background: url(../images/nav.gif) 0 -80px no-repeat; }
#nav08 a { background: url(../images/nav.gif) 0 -120px no-repeat; }
#nav09 a { background: url(../images/nav.gif) 0 -160px no-repeat; }

#nav05 a:hover { background: url(../images/nav.gif) -180px 0 no-repeat; }
#nav06 a:hover { background: url(../images/nav.gif) -180px -40px no-repeat; }
#nav07 a:hover { background: url(../images/nav.gif) -180px -80px no-repeat; }
#nav08 a:hover { background: url(../images/nav.gif) -180px -120px no-repeat; }
#nav09 a:hover { background: url(../images/nav.gif) -180px -160px no-repeat; }

#nav p { text-align: center; }

.offi a{ display:block;
text-indent:-9999px;
height:60px;
width:170px;
background:url(../images/offi-bnr.jpg) 0 0 no-repeat;
outline:none;
}
.offi a:hover{ background-position:-170px;}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0;
	margin: 0;
	background: url(../images/footer_bg.gif) 0 0 repeat-x ;
	font-size: 85%;
	text-align: right;
	color: #666;
	height: 72px;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #666;
	}
#footer a:hover { 
	text-decoration: underline;
	color: #847843;
	}

#footer_tel {
  float:left;
	width: 200px;
	margin: 0;
	padding: 0;
	}

#footer_nav {
	float: right;
	width: 500px;
	margin: 10px;	
	}

#footer ul { 
	list-style: none;
	margin:0 0 5px 0;
	padding: 0;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { 
	margin: ;
	clear: both;
	text-align: right;
	}


/*---------- 06  Contents -----------*/

#content .section {
	padding: .5em 20px 1em 15px;
	clear: both;
	}
#content .section .section {
	padding: .5em 10px 1em 10px;
	clear: both;
	}

.center { text-align: center; }

#content h2 {
	height: 36px;
	text-indent: -9999px;
	margin: 0;
	}
#content h3 {
	clear: both;
	height: 40px;
	text-indent: -9999px;
	margin: 0 0 0 -15px;
	}
#content h4 {
	height: 36px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul {
	margin: 0 0 1em 0;
	padding: 0;
	}

#content ul li {
	list-style: none;
	background: url(../images/list.gif) 0 4px no-repeat;
	padding-left: 18px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: ;
	}

#content ul.totop {
	clear: both;
	list-style: none;
	}
#content ul.totop li {
  background-image: none;
	width: 72px;
	height: 18px;
	text-indent: -9999px;
	float: right;
	}
#content ul.totop li a {
	display: block;
	width: 72px;
	height: 18px;
	background: url(../images/to_top.gif) 0 0 no-repeat;
	}

#content dl {
  margin: 0;
	padding: 0;
	}

#content dt { font-weight: bold; }

a {
	text-decoration: underline;
	color: #8A4205;
	outline: none;
	}
#content a:hover { color: #847843; }

#content blockquote {
	margin: ;
	background: ;
	padding: ;
	}

.image_l  {
	float: left;
	margin: 10px 10px 0 0;
	}

.image_r {
	float: right;
	margin: 10px 0 0 10px;
	}

.case {
	margin:0;
	background: url(../images/arrow.gif) center center no-repeat;
	}
.case img {
	display: block;
	}

.caption {
	text-align: center;
	border-top: ;
	}

p.caution {
	padding-left: 17px;
	background: url(../images/caution.png) 0 3px no-repeat;
	}

#content table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #b7b091;
	font-size: 100%;
	color: #666;
	width: 500px;
	margin-left: 20px;
	}
	
#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #b7b091;
	}
	
#content table th {
	background: #b7b091;
	color: #4d4009;
	width: 130px;
	}
#content table td.subject {
	color: #4d4009;
	text-align: center;
	font-weight: bold;
	}

#content table tr.even td,
#content table th.subject { background: #ebeae2; }


span.require {
	font-size: 124%;
	font-weight: bold;
	color: red;
	}
input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}


/* Hides from IE-mac \*/
p.answer:first-letter {
	display: block;
	color: #ccc;
	font-size: 300%;
	font-weight: bold;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 1.0;
	float: left;
	}
/* End hide from IE-mac */

p.detail {
	clear: both;
	margin-left: 2em;
	}

.raquo {
	font-size: 124%;
	font-weight: bold;
	}
	
	
.red { color:#FF0000;}


/*---------- 07  Index -----------*/

#index #content { padding-top: 0; }

#index #content .section .section {
	padding: .5em 10px;
	clear: both;
	}

#index h2#title01 {
	background: url(../images/index_consept.gif) 0 0 no-repeat;
	height: 24px;
	margin: 20px 0 0 10px;
	}

#index h3#title02 {
	background: url(../images/index_time.gif) 0 0 no-repeat;
	height: 25px;
	} 

#concept_img {
  text-align: center;
	}
#concept_img span{
	display:block;
	text-indent:-9999px;
	width:519px; height:263px;
	background:url(../images/index_concept02.gif);
}
#concept_text {
	text-align: right;
	}


#index #content .concept {
	text-align: center;
	margin: 0;
	padding: 0;
	}

#index #content .alpha {
	float: left;
	width: 220px;
	}

#index #content .beta {
	float: right;
	width: 300px;
	margin: 5px 0 0 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 h3#title04 { background: url(../images/clinic_h3-04.png) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4-05.png) 0 0 no-repeat; }
#clinic h4#title06 { background: url(../images/clinic_h4-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 #content .alpha {
	width: 170px;
	float: left;
	}
#clinic #content .beta {
	width: 360px;
	float: right;
	}
#clinic #content .beta dt {
	width: 5em;
	float: left;
	}
#clinic #content .beta dd { margin-left: 5em; }

#clinic #content .associated ul {
	width: 170px;
	margin-right: 20px;
	float: left;
	}
#clinic #content .associated ul.nil { margin-right: 0; }




/*---------- 09  Concept -----------*/

#concept h2#title01 { background: url(../images/concept_h2-01.png) 0 0 no-repeat; }
#concept h3#title02 { background: url(../images/concept_h3-02.png) 0 0 no-repeat; }
#concept h4#title03 { background: url(../images/concept_h4-03.png) 0 0 no-repeat; }
#concept h4#title04 { background: url(../images/concept_h4-04.png) 0 0 no-repeat; }
#concept h4#title05 { background: url(../images/concept_h4-05.png) 0 0 no-repeat; }



/*---------- 10  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 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; }



/*---------- 11  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 h3#title03 { background: url(../images/flow_h3-03.png) 0 0 no-repeat; }
#flow h4#title04 { background: url(../images/flow_h4-04.png) 0 0 no-repeat; }
#flow h4#title05 { background: url(../images/flow_h4-05.png) 0 0 no-repeat; }
#flow h4#title06 { background: url(../images/flow_h4-06.png) 0 0 no-repeat; }
#flow h4#title07 { background: url(../images/flow_h4-07.png) 0 0 no-repeat; }
#flow h4#title08 { background: url(../images/flow_h4-08.png) 0 0 no-repeat; }
#flow h4#title09 { background: url(../images/flow_h4-09.png) 0 0 no-repeat; }
#flow h4#title10 { background: url(../images/flow_h4-10.png) 0 0 no-repeat; }
#flow h4#title11 { background: url(../images/flow_h4-11.png) 0 0 no-repeat; }
#flow h4#title12 { background: url(../images/flow_h4-12.png) 0 0 no-repeat; }

#flow #content ol { margin-left: 0; }
#flow #content ol li {
	list-style: none;
	background: url(../images/arrow_down.png) center bottom no-repeat;
	padding-bottom: 15px;
	margin-bottom: 1em;
	}
#flow #content ol li.nil { background-image: none; }



/*---------- 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; }



/*---------- 13  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; }



/*---------- 14  Cost -----------*/

#cost h2#title01 { background: url(../images/cost_h2-01.png) 0 0 no-repeat; }
#cost h3#title02 { background: url(../images/cost_h3-02.png) 0 0 no-repeat; }
#cost h3#title03 { background: url(../images/cost_h3-03.png) 0 0 no-repeat; }
#cost h4#title04 { background: url(../images/cost_h4-04.png) 0 0 no-repeat; }
#cost h4#title05 { background: url(../images/cost_h4-05.png) 0 0 no-repeat; }
#cost h4#title06 { background: url(../images/cost_h4-06.png) 0 0 no-repeat; }
#cost h4#title07 { background: url(../images/cost_h4-07.png) 0 0 no-repeat; }

#cost .marL20 { margin-left: 20px;}

/*---------- 15  Inquiry -----------*/

#inquiry h2#title01 { background: url(../images/inquiry_h2-01.png) 0 0 no-repeat; }
#inquiry h3#title02 { background: url(../images/inquiry_h3-02.png) 0 0 no-repeat; }



/*---------- 16  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }

#sitemap #content dl { margin: 1em; }


