@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Perio                       */
/*                 09  Age                         */
/*                 10  Mother                      */
/*                 11  Implant                     */
/*                 12  Relation                    */
/*                 13  Recover                     */
/*                 14  Period                      */
/*                 15  Whitening                   */
/*                 16  Front                       */
/*                 17  Staff                       */
/*                 18  Access                      */
/*                 19  Inquiry                     */
/*                 20  Sitemap                     */
/*                                                 */
/*=======================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: #fff url(../images/bg.jpg) repeat-x; }

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 10px;
	text-align: left;
	}

#main {
	clear: both;
	margin: 0;
	background: url(../images/main_bg.jpg) repeat-y;
	}

#content {
	width: 570px;
	float: right;
	display: inline;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 15px 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 70px;
	width: 800px;
	margin: 0;
	padding: 0;
	}
* html body #header { height: 81px; } /*  for IE6 only */

h1 {
	text-indent: -9999px;
	width: 300px;
	height: 57px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 300px;
	height: 45px;
	margin: 12px 0 0;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	float: right;
	margin: 0;
	padding: 10px 0 0;
	height: 50px;
	}
#header p.tel img { display: block; }

/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 20px;
	text-indent: -9999px;
	}

#nav h3 {
	width: 200px;
	height: 35px;
	text-indent: -9999px;
	margin: 10px 0 5px;
	}
#nav_h3-01 { background: url(../images/nav_h3-01.jpg) 0 0 no-repeat; }
#nav_h3-02 { background: url(../images/nav_h3-02.jpg) 0 0 no-repeat; }
#nav_h3-03 { background: url(../images/nav_h3-03.jpg) 0 0 no-repeat; }
#nav_h3-04 { background: url(../images/nav_h3-04.jpg) 0 0 no-repeat; }

#nav .internal li a {
	display: block;
	height: 20px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -20px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -40px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -60px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -80px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -100px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -140px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -160px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -180px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -200px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -220px no-repeat; }
#nav15 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -200px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -200px -20px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -200px -40px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -200px -60px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -200px -80px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -200px -100px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -200px -120px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -200px -140px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -200px -160px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -200px -180px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -200px -200px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -200px -220px no-repeat; }
#nav15 a:hover { background: url(../images/nav.jpg) -200px -240px no-repeat; }

#nav p { text-align: center; }


#ban_sakigake a{
	width:180px;
	height:60px;
	margin:0 10px 10px 10px;
	display:block;
	text-indent:-9999px;
	background:url(../images/banner07.jpg);
}
#ban_sakigake a:hover{
	background-position:0 100%;
}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	margin: 0;
	background: #fff url(../images/footer.jpg) 0 0 repeat-x;
	font-size: 85%;
	color: #999999;
	border: 1px solid #cccccc;
	height: 78px;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer {
	font-size: 9px;
	height: 80px;
	} /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #4F9EAD;
	}
#footer a:hover { text-decoration: underline; }

#footer ul {
	text-align: left;
	list-style: none;
	margin: 7px;
	line-height: 1.0;
	padding: 0;
	}
	
* html body #footer ul {
	text-align: left;
	list-style: none;
	margin: 10px;
	line-height: 1.0;
	padding: 0;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}
#footer .image_l {
	float: left;
	margin: 0 10px 0 0;
	}

address {
	text-align: center;
	margin: 8px 1em;
	font-size: 10px;
	}
*:first-child+html address { font-size: 9px; } /*  for IE7 only */
* html body address { font-size: 9px; } /*  for IE6 only */


/*---------- 06  Contents -----------*/

#main_image,
#main_image p {
	margin: 0;
	padding: 0;
	}
#main_image {
	width: 800px;
	}
#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px;
	height: 15px;
	float: right;
	}

#header_nav li {
	float: left;
	list-style: none;
	height: 15px;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	font-size: 10px;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#header_nav #nav01 { width: 40px; }
#header_nav #nav02 {
	width: 60px;
	text-alignr: right;
	}


.section { padding: .5em 0; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

.center02 { margin-left: 30px; }

#content h2 {
	height: 40px;
	text-indent: -9999px;
	margin: 0 0 10px;
	}
#content h3 {
	height: 25px;
	text-indent: -9999px;
	margin: 10px 0;
	}
#content h4 {
	height: 20px;
	text-indent: -9999px;
	margin: 10px 0;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	color: #C17F30;
	border-left: 3px solid;
	padding: .3em 3px;
	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: #4F9EAD;
	outline: none;
	}
