@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 -----------*/

body { background: url(../images/body_bg.jpg) top repeat-x #FFFAE1; }

#wrapper {
  background: url(../images/wrapper_bg.jpg) repeat-y;
  width: 896px;
  margin: 0 auto;
  padding: 0 2px;
  text-align: left;
  }

*html body #wrapper { width: 900px; }

#main {
  margin: 20px 0 20px 0;
  padding: 0;
  background: url(../images/nav_bg.jpg) 0 0 repeat-y;
  }

#content {
  width: 689px;
  float: right;
  font-size: 100%;
  line-height: 1.6;
  color: #666;
  background: #fff;
  padding: 0 0 1em 0;
  }

#main_img {
  width: 896px;
  height: 200px;
  margin: 0;
  padding: 0;
  }
  
#index #main_img {
  width: 896px;
  height: 300px;
  margin: 0;
  padding: 0;
  }
  
#main_img p {
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  }

/*---------- 03  Header -----------*/

#header {
  background: url(../images/header_bg.jpg) 0 0 no-repeat;
  height: 140px;
  width: 896px;
  margin: 0;
  padding: 0;
  }

#header p {
  line-height: 20px;
  margin: 0 0 0 15px;
  padding: 0;
  }

h1 {
  text-indent: -9999px;
  width: 265px;
  height:120px;
  line-height: 1.0;
  float: left;
  }
h1 a {
  display: block;
  width: 265px;
  height:120px;
  background: url(../images/h1.jpg) 0 0 no-repeat;
  }

#header .section {
  width: 598px;
  float: right;
  margin: 17px 0 0 0;
  padding: 0;
  }

#header p.tel {
  margin: 0;
  padding: 0;
  height: 50px;
  }
#header p.tel img { display: block; }




/*----------04  Navigation -----------*/

#nav {
  width: 206px;
  float: left;
  margin: 0 0 10px 0;
  padding: 0;
  }

#nav ul,
#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav .internal li {
  height: 40px;
  text-indent: -9999px;
  }

#nav .internal li a {
  display: block;
  height: 40px;
  }

#nav p.left_bnr{
	margin: 5px 0 0 10px;
}

#nav p.left_bnr a{
  background: url(../images/contact_bnr.jpg) 0 0 no-repeat;
	display: block;
	width: 180px;
	height: 80px;
	text-indent: -9999px;
}
#nav p.left_bnr a:hover{
  background: url(../images/contact_bnr.jpg) 0 bottom no-repeat;
}  

#nav01 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav.jpg) 0 -40px no-repeat; }
#nav03 a { background: url(../images/nav.jpg) 0 -80px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -160px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -200px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -280px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -320px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -360px no-repeat; }

#nav01 a:hover { background: url(../images/nav.jpg) -206px 0 no-repeat; }
#nav02 a:hover { background: url(../images/nav.jpg) -206px -40px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -206px -80px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -206px -120px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -206px -160px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -206px -200px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -206px -240px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -206px -280px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -206px -320px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -206px -360px no-repeat; }

#index #nav01 a { background: url(../images/nav.jpg) -206px 0 no-repeat; }
#general #nav02 a { background: url(../images/nav.jpg) -206px -40px no-repeat; }
#implant #nav03 a { background: url(../images/nav.jpg) -206px -80px no-repeat; }
#prevent #nav04 a { background: url(../images/nav.jpg) -206px -120px no-repeat; }
#esthe #nav05 a { background: url(../images/nav.jpg) -206px -160px no-repeat; }
#ortho #nav06 a { background: url(../images/nav.jpg) -206px -200px no-repeat; }
#price #nav07 a { background: url(../images/nav.jpg) -206px -240px no-repeat; }
#doctor #nav08 a { background: url(../images/nav.jpg) -206px -280px no-repeat; }
#mizuno #nav09 a { background: url(../images/nav.jpg) -206px -320px no-repeat; }
#morinosato #nav10 a { background: url(../images/nav.jpg) -206px -360px no-repeat; }

