@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Staff                       */
/*                 10  Clinic                      */
/*                 11  Recruit                     */
/*                 12  Perio                       */
/*                 13  Prevent                     */
/*                 14  Laser                       */
/*                 15  Child                       */
/*                 16  Ortho                       */
/*                 17  Aesthe                      */
/*                 18  Implant                     */
/*                 19  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Pink           #de91a2      */
/*        Main Color - Light Pink     #fce6e6      */
/*        Main Color - Fresh Pink     #f94956      */
/*                                                 */
/*        Sub Color  - Yellow Green   #7ac300      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

#wrapper {
  background: url(../images/wrapper_bg.png) repeat-y;
  width: 820px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
  }
*html body #wrapper {
  width: 840px;
  }

#main {
  margin: 0;
  background: url(../images/main_bg.png) repeat-y;
  }

#content {
  width: 610px;
  float: right;
  font-size: 100%;
  line-height: 1.6;
  color: #666;
  padding: 0;
	position:relative;
  }


/*---------- 03  Header -----------*/

#header {
  background: url(../images/header_bg.png) 0 0 no-repeat;
  height: 105px;
  width: 800px;
  margin: 0;
  padding: 0;
  }

h1 {
  text-indent: -9999px;
  width: 500px;
  height: 100px;
  line-height: 1.0;
  float: left;
  }
h1 a {
  display: block;
  width: 500px;
  height: 100px;
  background: url(../images/h1.png) 0 0 no-repeat;
  }

a{ outline: none;}

#header .section {
  width: 250px;
  float: right;
  margin: 0;
  padding: 0;
  }

#header p.tel {
  margin: 5px 0 0 0;
  padding: 0;
  }
#header p.tel img { display: block; }

#header_nav {
  margin: .5em 0 0 1em;
  padding: 0;
  list-style: none;
  }

#header_nav li {
  height: 19px;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 85%;
  }

#header_nav li a {
  color:#fff;
  text-decoration: none;
  }

#header_nav li a:hover {
  text-decoration: underline;
  }

/*----------04  Navigation -----------*/

#nav {
  width: 200px;
  float: left;
  padding: 0 0 20px 0;
  }

#nav h2 {
  text-indent: -9999px;
  height: 36px;
  background: url(../images/nav.png) 0 0 no-repeat;
  margin: 0;
  padding: 0;
  }

#nav ul,
#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav .internal li {
  height: 43px;
  text-indent: -9999px;
  }

#nav .internal li a {
  display: block;
  height: 40px;
  }

#nav01 a { background: url(../images/nav.png) 0 -36px no-repeat; }
#nav02 a { background: url(../images/nav.png) 0 -79px no-repeat; }
#nav03 a { background: url(../images/nav.png) 0 -122px no-repeat; }
#nav04 a { background: url(../images/nav.png) 0 -165px no-repeat; }
#nav05 a { background: url(../images/nav.png) 0 -208px no-repeat; }
#nav06 a { background: url(../images/nav.png) 0 -251px no-repeat; }
#nav07 a { background: url(../images/nav.png) 0 -294px no-repeat; }
#nav08 a { background: url(../images/nav.png) 0 -337px no-repeat; }
#nav09 a { background: url(../images/nav.png) 0 -380px no-repeat; }

#nav01 a:hover { background: url(../images/nav.png) -200px -36px no-repeat; }
#nav02 a:hover { background: url(../images/nav.png) -200px -79px no-repeat; }
#nav03 a:hover { background: url(../images/nav.png) -200px -122px no-repeat; }
#nav04 a:hover { background: url(../images/nav.png) -200px -165px no-repeat; }
#nav05 a:hover { background: url(../images/nav.png) -200px -208px no-repeat; }
#nav06 a:hover { background: url(../images/nav.png) -200px -251px no-repeat; }
#nav07 a:hover { background: url(../images/nav.png) -200px -294px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -200px -337px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -200px -380px no-repeat; }

#nav p { text-align: center; }

#nav .info {
  margin: 5px 10px 10px;
  padding: .5em 0 .5em .5em;
  background: #fff;
  }

#nav .info h2 {
  text-indent: -9999px;
  height: 24px;
  margin: 0;
  padding: 0;
  background: url(../images/nav_info_h2.png) 0 0 no-repeat;
  }

#nav .info dl {
  margin: .5em 0 0 0;
  padding: 0;
  }
#nav .info dt,
#nav .info dd {
  margin: .2em 0 0 0 ;
  border: none;
  }
  
/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 0;
  margin: 0;
  background: url(../images/footer_bg.png) bottom repeat-x;
  font-size: 85%;
  text-align: right;
  color: #fff;
  width: 800px;
  height: 70px;
  }
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer .alpha {
 width: 235px;
 float: left;
 }

