﻿@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=================*/
/*                                                 */
/*        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: ; }

#wrapper {
	background: url(../images/wrapper_bg.png) 0 0 repeat-y ;
	width: 840px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	padding: 0 20px;
	}

#content {
	width: 595px;
	float: right;
	font-size: 100%;
	line-height: 1.5;
	color: #666;
	background: #fff;
	padding: 5px 0 0 15px;
	}
* html body #content {
  width: 595px;
	}

/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.png) 0 0 no-repeat ;
	height: 100px;
	width: 800px;
	margin:0 20px;
	padding: 0;
	}
* html body #header { height: px; } /*  for IE6 only */

h1 {
	text-indent: -9999px;
	width: 300px;
	height: 100px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 300px;
	height: 100px;
	background: url(../images/h1.png) 0 0 no-repeat ;
	}

#header .section {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	}
#header p.tel img { display: block; }

#header_nav {
	width: 200px;
	height: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#header_nav li {
	height: 18px;
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	list-style: none;
	}

#header_nav li a {
	height: 18px;
	display: block;
	}

#nav01 { width: 100px; }
#nav02 { width: 100px; }

#nav01 a {
	background: url(../images/header_nav.png) 0 0 no-repeat ;
	width: 70px;
	}

#nav02 a {
	background: url(../images/header_nav.png) -100px 0 no-repeat ;
	width: 100px;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 190px;
	float: left;
	padding: 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/hikaku-nv.jpg) 0 0 no-repeat ; }

#nav03 a:hover { background: url(../images/nav.png) -190px 0 no-repeat ; }
#nav04 a:hover { background: url(../images/nav.png) -190px -35px no-repeat ; }
#nav05 a:hover { background: url(../images/nav.png) -190px -70px no-repeat ; }
#nav06 a:hover { background: url(../images/nav.png) -190px -105px no-repeat ; }
#nav07 a:hover { background: url(../images/nav.png) -190px -140px no-repeat ; }
#nav08 a:hover { background: url(../images/nav.png) -190px -175px no-repeat ; }
#nav09 a:hover { background: url(../images/nav.png) -190px -210px no-repeat ; }
#nav10 a:hover { background: url(../images/nav.png) -190px -245px no-repeat ; }
#nav11 a:hover { background: url(../images/nav.png) -190px -280px no-repeat ; }
#nav12 a:hover { background: url(../images/nav.png) -190px -315px no-repeat ; }
#nav13 a:hover { background-position:-190px 0px ; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0;
	margin: 0 20px;
	background: url(../images/footer_bg.png) 0 0 no-repeat ;
	font-size: 85%;
	text-align: center;
	color: #666;
	height: 100px;
	}
*: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: #047391;
	}

#footer .alpha {
  height: 60px;
	}

#footer_tel {
  margin: 0;
	padding: 0;
	float:left;
	}

#footer ul { 
	list-style: none;
	margin: 0;
	padding: 8px 10px 0 0;
	float: right;
	width: 500px;
	text-align: right;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { 
  padding: 15px 0 0 0;
	clear: both; }


/*---------- 06  Contents -----------*/

#content .section { 
  padding: .5em 20px 5px 5px;
	clear: both; }
	
* html body #content .section { padding: .5em 15px 5px 5px; }	
	
#content .section .section { padding: 10px 0px; }

p.center { text-align: center; }

#content h2 {
	height: 32px;
	text-indent: -9999px;
	margin-bottom: 5px;
	}
#content h3 {
	clear: both;
	height: 28px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
	}
#content h4 {
	height: 24px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	}

#content h5 {
	color: #0F8773;
	font-size: 108%;
	font-weight: bold;
	}

#content ul {
  margin: 0;
	padding: 0;
	}

#content ul li {
	list-style: none;
	background: url(../images/list.png) 0 4px no-repeat ;
	padding-left: 1em;
	}
#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: 130px;
	height: 14px;
	text-indent: -9999px;
	float: right;
	}
#content ul.totop li a {
	display: block;
	width: 120px;
	height: 14px;
	background: url(../images/to_top.gif) 0 0 no-repeat;
	}