a:hover { color: #83D9E5; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l {
	float: left;
	margin: 5px 10px 10px 0;
	}
.image_r {
	float: right;
	margin: 5px 0 10px 10px;
	}
.image_l02 {
	float: left;
	margin: 5px 0 10px 10px;
	}

.image_r02 {
	float: right;
	margin: 5px 10px 10px 0;
	}

.case {
	margin: 10px 20px 0;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}
.case img {
	display: block;
	}
.case .alpha,
.case .beta {
	float: left;
	margin: 0 15px 15px 0;
	}
.case .gamma {
	float: left;
	margin: 0 0 15px 0;
	}

.caption {
	text-align: center;
	}

.case-caption {
  margin: 0 20px 10px 20px;
	clear: both;
	}
.case02 {
	margin: 10px 20px 0;
	}
.case02 img {
	display: block;
	}
.case02 .alpha,
.case02 .beta {
	float: left;
	margin: 0 15px 15px 0;
	}
.case02 .gamma {
	float: left;
	margin: 0 0 15px 0;
	}

#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 100px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 20px;
	background: url(../images/pagetop.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.jpg) 0 0px 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 */

.chart {
	padding-bottom: 30px;
	margin-bottom: 10px;
	background: url(../images/arrow_v.jpg) center bottom no-repeat;
	}

table {
	font-size: 100%;
	border: 3px solid #ccc;
	}
table tr th,
table tr td {
	border: 1px solid #ccc;
	}
table tr.colored th,
table tr.colored td {
	background: #f6f6f6;
	}

p.detail {
  float: right;
	margin: 0;
	color: #1F8496;
	clear: both;
	}

/*---------- 07  Index -----------*/

#index #content #title01 {
	background: url(../images/index_h2-01.jpg) 0 0 no-repeat;
	margin: 0;
	height: 30px;
	}
#index .section { padding: 0; }
#index .section .section { padding: 0; }
#index .section .image_r,
#index .section .image_l { margin: 0 0 5px; }
#index .banner .image_r,
#index .banner .image_l { margin: 15px 0 25px; }

#index .clinic_info {
	margin-top: 5px;
	border-top: 5px solid #efefef;
	padding: 20px 0;
	}
#index .clinic_info dl {
	margin: 0 0 0 220px;
	padding: 0;
	line-height: 1.3;
	}
#index .clinic_info dl dt {
	float: left;
	font-weight: 100;
	color: #bd7e2e;
	margin: 0;
	padding: 0;
	}
#index .clinic_info dl dd { margin: 0 0 0 80px;
	padding: 0; }

/*---------- 08  Perio -----------*/

#perio #content #title01 { background: url(../images/perio_h2-01.jpg) 0 0 no-repeat; }
#perio #content #title02 { background: url(../images/perio_h3-02.jpg) 0 0 no-repeat; }
#perio #content #title03 { background: url(../images/perio_h3-03.jpg) 0 0 no-repeat; }
#perio #content #title04 { background: url(../images/perio_h4-04.jpg) 0 0 no-repeat; }
#perio #content #title05 { background: url(../images/perio_h4-05.jpg) 0 0 no-repeat; }
#perio #content #title06 { background: url(../images/perio_h4-06.jpg) 0 0 no-repeat; }
#perio #content #title07 { background: url(../images/perio_h4-07.jpg) 0 0 no-repeat; }
#perio #content #title08 { background: url(../images/perio_h4-08.jpg) 0 0 no-repeat; }
#perio #content #title09 { background: url(../images/perio_h4-09.jpg) 0 0 no-repeat; }
#perio #content #title10 { background: url(../images/perio_h4-10.jpg) 0 0 no-repeat; }

#perio h4 {
	width: 160px;
	height: 80px;
	}
#perio .section .section p {
	margin: 15px 0 5px 180px;
	line-height: 1.2;
	}

/*---------- 09  Age -----------*/

#age #content #title01 { background: url(../images/age_h2-01.jpg) 0 0 no-repeat; }
#age #content #title02 { background: url(../images/age_h3-02.jpg) 0 0 no-repeat; }
#age #content #title03 { background: url(../images/age_h4-03.jpg) 0 0 no-repeat; }
#age #content #title04 { background: url(../images/age_h3-04.jpg) 0 0 no-repeat; }
#age #content #title05 { background: url(../images/mother_h3-02.jpg) 0 0 no-repeat; }
#age #content #title06 { background: url(../images/mother_h3-03.jpg) 0 0 no-repeat; }