#nav p { text-align: center; }

#nav h2 { 
  height: 30px;
  text-indent: -9999px;
  }

#nav h2#nav_title01 { background: url(../images/nav_title01.jpg)  0 no-repeat; }
#nav h2#nav_title02 { background: url(../images/nav_title02.jpg)  0 no-repeat; }
#nav dt#nav_dt01 { background: url(../images/nav_dt01.jpg)  0 no-repeat; }
#nav dt#nav_dt02 { background: url(../images/nav_dt02.jpg)  0 no-repeat; }
#nav dt#nav_dt03 { background: url(../images/nav_dt03.jpg)  0 no-repeat; }
#nav dt#nav_dt04 { background: url(../images/nav_dt04.jpg)  0 no-repeat; }
#nav dt#nav_dt05 { background: url(../images/nav_dt05.jpg)  0 no-repeat; }
#nav dt#nav_dt06 { background: url(../images/nav_dt06.jpg)  0 no-repeat; }


#nav .nav_box { 
  background: url(../images/nav_box_bg.jpg) 0 bottom no-repeat;
  width: 180px;
  margin: 10px 0 0 13px;
  }
  
#nav .nav_box dl {
  margin: 5px;
  }
  
#nav .nav_box dt {
  text-indent: -9999px;
  height: 16px;
  }

/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 0;
  margin: 0;
  background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
  font-size: 85%;
  text-align: center;
  width: 896px;
  height: 80px;
  color: #de91a2;
  }
*: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: #f94956;
  }
#footer a:hover { text-decoration: underline; }

#footer p {
  padding: 10px 0 0 0;
  }

#footer address { margin: 0; }


/*---------- 06  Contents -----------*/

#content .section { padding: .5em 20px 1em 20px; }
#content .section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
  height: 50px;
  text-indent: -9999px;
  margin: 0 15px;
  }
#content h3 {
  clear: both;
  height: 50px;
  text-indent: -9999px;
  margin-left: -10px;
  }
#content h4 {
  height: 30px;
  text-indent: -9999px;
  }

#content h5 {
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 .3em .3em;
  }

#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;
  }

#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 8px 0;
  }

.image_r {
  float: right;
  margin: 0 0 8px 16px;
  }

.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: 130px;
  height: 25px;
  margin: 0;
  padding: 0;
  line-height: 1.0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content ul.totop li a {
  display: block;
  height: 25px;
  background: url(../images/to_top.png) 0 0 no-repeat;
  }
  
 #content ul.totop li a:hover {
  background: url(../images/to_top.png) 0 -25px 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: 1px solid #FFE266;
  font-size: 100%;
  color: #666;
  width: 600px;
  margin-left: 10px;
  }

#content table th,
#content table td {
  padding: 4px 12px;
  border: 1px solid #FFE266;
  }

#content table th {
  background: #FFFAE1;
  color: #FF5B00;
  width: 130px;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }

.p_red { color: #FF0000; }

.box_orange {
  background: #FFEBE1;
  border: 1px solid #FF9968;
  padding: 5px;
  }
  
.box_orange ul li { background: url(../images/li_bg02.png) 0 4px no-repeat; }

/*---------- 07  Index -----------*/
#index #main_img { background: url(../images/index_main.jpg) 0 0 no-repeat; }
#index h2#title01{ background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }
#index h2#title02{ background: url(../images/index_h2-02.jpg) 0 0 no-repeat; }
#index h3#title03{ background: url(../images/index_h3-03.jpg) 0 0 no-repeat; }
#index #title04{ background: url(../images/index_h4-04.jpg) 0 0 no-repeat; }
#index #title05{ background: url(../images/index_h4-05.jpg) 0 0 no-repeat; }
#index #title06{ background: url(../images/index_h4-06.jpg) 0 0 no-repeat; }
#index #title07{ background: url(../images/index_h4-07.jpg) 0 0 no-repeat; }


#index #content h2 {
  height: 40px;
  text-indent: -9999px;
  margin: 0;
  }
