@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: url(../images/gradient_back.jpg) 0 0 repeat-x #ffffff; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 840px;
	margin: 0 auto;
	padding: 0;
	}

#main {
  display:block;
	background: url(../images/main_bg.png) repeat-y;
	width:840px;
	height:auto;
  }



#content {
	width: 590px;
	float: right;
	font-size: 100%;
	line-height: 1.6em;
	color: #666;
	background: #fff;
	text-align:left;
	margin-right:15px;
	}

/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) right 0 no-repeat;
	height: 90px;
	width: 800px;
	padding: 0;
	margin: 0 0 0 20px;
	}

h1 {
	text-indent: -9999px;
	width: 220px;
	height: 85px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 200px;
	height: 80px;
	background: url(../images/h1.gif) 0 0 no-repeat;
	margin: 5px 0 0 20px;
	}
	
/* 崩れの原因　html削除済み
#header .section {
	width: 185px;
	float: right;
	margin: 0;
	padding: 0;
	}
*/
#header .imdex_link{
  width:95px;
	height:30px;
	position:absolute;
	top:47px;
	left:761px;
	background:url(../images/header_bg_02.gif) right 0 no-repeat;
 }


#header p.tel {
	margin: 5px 0 0;
	padding: 0;
	height: 65px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin-top: 60px;
	padding: 0;
	list-style: none;
	width: 170px;
	height: 20px;
	}

#header_nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 20px;
	text-indent: -9999px;
	}

#nav01 { width: 85px; }
#nav02 { width: 85px; }

#nav01 a { background: url(../images/header_nav.gif) 0 0 no-repeat; }
#nav02 a { background: url(../images/header_nav.gif) -85px 0 no-repeat; }

#nav01 a:hover { background: url(../images/header_nav.gif) 0 -20px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.gif) -85px -20px no-repeat; }


/*----------04  Navigation -----------*/

#nav {
	float: left;
	margin: 15px 0 20px 20px;
	width: 190px;
	}
*html body #nav{
  float:left;
	margin: 15px 0 20px 10px;
	width: 190px;
}
*html body #content {
	margin: 0 5px;
	}
*html body #header {
	margin: 0 0 0 10px;
	}	

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display:block;
}

#nav .internal li {
	width: 190px;
	height: 45px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 45px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -45px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -90px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -135px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -180px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -225px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -270px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -315px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -360px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -190px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -190px -45px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -190px -90px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -190px -135px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -190px -180px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -190px -225px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -190px -270px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -190px -315px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -190px -360px no-repeat; }

#nav #banner01 {
	width: 170px;
	margin-left: 5px;
	}
#nav #banner01 a {
	display: block;
	height: 50px;
	background: url(../images/banner01.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
#nav #banner01 a:hover { background: url(../images/banner01.jpg) 0 -50px no-repeat; }
#nav #banner02 {
	width: 170px;
	margin-left: 5px;
	}
#nav #banner02 a {
	display: block;
	height: 50px;
	background: url(../images/banner02.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
#nav #banner02 a:hover { background: url(../images/banner02.jpg) 0 -50px no-repeat; }

#nav .clinic_info {
	width: 170px;
	margin-left: 5px;
	background: #f0f0f0;
	font-size: 85%;
	line-height: 2;
	}
*:first-child+html #nav .clinic_info { font-size: 9px; } /*  for IE7 only */
* html body #nav .clinic_info { font-size: 9px; } /*  for IE6 only */

#nav .clinic_info #nav_title01 {
	height: 25px;
	text-indent: -9999px;
	background: url(../images/nav_h3-01.jpg) 0 0 no-repeat;
	}
#nav .clinic_info dl {
	margin: 5px 0;
	padding: 0;
	color: #666666;
	}
#nav .clinic_info dl dt,
#nav .clinic_info dl dd {
	margin-left: 10px;
	padding-left: 10px;
	}
#nav .clinic_info dl dt {
	background: url(../images/list.jpg) 0 4px no-repeat;
	}

#nav p.center { 
  width: 180px;
  text-align: center;
	margin: 7px 0 7px 5px;
}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0;
	margin: 0 20px 5px 20px;
	height: 80px;
	background: url(../images/footer_bg.jpg) 0 0px no-repeat;
	font-size: 85%;
	color: #6b6b6b;
	}
	
*: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: #6b6b6b;
		}
		#footer a:hover {
			position: relative;
			top: 1px;
			left: 1px;
			text-decoration: underline;
			}
		
	#footer #foot_fR {
		float: right;
		padding-top: 7px;
		padding-right:3px;
	}
	
	#footer ul {
		list-style: none;
		margin: 0 1em;
		padding: 2em 0 0;
		}
	
		#footer ul li {
			display: inline;
			margin: 0;
			padding: 0;
			font-size: 100%;
			}
	
	#footer address {
		margin: 8px 150px 8px 1em;
		text-align: center;
	}