#age .rightbox { margin: 0 0 0 220px; }

#age .rightbox dl {
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 2;
	}
#age .rightbox dl dt {
	float: left;
	font-weight: 100;
	color: #bd7e2e;
	margin: 0;
	padding: 0;
	}
#age .rightbox dl dd { margin: 0 0 0 50px;
	padding: 0; }


/*---------- 10  Mother -----------*/

#mother #content #title01 { background: url(../images/mother_h2-01.jpg) 0 0 no-repeat; }
#mother #content #title02 { background: url(../images/mother_h3-02.jpg) 0 0 no-repeat; }
#mother #content #title03 { background: url(../images/mother_h3-03.jpg) 0 0 no-repeat; }

/*---------- 11  Implant -----------*/

#implant #content #title01 { background: url(../images/implant_h2-01.jpg) 0 0 no-repeat; }
#implant #content #title02 { background: url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant #content #title03 { background: url(../images/implant_h4-03.jpg) 0 0 no-repeat; }
#implant #content #title04 { background: url(../images/implant_h4-04.jpg) 0 0 no-repeat; }
#implant #content #title05 { background: url(../images/implant_h4-05.jpg) 0 0 no-repeat; }

#implant .image_r p,
#implant .image_l p,{text-align: center;}

.red{
	color:#FF0000;
	font-weight:bold;
}

/*---------- 12  Relation -----------*/

#relation #content #title01 { background: url(../images/relation_h2-01.jpg) 0 0 no-repeat; }
#relation #content #title02 { background: url(../images/relation_h3-02.jpg) 0 0 no-repeat; }
#relation #content #title03 { background: url(../images/relation_h3-03.jpg) 0 0 no-repeat; }


/*---------- 13  Recover -----------*/

#recover #content #title01 { background: url(../images/recover_h2-01.jpg) 0 0 no-repeat; }
#recover #content #title02 { background: url(../images/recover_h3-02.jpg) 0 0 no-repeat; }
#recover #content #title03 { background: url(../images/recover_h4-03.jpg) 0 0 no-repeat; }
#recover #content #title04 { background: url(../images/recover_h3-04.jpg) 0 0 no-repeat; }
#recover #content #title05 { background: url(../images/recover_h4-05.jpg) 0 0 no-repeat; }
#recover #content #title06 { background: url(../images/recover_h4-06.jpg) 0 0 no-repeat; }
#recover #content #title07 { background: url(../images/recover_h4-07.jpg) 0 0 no-repeat; }
#recover #content #title08 { background: url(../images/recover_h3-08.jpg) 0 0 no-repeat; }
#recover #content #title09 { background: url(../images/recover_h4-09.jpg) 0 0 no-repeat; }
#recover #content #title10 { background: url(../images/recover_h4-10.jpg) 0 0 no-repeat; }
#recover #content #title11 { background: url(../images/recover_h4-11.jpg) 0 0 no-repeat; }
#recover #content #title12 { background: url(../images/recover_h4-12.jpg) 0 0 no-repeat; }


#recover .leftbox { margin-right: 220px; }

#recover .case-caption .image_l {
  float: left;
	width: 200px;
	margin: 0 0 10px 0;
	}

#recover .case-caption .image_r {
  float: right;
	width: 200px;
	margin: 0 0 10px 0;
	}

#recover .case .alpha,
#recover .case .beta,
#recover .case .gamma{
  width: 150px;
 }


/*---------- 14  Period -----------*/

#period #content #title01 { background: url(../images/period_h2-01.jpg) 0 0 no-repeat; }
#period #content #title02 { background: url(../images/period_h3-02.jpg) 0 0 no-repeat; }
#period #content #title03 { background: url(../images/period_h3-03.jpg) 0 0 no-repeat; }

#period #content .qanda { margin-left: 170px; }
#period #content .qanda dt {
	padding: .3em 0 .3em 30px;
	background: url(../images/q.jpg) 0 0 no-repeat;
	text-decoration: underline;
	}
#period #content .qanda dd {
	margin: 0;
	padding: .3em 0 .3em 30px;
	background: url(../images/a.jpg) 0 0 no-repeat;
	}

/*---------- 15  Whitening -----------*/