#index #content h3 {
  clear: both;
  height: 50px;
  text-indent: -9999px;
  margin-left: -10px;
  }
#index #content h4 {
  height: 20px;
  text-indent: -9999px;
  }
  
#index #content .section { padding: .5em 15px 1em 15px; }

#index #content .box {
  background: url(../images/index_section_bg.jpg) 0 bottom no-repeat;
  width: 650px;
  } 
  
#index .box .alpha {
  float: left;
  width: 370px;
  margin: 10px 0 10px 10px;
  }
  
#index .box .alpha dl {
  margin: 0;
  }
  
#index .box .alpha dt {
  text-indent: -9999px;
  height: 20px;
  }
  
#index .box .beta {
  float: right;
  width: 250px;
  margin: 10px 10px 10px 0;
  }
#index #content .movie_bnr a{
  background: url(../images/movie_bnr.jpg) 0 0 no-repeat;
	display: block;
  width: 650px;
	height: 80px;
	text-indent: -9999px;
	margin: 0 0 5px 0;
}
#index #content .movie_bnr a:hover{
  background: url(../images/movie_bnr.jpg) 0 bottom no-repeat;
  } 
 

/*---------- 08  General -----------*/
#general #main_img { background: url(../images/general_main.jpg) 0 0 no-repeat; }
#general h2#title01{ background: url(../images/general_h2-01.jpg) 0 0 no-repeat; }
#general h3#title02{ background: url(../images/general_h3-02.jpg) 0 0 no-repeat; }
#general h3#title03{ background: url(../images/general_h3-03.jpg) 0 0 no-repeat; }
#general h4#title04{ background: url(../images/general_h4-04.jpg) 0 0 no-repeat; }
#general h4#title05{ background: url(../images/general_h4-05.jpg) 0 0 no-repeat; }
#general h4#title06{ background: url(../images/general_h4-06.jpg) 0 0 no-repeat; }
#general h4#title07{ background: url(../images/general_h4-07.jpg) 0 0 no-repeat; }
#general h4#title08{ background: url(../images/general_h4-08.jpg) 0 0 no-repeat; }
#general h4#title09{ background: url(../images/general_h4-09.jpg) 0 0 no-repeat; }

#general #content table {
  width: 450px;
  margin-left: 100px;
  }

#general #content table th {
  width: 180px;
  text-align: center;
  }
  
#general .box_orange {
  width: 300px;
  margin-left: 150px;
  }
  
#general .box_orange ul { margin: 0; }
#general .box_orange ul li { background: url(../images/li_bg02.png) 0 4px no-repeat; }


/*---------- 09  Implant -----------*/
#implant #main_img { background: url(../images/implant_main.jpg) 0 0 no-repeat; }
#implant h2#title01{ background: url(../images/implant_h2-01.jpg) 0 0 no-repeat; }
#implant h3#title02{ background: url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant h4#title03{ background: url(../images/implant_h4-03.jpg) 0 0 no-repeat; }
#implant h4#title04{ background: url(../images/implant_h4-04.jpg) 0 0 no-repeat; }

#implant .box_orange {
  width: 300px;
  margin-left: 150px;
  }
  
#implant .box_orange ul { margin: 0; }
#implant .box_orange ul li { background: url(../images/li_bg02.png) 0 4px no-repeat; }
  
/*---------- 10  Prevent -----------*/
#prevent #main_img { background: url(../images/prevent_main.jpg) 0 0 no-repeat; }
#prevent h2#title01{ background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat; }
#prevent h3#title02{ background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }
#prevent h4#title03{ background: url(../images/prevent_h4-03.jpg) 0 0 no-repeat; }
#prevent h4#title04{ background: url(../images/prevent_h4-04.jpg) 0 0 no-repeat; }

#prevent dt#title05{ background: url(../images/prevent_dt-01.jpg) 0 0 no-repeat; }
#prevent dt#title06{ background: url(../images/prevent_dt-02.jpg) 0 0 no-repeat; }