#footer .beta {
 width: 530px;
 float: right;
 margin-top: 5px;
 }
  
#footer a {
  text-decoration: none;
  color: #fff;
  }
#footer a:hover { 
  text-decoration: underline;
  }

#footer ul { 
  list-style: none;
  margin: 0 1em 2px 1em;
  padding: 0;
  clear: both;
  }

#footer ul li {
  display: inline;
  margin: 0;
  padding: 0;
  }

#footer address { margin: 8px 1em; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 35px 1em 25px; }
.section .section { padding: .5em 5px 1em 10px; }

.section2 { padding: 0 10px 5px 10px; }

.center { text-align: center; }

.center02 { text-align: center; }
.center02 img{ margin: 10px 10px 0 0;}

#content h2 {
  height: 34px;
  text-indent: -9999px;
  margin: 10px 0  5px 10px;
  }
#content h3 {
  clear: both;
  height: 32px;
  text-indent: -9999px;
  }
#content h4 {
  height: 24px;
  text-indent: -9999px;
  }

#content h5 {
  font-size: 100%;
  font-weight: bold;
  margin: 1em 10px .3em 0;
  padding: .3em .5em 0;
  background: #2A7DD1;
  height: 20px;
  color: #fff;
  }

#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;
  }

dt { 
  font-weight: bold;
  color: #0051B2;
  border-bottom: 1px dotted #1784DD ;
  }

#content a { 
  text-decoration: underline;
  color: #FF7D50;
  }

#content a:hover {
  color: #FFB000;
  }

#content blockquote {
  margin: .5em 1em .5em 0;
  background: url(../images/blockquote_bg.png) top repeat-x;
  padding: .5em 1em ;
  }

.image_l  {
  float: left;
  margin: 10px 16px 8px 0;
  }

.image_r {
  float: right;
  margin: 10px 0 8px 16px;
  }
	
	.t_align_r {
		margin-top: -23px;
		padding-right: 20px;
	}

.case {
  margin: 10px 20px;
  background: url(../images/arrow_h.png) center center no-repeat;
  }

.case-narrow {
  margin: 10px 40px;
  background: url(../images/arrow_h.png) center center no-repeat;
  }

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.caption {
  text-align: center;
  border-top: 2px solid #ccc;
  }


#content ul.totop {
  clear: both;
  padding-bottom: 20px;
  }

#content ul.totop li {
  list-style: none;
  width: 104px;
  height: 24px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content ul.totop li a {
  display: block;
  height: 24px;
  background: url(../images/to_top.png) 0 0 no-repeat;
  }

p.caution {
  padding-left: 24px;
  background: url(../images/caution.png) 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 */



#content table {
  border-collapse: separate;
  border-spacing: 1px;
  border: 1px solid #d0d0ff;
  font-size: 100%;
  color: #666;
  width: 500px;
  margin-top: 10px;
  margin-left: 10px;
  }

#content table th,
#content table td {
  padding: 4px 12px;
  border: 1px solid #ddddff;
  }

#content table th {
  background: #efefff;
  color: #636570;
  }


#content table.staff {
  background: none;
  border-collapse: collapse;
  border: 1px solid #cedeea;
  font-size: 100%;
  color: #666;
  width: 500px;
  margin-top: 10px;
  margin-left: 10px;
  }

#content table.staff th,
#content table.staff td {
  padding: 0px;
  border: 1px solid #cedeea;
  text-align: center;
  line-height: 1.2em;
  }

#content table.staff th {
  background: #f4faff;
  padding: 5px;

  }
  
#content table.staff td {
  background: none;
  width: 50px;
  padding: 0 0 0 5px;

  } 
  
#content table.staff th.st {
  width: 80px;	
}


#content table.staff th.st01 {
  width: 80px;
	padding-right: 20px;	
}

  
#content table.staff td.time{
	padding: 13px 0 0px 5px;
	font-size: 12px;
}

#content table.staff td.timenon{
	height: 45px;
}



input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }

.point {
  color: #FF0000;
  }

#reserv {
  text-indent: -9999px;
  clear: both;
  margin: 5px 0 30px 15px ;
  }

#reserv a {
  display:block;
  height: 80px;
  background: url(../images/bn_reserv.png) 0 0 no-repeat;
  }

#reserv a:hover { background: url(../images/bn_reserv.png) 0 -80px no-repeat; }

#reserv02 {
  text-indent: -9999px;
  clear: both;
  margin: 5px 0 30px 15px ;
  }

#reserv02 a {
  display:block;
  height:160px;
	width: 550px;
	outline:none;
  background: url(../images/bnr_top.gif) 0 0 no-repeat;
  }