#content dl {
  margin: 0;
	padding: 0;
	}

#content dt { 
	background: url(../images/list.png) 0 3px no-repeat ;
	padding-left: 1em;
  font-weight: bold;
	}

#content a { 
  text-decoration: underline;
	color: #FFAB5F;
	outline: none;
	}
#content a:hover { color: #047391; }

#content blockquote {
	margin: ;
	background: ;
	padding: ;
	}

#content img { border: 2px solid #DCDCDC; }

#content img.b_0{ border: none; }

.image_l  {
	float: left;
	margin: 5px 10px 0 0;
	}

.image_r {
	float: right;
	margin: 5px 0 0 10px;
	}

.case {
	margin: 0 20px;
	background: url(../images/arrow.gif) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	border-top: ;
	}

#content p.banner {
  padding: 0;
	margin-left: -5px;
	}
#content p.banner img{ border: none; }

#content table {
  border: 2px solid #DCDCDC;
	background: #D5E6ED;
	border-collapse: separate;
	border-spacing: 1px;
	}
#content tr,
#content th,
#content td {
  border: 1px solid #fff;
	}

*html body #content table {
  font-size: 11px;
	color: #666;
	}
.t-eff {font-weight:bold;}

.news{
	border: 1px solid #CCCC99;
	background-color: #F0FFFF;
	width: 570px;
	text-align: center;
	color: #FF8C00;
	font-size: 14px;
}

.bold_news{
	font-size: 16px;
	font-weight: bold;
}

/*---------- 07  Index -----------*/
#index h2#title01 { 
  background:url(../images/index_main.jpg) 0 0 no-repeat;
	height: 230px;
	}

#index h2#title02 { 
  background:url(../images/index_catch.jpg) 0 0 no-repeat;
	height: 90px;
	padding: 0;
	margin-left: -10px;
	}

#index .pickup { margin: 0 20px 5px 5px ;}

#index .pickup .pick_l {
  float: left;
	width: 270px;
	}
	
#index .pickup .pick_r{
  float: right;
	width: 270px;
	}
	 
#index .pickup .pick_l .alpha,
#index .pickup .pick_r .alpha {
  float: left;
	width: 114px;
	}

#index .pickup .pick_l .alpha p.image_l,
#index .pickup .pick_r .alpha p.image_l{
  margin: 0 5px 0 0;
	padding: 0;
	}

#index .pickup .pick_l .beta,
#index .pickup .pick_r .beta {
  float: right;
	width: 140px;
	}

#index .pickup h3 { 
  height: 24px;
	margin: 0; }
#index .pickup h3#title03 { background:url(../images/index_pick_h01.png) 0 0 no-repeat; }
#index .pickup h3#title04 { background:url(../images/index_pick_h02.png) 0 0 no-repeat; }
#index .pickup h3#title05 { background:url(../images/index_pick_h03.png) 0 0 no-repeat; }
#index .pickup h3#title06 { background:url(../images/index_pick_h04.png) 0 0 no-repeat; }

#index .pickup p.detail {
  float: right;
	margin: 0;
	padding: 0;
	}

#index #clinic_info h3#title07 { 
  background: url(../images/index_clinic_info_h.png) 0 0 no-repeat; 
	height: 28px;}


#index #content #clinic_info { margin: 5px 20px 0px 5px ;}  

#index #content #clinic_info dt{
  float: left;
	width: 80px;
  }
  
#index #content #clinic_info dd{
  padding-left: 80px;
	}

#index #content #clinic_info .alpha {
  float: left;
	width: 215px;
	}

#index #content #clinic_info .beta {
  float: right;
  margin-top: 10px;
	}

#index #content img { border: none; }


/*---------- 08  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 h3#title03 { background:url(../images/concept_h3-03.png) 0 0 no-repeat; }
#concept h3#title04 { background:url(../images/concept_h3-04.png) 0 0 no-repeat; }
#concept h4#title05 { background:url(../images/concept_h4-05.png) 0 0 no-repeat; }
#concept h4#title06 { background:url(../images/concept_h4-06.png) 0 0 no-repeat; }

/*---------- 09  Clinic -----------*/
#clinic h2#title01 { background:url(../images/clinic_h2-01.png) 0 0 no-repeat; }
#clinic h2#title02 { background:url(../images/clinic_h2-02.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 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 #content #dr .alpha {
  float: left;
	width: 200px;
	}