/*---------- 06  Contents -----------*/

.section { padding: .5em 15px .5em 0 ; }
.section .section { padding: .5em 10px; }


p.center { text-align: center; }

#content h2 {
	height: 46px;
	text-indent: -9999px;
	margin: 0 0px;
	}
#content h3 {
	clear: both;
	height: 38px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 20px;
	text-indent: -9999px;
	margin-top:5px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	list-style: none;
	background: url(../images/list.jpg) 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: #028eaf;
	outline: none;
	}
a:hover { color: #de91a2; }

#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.jpg) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}

.case .alpha,   
.case .beta {   
    float: left;   
    margin: 0 15px 15px 0;   
    }   
.case .gamma {   
    float: left;   
    margin: 0 0 15px 0;   
    }  



#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 136px;
	height: 16px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 16px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.jpg) 0 1px no-repeat;
	}

/* Hides from IE-mac \*/
p.answer:first-letter {
	display: block;
	padding: 2px;
	background: #4499af;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	float: left;
	}
/* End hide from IE-mac */

#banner{
	clear:both;
}

#banner .image_l{
	float: left;
	margin: 0 10px 10px 0;
}

/*---------- 07  Index -----------*/

#index #content #title01 {
	height: 34px;
	background: url(../images/index_h2-01.jpg) no-repeat 0 0;
	margin: 0;
	padding: 0;
	}
#index #content #title02 {
	height: 26px;
	background: url(../images/index_h3-01.jpg) no-repeat 0 0;
	margin: 0;
	padding: 0;
	}

#index #content .clinic_info dt {
	float: left;
	padding-left: 15px;
	background: url(../images/list.jpg) 0 6px no-repeat;
	font-weight: 100;
	}
#index #content .clinic_info dd {
	margin-left: 100px;
	}


/*---------- 07 Implantperio -----------*/
#implantperio #content #title01 {background: url(../images/implantperio_h2-01.jpg) no-repeat 0 0;}
#implantperio #content #title02 {background: url(../images/implantperio_h3-01.jpg) no-repeat 0 0;}
#implantperio #content #title03 {background: url(../images/implantperio_h3-02.jpg) no-repeat 0 0;}
#implantperio #content #title04 {background: url(../images/implantperio_h3-03.jpg) no-repeat 0 0;}


/*---------- 07 Fromperio -----------*/

#fromperio #content #title01 {background: url(../images/fromperio_h2-01.jpg) no-repeat 0 0;}
#fromperio #content #title02 {background: url(../images/fromperio_h3-01.jpg) no-repeat 0 0;}
#fromperio #content #title03 {background: url(../images/fromperio_h3-02.jpg) no-repeat 0 0;}


/*---------- 07 Flow -----------*/

#flow #content #title01 {background: url(../images/flow_h2-01.jpg) no-repeat 0 0;}
#flow #content #title02 {background: url(../images/flow_h3-01.jpg) no-repeat 0 0;}
#flow #content #title03 {background: url(../images/flow_h3-02.jpg) no-repeat 0 0;}
#flow #content #title04 {background: url(../images/flow_h4-01.jpg) no-repeat 0 0;}
#flow #content #title05 {background: url(../images/flow_h4-02.jpg) no-repeat 0 0;}
#flow #content #title06 {background: url(../images/flow_h4-03.jpg) no-repeat 0 0;}
#flow #content #title07 {background: url(../images/flow_h4-04.jpg) no-repeat 0 0;}
#flow #content #title08 {background: url(../images/flow_h4-05.jpg) no-repeat 0 0;}
#flow #content #title09 {background: url(../images/flow_h4-06.jpg) no-repeat 0 0;}
#flow #content #title10 {background: url(../images/flow_h4-07.jpg) no-repeat 0 0;}
#flow #content #title11 {background: url(../images/flow_h4-08.jpg) no-repeat 0 0;}
#flow #content #title12 {background: url(../images/flow_h4-09.jpg) no-repeat 0 0;}
#flow #content #title13 {background: url(../images/flow_h4-10.jpg) no-repeat 0 0;}

#flow h4{
	clear:both;
}


/*---------- 10 Case -----------*/
#case #content #title01 {background: url(../images/case_h2-01.jpg) no-repeat 0 0;}
#case #content #title02 {background: url(../images/case_h3-01.jpg) no-repeat 0 0;}