.blog-bnr a { 
display:block;
background:url(../images/blog-bnr.jpg) 0 0 no-repeat;
height:65px;
width:182px;
margin-left:9px;
outline:none;
text-indent:-9999px;
}
.blog-bnr a:hover { background-position:bottom; }

*html body .blog-bnr a { 
display:block;
background:url(../images/blog-bnr.jpg) 0 0 no-repeat;
height:65px;
width:182px;
margin-left:1px;
outline:none;
text-indent:-9999px;
}
*html body .blog-bnr a:hover { background-position:bottom; }


*:first-child+html .blog-bnr a { 
display:block;
background:url(../images/blog-bnr.jpg) 0 0 no-repeat;
height:65px;
width:182px;
margin-left:1px;
outline:none;
text-indent:-9999px;
}
*:first-child+html .blog-bnr a:hover { background-position:bottom; }


/*---------- 07  Index -----------*/
#index #top_img {
  margin: 10px 0s 0 0;
  padding: 0;
  }

#index h2#title01 { background: url(../images/index_h2-01.png) 0 0 no-repeat ;}


#index .info02 {
  margin: 10px 0 0 0;
  padding: 10px;
	background-color: #e6f7ff;
	border: #ccc 1px solid;
	width: 560px;
  }
#index .info p.bold{
	font-weight: bold;
}
#index .info p{
	font-size: 14px;
}


#index #greeting p {
  margin: 0;
  padding: .5em 35px 1em 15px;
  }

#index #concept {
  background: url(../images/index_concept.png) 0 0 no-repeat;
  height: 300px;
  margin-left: 10px;
  }

#index #concept .detail {
  text-indent: -9999px;
  margin: 240px 0 0 340px;
  }

#index #concept .detail a {
  display: block;
  height: 42px;
  background: url(../images/detail.png) 0 0 no-repeat;
  }

#index h3#title03 {
  background: url(../images/index_h3-02.png) 0 0  no-repeat;
  margin: 10px 0 0 15px;
  padding: 0;
  }

#index #clinic_info {
  background: url(../images/index_info_bg.png) bottom no-repeat;
  height: 330px;
  margin: 10px 30px 15px 0;
  padding: 0;
  }

#index #clinic_info-02 {
  background: url(../images/index_info_bg02.png) top no-repeat;
  height: 10px;
  padding: 15px 35px;
  }

#index #clinic_info .alpha {
  float: left;
  width: 240px;
  }

#index h4#title04 { background: url(../images/index_h4-03.png) 0 0 no-repeat ;}
#index h4#title05 { background: url(../images/index_h4-04.png) 0 0 no-repeat ;}
#index h4#title06 { background: url(../images/index_h4-05.png) 0 0 no-repeat ;}
#index h4#title07 { background: url(../images/index_h4-06.png) 0 0 no-repeat ;}
#index h4#title08 { background: url(../images/index_h4-07.png) 0 0 no-repeat ;}

#index #clinic_info .alpha p {
  margin: 0;
  padding: 0;
  }

#index #clinic_info .alpha ul {
  margin: 0;
  padding: 0;
  }

#index #clinic_info .beta {
  float: right;
  width: 260px;
  }
	
.ad {
  float: left;
	margin-left:10px;
  width: 90px;
}
	
.adtext {
  float: right;
	margin-left:10px;
  width: 140px;
	line-height:1.5em;
	padding-left:5px;
}

#index h3#title04 {
  background: url(../images/index_h3-03.jpg) 0 0  no-repeat;
  margin: 10px 0 0 15px;
  padding: 0;
  }

#news {
	width: 550px;
	margin: 0 0 15px 5px;
	padding: 10px 0;
	border:#c2d4e2 1px solid;
}

#news p{ padding: 0 10px 5px 10px; margin: 0;}

.color01_b{ font-weight: bold; color: #ff6535; }

.top_day{ margin: 5px 0 20px 15px ;}

/*---------- Staff -----------*/
#staff h2#title01 { background: url(../images/staff_h2-01.png) 0 0 no-repeat ;}
#staff h3#title02 { background: url(../images/staff_h3-02.png) 0 0 no-repeat ;}
#staff h3#title03 { background: url(../images/staff_h3-03.png) 0 0 no-repeat ;}
#staff h3#title07 { background: url(../images/staff_h3-07.png) 0 0 no-repeat ;}
#staff h4#title04 { background: url(../images/staff_h4-04.png) 0 0 no-repeat ;}
#staff h4#title05 { background: url(../images/staff_h4-05.png) 0 0 no-repeat ;}
#staff h4#title06 { background: url(../images/staff_h4-06.png) 0 0 no-repeat ;}


#staff #content .alpha {
  float: left;
  width: 200px;
  margin-top: 10px;
  }