#clinic #content #dr .beta {
  float: right;
	width: 330px;
	}

#clinic #content #dr .beta dl{ margin-bottom: 5px; }

#clinic #content #dr .beta dt{
  float: left;
	width: 80px;
	}

#clinic #content #dr .beta dd { padding-left: 80px; }

#clinic #content table {
	margin-left: 30px;
	}

#clinic .staff { margin-left: 10px;}

#clinic .staff h4 {
  background: none;
	text-indent: 0;
	text-align: center;
	color: #0F8773;
	font-size: 108%;
	font-weight: bold;
	padding-top:3px;
	}


#clinic .staff .alpha {
  float: left;
	width: 160px;
  margin: 10px 20px 0 0 ;
	}
*html body#clinic .staff .alpha {
  margin : 5px;
	}

/*---------- Treatment -----------*/
#treatment h2#title01 { background:url(../images/treatment_h2-01.png) 0 0 no-repeat; }


/*---------- 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; }


/*---------- 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 .case {
	margin: 0 20px;
	background: url(../images/arrow.gif) center center no-repeat;
	height:200px;
	}

/*---------- 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 #content #point .alpha,
#implant #content #point .beta {
	width: 260px;
	background: #D5E6ED;
	border: 1px solid #C8C8C8;
	padding: 10px 5px 5px 5px;
	}
* html body#implant #content #point .alpha { height: 160px;}
* html body#implant #content #point .beta { height: 160px;}

#implant #content #point .alpha {
  float: left;
	margin: 0 10px 10px 0;
	}
#implant #content #point .beta {
  float: right;
	margin: 0 10px 10px 0;
	}

#implant #content #point .alpha ol,
#implant #content #point .beta ol {
  margin:0 0 0 25px;
	padding: 0;
	}


#implant #content #point h4 {
  background: none;
	text-indent: 0;
	color: #0F8773;
	font-size: 108%;
	font-weight: bold;
	border-bottom: 1px dotted #c8c8c8;
	}

#implant #content #flow h4 {
  background: none;
	text-indent: 0;
	color: #0F8773;
	font-size: 108%;
	font-weight: bold;
	border-bottom: 1px dotted #0F8773;
	height: auto;
	}

#implant #content #flow ol li {
	margin-top: 6px;
	padding-bottom: 20px;
	background: url(../images/arrow_b.gif) center bottom no-repeat;
	}
#implant #content #flow ol li.nil {
	background-image: none;
	padding-bottom: 0;
	}

/*---------- Esthe  -----------*/

#esthe h2#title01 { background: url(../images/esthe_h2-01.png) 0 0 no-repeat; }
#esthe h3#title02 { background: url(../images/esthe_h3-02.png) 0 0 no-repeat; }
#esthe h4#title03 { background: url(../images/esthe_h4-03.png) 0 0 no-repeat; }
#esthe h4#title04 { background: url(../images/esthe_h4-04.png) 0 0 no-repeat; }
#esthe h4#title05 { background: url(../images/esthe_h4-05.png) 0 0 no-repeat; }
#esthe h4#title06 { background: url(../images/esthe_h4-06.png) 0 0 no-repeat; }

/*---------- Whitening  -----------*/

#whitening h2#title01 { background: url(../images/whitening_h2-01.png) 0 0 no-repeat; }
#whitening h3#title02 { background: url(../images/whitening_h3-02.png) 0 0 no-repeat; }
#whitening h4#title03 { background: url(../images/whitening_h4-03.png) 0 0 no-repeat; }
#whitening h4#title04 { background: url(../images/whitening_h4-04.png) 0 0 no-repeat; }
#whitening h4#title05 { background: url(../images/whitening_h4-05.png) 0 0 no-repeat; }