#prevent dt#title05,
#prevent dt#title06 {
  text-indent: -9999px;
  height: 28px;
  }
  
/*---------- 11  Esthe -----------*/
#esthe #main_img { background: url(../images/esthe_main.jpg) 0 0 no-repeat; }
#esthe h2#title01{ background: url(../images/esthe_h2-01.jpg) 0 0 no-repeat; }
#esthe h3#title02{ background: url(../images/esthe_h3-02.jpg) 0 0 no-repeat; }
#esthe h3#title03{ background: url(../images/esthe_h3-03.jpg) 0 0 no-repeat; }
#esthe h4#title04{ background: url(../images/esthe_h4-04.jpg) 0 0 no-repeat; }

#esthe #bn_esthe {
  width: 530px;
  height: 60px;
  margin-left: 50px;
  }
  
#esthe #bn_esthe a {
  height: 60px;
  display: block;
  text-indent: -9999px;
  background: url(../images/bn_esthe.jpg) 0 0 no-repeat;
  }
  
#esthe #bn_esthe a:hover { background: url(../images/bn_esthe.jpg) 0 -60px no-repeat; }

/*---------- 12  Ortho -----------*/
#ortho #main_img { background: url(../images/ortho_main.jpg) 0 0 no-repeat; }
#ortho h2#title01{ background: url(../images/ortho_h2-01.jpg) 0 0 no-repeat; }
#ortho h3#title02{ background: url(../images/ortho_h3-02.jpg) 0 0 no-repeat; }
#ortho h4#title03{ background: url(../images/ortho_h4-03.jpg) 0 0 no-repeat; }
#ortho h4#title04{ background: url(../images/ortho_h4-04.jpg) 0 0 no-repeat; }


/*---------- 13  Price -----------*/
#price #main_img { background: url(../images/price_main.jpg) 0 0 no-repeat; }
#price h2#title01{ background: url(../images/price_h2-01.jpg) 0 0 no-repeat; }
#price h3#title02{ background: url(../images/price_h3-02.jpg) 0 0 no-repeat; }
#price h4#title03{ background: url(../images/price_h4-03.jpg) 0 0 no-repeat; }
#price h4#title04{ background: url(../images/price_h4-04.jpg) 0 0 no-repeat; }
#price h4#title05{ background: url(../images/price_h4-05.jpg) 0 0 no-repeat; }
#price h4#title06{ background: url(../images/price_h4-06.jpg) 0 0 no-repeat; }

#price #content table {
  width: 450px;
  margin-left: 100px;
  }

#price #content table th {
  width: 180px;
  text-align: center;
  }

#price #content table td {
  text-align: right;
  }
  
/*---------- 14  Doctor -----------*/
#doctor #main_img { background: url(../images/doctor_main.jpg) 0 0 no-repeat; }
#doctor h2#title01{ background: url(../images/doctor_h2-01.jpg) 0 0 no-repeat; }
#doctor h3#title02{ background: url(../images/doctor_h3-02.jpg) 0 0 no-repeat; }
#doctor h3#title03{ background: url(../images/doctor_h3-03.jpg) 0 0 no-repeat; }
#doctor h4#title04{ background: url(../images/doctor_h4-04.jpg) 0 0 no-repeat; }
#doctor h4#title05{ background: url(../images/doctor_h4-05.jpg) 0 0 no-repeat; }

#doctor .alpha {
  float: left;
  width: 260px;
  }

#doctor .beta {
  float: right;
  width: 360px;
  }
  
#doctor .beta dt {
  color: #FFFFFF;
  background: #FF6406;
  width: 230px;
  padding-left: 5px;
  }