#whitening #content #title01 { background: url(../images/whitening_h2-01.jpg) 0 0 no-repeat; }
#whitening #content #title02 { background: url(../images/whitening_h3-02.jpg) 0 0 no-repeat; }
#whitening #content #title03 { background: url(../images/whitening_h3-03.jpg) 0 0 no-repeat; }
#whitening #content #title04 { background: url(../images/whitening_h4-04.jpg) 0 0 no-repeat; }
#whitening #content #title05 { background: url(../images/whitening_h4-05.jpg) 0 0 no-repeat; }
#whitening #content #title06 { background: url(../images/whitening_h4-06.jpg) 0 0 no-repeat; }
#whitening #content #title07 { background: url(../images/whitening_h4-07.jpg) 0 0 no-repeat; }

/*---------- 16  Front -----------*/

#front #content #title01 { background: url(../images/front_h2-01.jpg) 0 0 no-repeat; }
#front #content #title02 { background: url(../images/front_h3-02.jpg) 0 0 no-repeat; }
#front #content #title03 { background: url(../images/front_h3-03.jpg) 0 0 no-repeat; }
#front #content #title04 { background: url(../images/front_h4-04.jpg) 0 0 no-repeat; }
#front #content #title05 { background: url(../images/front_h4-05.jpg) 0 0 no-repeat; }
#front #content #title06 { background: url(../images/front_h4-06.jpg) 0 0 no-repeat; }

#front .case02 .alpha,
#front .case02 .beta,
#front .case02 .gamma{
  width: 160px;
 }

/*---------- 17  Staff -----------*/

#staff #content #title01 { background: url(../images/staff_h2-01.jpg) 0 0 no-repeat; }
#staff #content #title02 { background: url(../images/staff_h3-02.jpg) 0 0 no-repeat; }
#staff #content #title03 { background: url(../images/staff_h4-03.jpg) 0 0 no-repeat; }
#staff #content #title04 { background: url(../images/staff_h4-04.jpg) 0 0 no-repeat; }

#staff .rightbox { margin: 0 0 0 170px; }

#staff .rightbox dl {
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 2;
	}
#staff .rightbox dl dt {
	float: left;
	font-weight: 100;
	color: #bd7e2e;
	margin: 0;
	padding: 0;
	}
#staff .rightbox dl dd { margin: 0 0 0 60px;
	padding: 0; }

/*---------- 18  Access -----------*/

#access #content #title01 { background: url(../images/access_h2-01.jpg) 0 0 no-repeat; }
#access #content #title02 { background: url(../images/access_h3-02.jpg) 0 0 no-repeat; }

#map {
	width: 500px;
	height: 360px;
	border: 2px solid #ccc;
	margin: 18px;
	}

/*---------- 19  Inquiry -----------*/

#inquiry #content #title01 { background: url(../images/inquiry_h2-01.jpg) 0 0 no-repeat; }
#inquiry #content #title02 { background: url(../images/inquiry_h3-02.jpg) 0 0 no-repeat; }

/*---------- 20  Sitemap -----------*/

#sitemap #content #title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }
#sitemap #content #title02 { background: url(../images/sitemap_h3-02.jpg) 0 0 no-repeat; }
#sitemap #content #title03 { background: url(../images/sitemap_h4-03.jpg) 0 0 no-repeat; }
#sitemap #content #title04 { background: url(../images/sitemap_h4-04.jpg) 0 0 no-repeat; }
#sitemap #content #title05 { background: url(../images/sitemap_h4-05.jpg) 0 0 no-repeat; }
#sitemap #content #title06 { background: url(../images/sitemap_h4-06.jpg) 0 0 no-repeat; }

/*---------- 21  Case -----------*/

#case #content #title01 { background: url(../images/case_h2-01.jpg) 0 0 no-repeat; }
#case #content #title02 { background: url(../images/case_h3-02.jpg) 0 0 no-repeat; }
#case #content #title03 { background: url(../images/case_h4-03.jpg) 0 0 no-repeat; }
#case #content #title04 { background: url(../images/case_h4-04.jpg) 0 0 no-repeat; }
#case #content #title05 { background: url(../images/recover_h4-10.jpg) 0 0 no-repeat; }


#case .image_r p,
#case .image_l p,{text-align: center;}

#case .case .alpha,
#case .case .beta,
#case .case .gamma{
  width: 150px;
 }
  
#case .leftbox { margin-right: 220px; }

#case .case-caption .image_l {
  float: left;
	width: 200px;
	margin: 0 0 10px 0;
	}

#case .case-caption .image_r {
  float: right;
	width: 200px;
	margin: 0 0 10px 0;
	}