#whitening #content .alpha,
#whitening #content .beta {
	width: 260px;
	border: 1px solid #C8C8C8;
	padding: 10px 5px 5px 5px;
	}
#whitening #content .alpha {
  float: left;
	margin: 0 10px 10px 0;
	}
#whitening #content .beta {
  float: right;
	margin: 0 0 10px 0;
	}


#whitening #content .alpha h5{
  background: url(../images/icon01.gif) 0 -1px no-repeat;
	padding-left: 1.5em;
	height: 20px;
	}

#whitening #content .beta h5{
  background: url(../images/icon02.gif) 0 -1px no-repeat;
	padding-left: 1.5em;
	height: 20px;
	}

/*---------- 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 h3#title04 { background: url(../images/perio_h3-04.png) 0 0 no-repeat; }
#perio h3#title05 { background: url(../images/perio_h3-05.png) 0 0 no-repeat; }
#perio h3#title06 { background: url(../images/perio_h3-06.png) 0 0 no-repeat; }
#perio h4#title07 { background: url(../images/perio_h4-07.png) 0 0 no-repeat; }
#perio h4#title08 { background: url(../images/perio_h4-08.png) 0 0 no-repeat; }
#perio h4#title09 { background: url(../images/perio_h4-09.png) 0 0 no-repeat; }
#perio h4#title10 { background: url(../images/perio_h4-10.png) 0 0 no-repeat; }
#perio h4#title11 { background: url(../images/perio_h4-11.png) 0 0 no-repeat; }

#perio #content .alpha,
#perio #content .beta {
	width: 260px;
	border: 1px solid #C8C8C8;
	padding: 10px 5px 5px 5px;
	background: #D5E6ED;
	}
#perio #content .alpha {
  float: left;
	margin: 0 10px 10px 0;
	}
#perio #content .beta {
  float: right;
	margin: 0 0 10px 0;
	}

#perio #content .alpha h4, 
#perio #content .beta h4 {
  background: none;
	text-indent: 0;
	color: #0F8773;
	font-size: 108%;
	font-weight: bold;
	border-bottom: 1px dotted #c8c8c8;
	}

#perio #content ul#checkbox {
  margin-left: 50px;
	}

#perio #content ul#checkbox li{ background: none; }

#perio #flash {
  margin: 10px 0 0 20px;
	}
#perio #flash .fL {
	float:left;
	width:260px;
	text-align:center;
	margin:0;
	padding:0;
	font-weight:bold;
}
#perio #flash .fR {
	float:right;
	width:260px;
	text-align:center;
	margin:0;
	padding:0;
	font-weight:bold;
}
/*--------- hikaku --------------*/

#hikaku h2#title01 { background:url(../images/hikaku_h2-01.png) 0 0 no-repeat; }
#hikaku h3#title02 { background:url(../images/hikaku_h3-02.jpg) 0 0 no-repeat; }
#hikaku h3#title03 { background:url(../images/hikaku_h3-03.jpg) 0 0 no-repeat; }
#hikaku h3#title04 { background:url(../images/hikaku_h3-04.jpg) 0 0 no-repeat; }
#hikaku h3#title05 { background:url(../images/hikaku_h3-05.jpg) 0 0 no-repeat; }
#hikaku h3#title06 { background:url(../images/hikaku_h3-06.jpg) 0 0 no-repeat; }
#hikaku h3#title07 { background:url(../images/hikaku_h3-07.jpg) 0 0 no-repeat; }

.price {
	margin:1.2em 0 .1em;
}
.attention {
	letter-spacing:1px;
	font-size:90%;
}


/*---------- 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 h3#title03 { background: url(../images/recruit_h3-03.png) 0 0 no-repeat; }
#recruit h4#title04 { background: url(../images/recruit_h4-04.png) 0 0 no-repeat; }
#recruit h4#title05 { background: url(../images/recruit_h4-05.png) 0 0 no-repeat; }

#recruit dt{
	width:100px;
	float:left;
}

#recruit dd{
	margin-left:100px;
}



/*---------- Sitemap  -----------*/
#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }

#sitemap #content dl { margin-left: 30px; }
#sitemap #content dd {margin-bottom: 10px; }