/*---------- 15  Mizuno -----------*/
#mizuno #main_img { background: url(../images/mizuno_main.jpg) 0 0 no-repeat; }
#mizuno h2#title01{ background: url(../images/mizuno_h2-01.jpg) 0 0 no-repeat; }
#mizuno h3#title02{ background: url(../images/mizuno_h3-02.jpg) 0 0 no-repeat; }
#mizuno h3#title03{ background: url(../images/mizuno_h3-03.jpg) 0 0 no-repeat; }
#mizuno h4#title04{ background: url(../images/mizuno_h4-04.jpg) 0 0 no-repeat; }
#mizuno h4#title05{ background: url(../images/mizuno_h4-05.jpg) 0 0 no-repeat; }
#mizuno h4#title06{ background: url(../images/mizuno_h4-06.jpg) 0 0 no-repeat; }
#mizuno h4#title07{ background: url(../images/mizuno_h4-07.jpg) 0 0 no-repeat; }
#mizuno h4#title08{ background: url(../images/mizuno_h4-08.jpg) 0 0 no-repeat; }
#mizuno h4#title09{ background: url(../images/mizuno_h4-09.jpg) 0 0 no-repeat; }
#mizuno h4#title10{ background: url(../images/mizuno_h4-10.jpg) 0 0 no-repeat; }
#mizuno h4#title11{ background: url(../images/mizuno_h4-11.jpg) 0 0 no-repeat; }
#mizuno h4#title12{ background: url(../images/mizuno_h4-12.jpg) 0 0 no-repeat; }
#mizuno h4#title13{ background: url(../images/mizuno_h4-13.jpg) 0 0 no-repeat; }
#mizuno h4#title14{ background: url(../images/mizuno_h4-14.jpg) 0 0 no-repeat; }

#mizuno .section_bg { border-bottom: 1px solid #8AD5F9; }

#mizuno .alpha {
  float: left;
  width: 45px;
  }

#mizuno .beta {
  float: right;
  width: 375px;
  }

#mizuno #content table {
  border: 1px solid #8FDFFF;
  }

#mizuno #content table th,
#mizuno #content table td {
  border: 1px solid #8FDFFF;
  }

#mizuno #content table th {
  background: #D4F3FF;
  color: #008DED;
  }
  
/*---------- 16  Morinosato -----------*/
#morinosato #main_img { background: url(../images/morinosato_main.jpg) 0 0 no-repeat; }
#morinosato h2#title01{ background: url(../images/morinosato_h2-01.jpg) 0 0 no-repeat; }
#morinosato h3#title02{ background: url(../images/morinosato_h3-02.jpg) 0 0 no-repeat; }
#morinosato h3#title03{ background: url(../images/morinosato_h3-03.jpg) 0 0 no-repeat; }
#morinosato h4#title04{ background: url(../images/morinosato_h4-04.jpg) 0 0 no-repeat; }
#morinosato h4#title05{ background: url(../images/morinosato_h4-05.jpg) 0 0 no-repeat; }
#morinosato h4#title06{ background: url(../images/morinosato_h4-06.jpg) 0 0 no-repeat; }
#morinosato h4#title07{ background: url(../images/morinosato_h4-07.jpg) 0 0 no-repeat; }
#morinosato h4#title08{ background: url(../images/morinosato_h4-08.jpg) 0 0 no-repeat; }
#morinosato h4#title09{ background: url(../images/morinosato_h4-09.jpg) 0 0 no-repeat; }
#morinosato h4#title10{ background: url(../images/morinosato_h4-10.jpg) 0 0 no-repeat; }

#morinosato #map {
  margin-left: 60px;
  border: 1px solid #A9EC4F;
  }

#morinosato .section_bg { border-bottom: 1px solid #A9EC4F; }

#morinosato .alpha {
  float: left;
  width: 245px;
  }

#morinosato .beta {
  float: right;
  width: 375px;
  }

#morinosato #content table {
  border: 1px solid #A9EC4F;
  }

#morinosato #content table th,
#morinosato #content table td {
  border: 1px solid #A9EC4F;
  }

#morinosato #content table th {
  background: #EAFCC5;
  color: #339933;
  }