#staff #content .beta {
  float: right;
  width: 330px;
  margin-top: 10px;
}

#staff #content .beta dl,
#staff #content .beta ul {
  margin: 5px 0 5px 10px;
  }

#staff #content .beta dt {
  border: none;
  }
.aesthe-bnr a { 
display:block;
background:url(../images/aesthe-bnr.jpg) 0 0 no-repeat;
width:550px;
height:70px;
outline:none;
text-indent:-9999px;
}
.aesthe-bnr a:hover { background-position:bottom;}

/*---------- 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 h4#title03 { background: url(../images/clinic_h4-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 ;}
#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 #content .alpha {
  float: left;
  width: 200px;
  }

#clinic #content .beta {
  float: right;
  width: 310px;
  margin-top: 10px;
}

/*---------- 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 ;
  height: 38px;
  }
#concept h4#title05 { background: url(../images/concept_h4-05.png) 0 0 no-repeat ;}

#concept .clinic-concept {
  margin: .5em 1em .5em 0;
  background: url(../images/blockquote_bg.png) top repeat-x;
  padding: .5em 1em ;
  }




/*---------- 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 h3#title03 { background: url(../images/access_h3-03.png) 0 0 no-repeat ;}
#access h3#title04 { background: url(../images/access_h3-04.png) 0 0 no-repeat ;}

#access #content th {
  width: 100px;
  }

#map {
  width: 340px;
  height: 340px;
  }

#access #wrapper #main #content .section #parking {
	margin-left: 120px;
	width: 308px;
	text-align:center;
}

#parking_img {
	padding: 1px;
	border: 3px solid #0151b4;
}

/*---------- 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 blockquote {
  background-image: none;
  clear: both;
  border: 1px solid #1784DD ;
  margin-top: 10px;
  margin-right: 20px;
  padding: 5px;
  }

#general blockquote .image_r {
  margin-bottom: 0px;
  }

#general #content dl {
  margin: 5px 10px;
  }

/*---------- 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 h4#title04 { background: url(../images/aesthe_h4-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.jpg) 0 0 no-repeat ;}
#aesthe h3#title08 { background: url(../images/implant_h3-05.png) 0 0 no-repeat ;}

#aesthe #content th {
  width: 100px;
  }

#aesthe #content th.style01,
#aesthe #content td.style02 {
  background: #efefff;
  }

#aesthe #content th.style03,
#aesthe #content td.style04 {
  background: #fff;
  }

#aesthe #content dl {
  margin: 0 20px 0 10px;
  padding: 0;
  }


#aesthe .sample {
  clear: both;
  margin: .5em 1em .5em 0;
  background: url(../images/blockquote_bg.png) top repeat-x;
  padding: .5em .5em .5em 5px;
  width: 510px;
  }
* html body#aesthe .sample {
  margin-left: 0;
  padding-left: 0;
  }


#aesthe .sample table {
  clear: both;
  }

/*---------- Ortho -----------*/
#ortho h2#title01 { background: url(../images/ortho_h2-01.png) 0 0 no-repeat ;}
#ortho h3#title02 { background: url(../images/ortho_h3-02.png) 0 0 no-repeat ;}
#ortho h4#title03 { background: url(../images/ortho_h4-03.png) 0 0 no-repeat ;}
#ortho h4#title04 { background: url(../images/ortho_h4-04.png) 0 0 no-repeat ;}

/*---------- 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 h4#title03 { background: url(../images/implant_h4-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 ;}

/*---------- Prevent -----------*/
#prevent h2#title01 { background: url(../images/prevent_h2-01.png) 0 0 no-repeat ;}
#prevent h3#title02 { background: url(../images/prevent_h3-02.png) 0 0 no-repeat ;}
#prevent h3#title03 { background: url(../images/prevent_h3-03.png) 0 0 no-repeat ;}
#prevent h3#title04 { background: url(../images/prevent_h3-04.png) 0 0 no-repeat ;}
#prevent h4#title05 { background: url(../images/prevent_h4-05.png) 0 0 no-repeat ;}

/*---------- Sitemap -----------*/
#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat ;}

#sitemap #content ul {
  margin: 10px 30px;
  }

#sitemap #content li {
  margin-bottom: 5px;
  }



.facebook {
margin:0 0 0 10px;
} 


.top_btn{position:absolute; top:17px; left:29px;}
.top_btn{position:absolute; top:17px; left:29px;}
*html .top_btn{position:absolute; top:21px; left:29px;}


.top_campaign{margin-bottom:-10px; margin-top:-10px;}
*html .top_campaign{margin-bottom:0; margin-top:10px;}