/*---------- 11 maintenance -----------*/
#maintenance #content #title01 {background: url(../images/maintenance_h2-01.jpg) no-repeat 0 0;}
#maintenance #content #title02 {background: url(../images/maintenance_h3-01.jpg) no-repeat 0 0;}
#maintenance #content #title03 {background: url(../images/maintenance_h3-02.jpg) no-repeat 0 0;}
#maintenance #content #title04 {background: url(../images/maintenance_h4-01.jpg) no-repeat 0 0;}
#maintenance #content #title05 {background: url(../images/maintenance_h4-02.jpg) no-repeat 0 0;}
#maintenance #content #title06 {background: url(../images/maintenance_h4-03.jpg) no-repeat 0 0;}


#maintenance h4{
	clear:both;
}


/*---------- 11 maintenance -----------*/

#price #content #title01 {background: url(../images/price_h2-01.jpg) no-repeat 0 0;}
#price #content #title02 {background: url(../images/price_h3-01.jpg) no-repeat 0 0;}
#price #content #title03 {background: url(../images/price_h3-02.jpg) no-repeat 0 0;}
#price #content #title04 {background: url(../images/price_h3-03.jpg) no-repeat 0 0;}



/*---------- 11 Faq -----------*/

#faq #content #title01 {background: url(../images/faq_h2-01.jpg) no-repeat 0 0;}
#faq #content #title02 {background: url(../images/faq_h3-01.jpg) no-repeat 0 0;}


#faq dt{
	margin-top: 1em;
	color:#493a1d;
}

/*---------- 11 counsel-----------*/
#counsel #content #title01 {background: url(../images/counsel_h2-01.jpg) no-repeat 0 0;}


/*---------- 11 Clinic-----------*/

#clinic #content #title01 {background: url(../images/clinic_h2-01.jpg) no-repeat 0 0;}
#clinic #content #title02 {background: url(../images/clinic_h3-01.jpg) no-repeat 0 0;}
#clinic #content #title03 {background: url(../images/clinic_h3-02.jpg) no-repeat 0 0;}
#clinic #content #title04 {background: url(../images/clinic_h3-03.jpg) no-repeat 0 0;}


#map {   
    width: 540px;   
    height: 360px;   
    border: 2px solid #ccc;   
    margin: 18px;   
    }  

/*---------- 11 counsel-----------*/
#implant #content #title01 {background: url(../images/implant_h2-01.jpg) no-repeat 0 0;}





#main .box01 {
	width: 563px;
	padding: 0px 0px 0px;
	margin: 0px auto 40px;
	height: 330px;
}

#main .box01 .block01 {
	height: 329px;
	width: 180px;
	margin: 0px 11px 0px 0px;
	padding: 0px;
	float: left;
}
#main .box01 .block02 {
	height: 329px;
	width: 180px;
	margin: 0px;
	padding: 0px;
	float: right;
}


#implant #content .section h3#title01 {
	height: 26px;
	background: url(../images/implant_h3-01.jpg) no-repeat 0 0;
	margin: 5px 0px 0px 0px;
	padding: 0;
	}
#implant #content .section h3#title02 {
	height: 26px;
	background: url(../images/implant_h3-02.jpg) no-repeat 0 0;
	margin: 5px 0px 0px 0px;
	padding: 0;
	}
#implant #content .section h3#title03 {
	height: 26px;
	background: url(../images/implant_h3-03.jpg) no-repeat 0 0;
	margin: 5px 0px 0px 0px;
	padding: 0;
	}
#implant #content .section h3#title04 {
	height: 26px;
	background: url(../images/implant_h3-04.jpg) no-repeat 0 0;
	margin: 5px 0px 0px 0px;
	padding: 0;
	}
#implant #content .section h3#title05 {
	height: 26px;
	background: url(../images/implant_h3-05.jpg) no-repeat 0 0;
	margin: 5px 0px 0px 0px;
	padding: 0;
	}


#main .box02 {
	width: 563px;
	padding: 0px 0px 0px;
	margin: 0px auto 20px;

}

#main .box02 .block01 {

	width: 270px;
	margin: 0px 23px 0px 0px;
	padding: 0px;
	float: left;
}
#main .box02 .block02 {
	width: 270px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#main .box02 .block03 {
	width: 270px;
	margin: 5px 0 0 145px;
	padding: 0px;
	clear: both;
}

#main .box02 .block04 {

	width: 270px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
}
#main .box02 .block05 {
	width: 283px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;	
}






.caption {
	border:solid 1px #ccc;
	text-align: center;
	/*border-bottom:inset 1px #ccc;*/
	}
