@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: #F0F0F0; }

#wrapper {
  background: url(../images/wrapper_bg.jpg) repeat-y;
  width: 900px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
  }
  
*html body #wrapper { width:921px; }

#main_img {
  width: 900px;
  height: 397px;
  margin: 0;
  padding: 0;
  }

#main {
  margin: 10px 0;
  background: url(../images/main_bg.jpg) repeat-y;
  }

#content {
  width: 669px;
  float: right;
  font-size: 100%;
  line-height: 1.6;
  color: #666;
  padding: 0 0 1em 0;
  }


/*---------- 03  Header -----------*/

#header {
  height: 80px;
  width: 900px;
  margin: 0;
  padding: 0;
  background: url(../images/header_bg.jpg) 0 0 no-repeat;
  }
  
#index #header { background: none; }

h1 {
  text-indent: -9999px;
  width: 190px;
  height: 79px;
  line-height: 1.0;
  float: left;
  }
h1 a {
  display: block;
  width: 190px;
  height: 79px;
  background: url(../images/h1.jpg) 0 0 no-repeat;
  }

#header .section {
  width: 460px;
  float: right;
  margin: 0;
  padding: 30px 0 0 0;
  }

#header p.tel {
  margin: 0;
  padding: 0;
  height: 61px;
  }
#header p.tel img { display: block; }

#header_nav {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 440px;
  height: 20px;
  float: right;
  }

#header_nav li {
  height: 20px;
  float: left;
  text-indent: -9999px;
  list-style: none;
  margin: 0;
  padding: 0;
  }
#header_nav li a {
  display: block;
  height: 20px;
  }

#nav01 { width: 190px; }
#nav02 { width: 147px; }
#nav03 { width: 80px; }

#nav01 a { background: url(../images/header_nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/header_nav.jpg) -200px 0 no-repeat; }
#nav03 a { background: url(../images/header_nav.jpg) -357px 0 no-repeat; }

#nav01 a:hover { background: url(../images/header_nav.jpg) 0 -20px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.jpg) -200px -20px no-repeat; }
#nav03 a:hover { background: url(../images/header_nav.jpg) -357px -20px no-repeat; }

/*----------04  Navigation -----------*/

#nav {
  width: 230px;
  height: 475px;
  float: left;
  padding: 0;
  background: url(../images/nav_bg.jpg) 0 0 no-repeat;
  }

#nav ul,
#nav li {
  width: 220px;
  margin: 0 0 0 5px;
  padding: 0;
  list-style: none;
  }

#nav .internal li {
  height: 40px;
  text-indent: -9999px;
  }

#nav .internal li a {
  display: block;
  height: 40px;
  }
  
#nav .internal #nav05,
#nav .internal #nav05 a,
#nav .internal #nav06,
#nav .internal #nav06 a {
  height: 50px;
  }

#nav04 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -40px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -90px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -140px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -180px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -220px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -260px no-repeat; }

#nav04 a:hover { background: url(../images/nav.jpg) -220px 0 no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -220px -40px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -220px -90px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -220px -140px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -220px -180px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -220px -220px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -220px -260px no-repeat; }

#about #nav04 a { background: url(../images/nav.jpg) -220px 0 no-repeat; }
#greeting #nav05 a { background: url(../images/nav.jpg) -220px -40px no-repeat; }
#schedule #nav06 a { background: url(../images/nav.jpg) -220px -90px no-repeat; }
#affiliate #nav07 a { background: url(../images/nav.jpg) -220px -140px no-repeat; }
#yakuin #nav08 a { background: url(../images/nav.jpg) -220px -180px no-repeat; }
#lucubration #nav09 a { background: url(../images/nav.jpg) -220px -220px no-repeat; }
#support #nav10 a { background: url(../images/nav.jpg) -220px -260px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 0;
  margin: 0;
  height: 65px;
  background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
  font-size: 85%;
  text-align: center;
  color: #de91a2;
  }
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer p {
  margin: 0;
  padding: 0;
  }

#footer .section {
  width: 300px;
  height: 65px;
  float: right;
  padding: 10px 0 0 0;
  }
  
#footer .section p {
  width: 120px;
  height: 20px;
  margin: 0 10px 10px 0;
  padding: 0;
  float: right;
  }

#footer .section p a {
  width: 120px;
  height: 20px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  background: url(../images/footer_nav.jpg) 0 0 no-repeat;
  }
  
#footer .section p a:hover { background: url(../images/footer_nav.jpg) 0 -20px no-repeat; }
  

#footer address { margin: 0; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 20px 1em 20px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
  height: 60px;
  text-indent: -9999px;
  margin: 0 20px 10px 20px;
  }
#content h3 {
  clear: both;
  height: 38px;
  text-indent: -9999px;
  margin-left: 0;
  }
#content h4 {
  height: 25px;
  text-indent: -9999px;
  }

#content h5 {
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 .3em .3em;
  margin-bottom: 10px;
  }

#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: 100px;
  height: 15px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  line-height: 1.0;
  }
#content ul.totop li a {
  display: block;
  height: 14px;
  background: url(../images/to_top.png) 0 0 no-repeat;
  }
  
 #content ul.totop li a:hover {
  background: url(../images/to_top.png) 0 -15px 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 #7FC1F7;
  font-size: 100%;
  color: #666;
  width: 600px;
  margin-left: 15px;
  }

#content table th,
#content table td {
  padding: 4px 6px;
  border: 1px solid #7FC1F7;
  }

#content table th {
  background: #DCF1FF;
  color: #478CD1;
  width: 130px;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }
  
.bn_admitte {
  width: 340px;
  height: 40px;
  margin: 0;
  padding: 0;
  }
  
.bn_admitte a {
  width: 340px;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  background: url(../images/bn_admitte.jpg) 0 0 no-repeat;
  }
  
.bn_admitte a:hover { background: url(../images/bn_admitte.jpg) 0 -40px no-repeat; }

.bn_news {
  width: 450px;
  height: 40px;
  margin: 0 0 0 90px;
  padding: 0;
  }
  
.bn_news a {
  width: 450px;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  background: url(../images/bn_news.jpg) 0 0 no-repeat;
  }
  
.bn_news a:hover { background: url(../images/bn_news.jpg) 0 -40px no-repeat; }

.text_b { font-weight: bold; }
  
.t_right { text-align: right; }

/*---------- 07  Index -----------*/
#index h2#title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }
#index h3#title02 { background: url(../images/index_h3-02.jpg) 0 0 no-repeat; }

#index #content .section { padding: .5em 10px 1em 20px }

#index #content h2 {
  height: 20px;
  text-indent: -9999px;
  margin: 0;
  }
  
#index #content h3 {
  height: 20px;
  text-indent: -9999px;
  margin: 0 0 0 20px;
  }

#index #index_bn01 {
  width: 640px;
  height: 120px;
  margin: 0 0 10px 0;
  padding: 0;
  }
  
#index #index_bn01 a {
  height: 120px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  background: url(../images/index_bn01.jpg) 0 0 no-repeat;
  }
  
#index #index_bn01 a:hover { background: url(../images/index_bn01.jpg) 0 -120px no-repeat; }

#index #index_bn02 {
  width: 630px;
  height: 100px;
  margin: 0 0 10px 5px;
  padding: 0;
  }
  
#index #index_bn02 a {
  height: 100px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  background: url(../images/index_bn02.jpg) 0 0 no-repeat;
  }
  
#index #index_bn02 a:hover { background: url(../images/index_bn02.jpg) 0 -100px no-repeat; }

#index .section01 p { text-align: right; }


/*---------- 08  About -----------*/
#about h2#title01 { background: url(../images/about_h2-01.jpg) 0 0 no-repeat; }
#about h3#title02 { background: url(../images/about_h3-02.jpg) 0 0 no-repeat; }

#about .about_bg {
  background: url(../images/about_bg.jpg) right bottom no-repeat;
  padding-bottom: 80px;
  }
  
#about .about_bg .p_220 { padding-right: 220px; }



/*---------- 09  greeting -----------*/
#greeting h2#title01 { background: url(../images/greeting_h2-01.jpg) 0 0 no-repeat; }
#greeting h3#title02 { background: url(../images/greeting_h3-02.jpg) 0 0 no-repeat; }
#greeting h3#title03 { background: url(../images/greeting_h3-03.jpg) 0 0 no-repeat; }

#greeting .greeting_box {
  clear: both;
  border-top: 1px solid #C8C8C8;
  border-left: 3px solid #A3A3A3;
  padding: 10px;
  }

#greeting .text_b { font-size: 124%; }
  
#greeting .p_130 { padding-right: 130px; }
#greeting .p_0 { float:right; }
  
/*---------- 10  Affiliate -----------*/
#affiliate h2#title01 { background: url(../images/affiliate_h2-01.jpg) 0 0 no-repeat; }
#affiliate h3#title02 { background: url(../images/affiliate_h3-02.jpg) 0 0 no-repeat; }

#affiliate #content h2 {
  height: 66px;
  }

#affiliate #content h3 {
  height: 30px;
  text-indent: -9999px;
  margin: 0 0 0 20px;
  }

  
/*---------- 11  kumamoto -----------*/
#kumamoto h2#title01 { background: url(../images/kumamoto_h2-01.jpg) 0 0 no-repeat; }
#kumamoto h3#title02 { background: url(../images/kumamoto_h3-02.jpg) 0 0 no-repeat; }
#kumamoto h4#title03 { background: url(../images/kumamoto_h4-03.jpg) 0 0 no-repeat; }
#kumamoto h4#title04 { background: url(../images/kumamoto_h4-04.jpg) 0 0 no-repeat; }
#kumamoto h4#title05 { background: url(../images/kumamoto_h4-05.jpg) 0 0 no-repeat; }
#kumamoto h4#title06 { background: url(../images/kumamoto_h4-06.jpg) 0 0 no-repeat; }
#kumamoto h3#title07 { background: url(../images/kumamoto_h3-07.jpg) 0 0 no-repeat; }
#kumamoto h3#title08 { background: url(../images/kumamoto_h3-08.jpg) 0 0 no-repeat; }

/*---------- 12  Hiroshima -----------*/
#hiroshima h2#title01 { background: url(../images/hiroshima_h2-01.jpg) 0 0 no-repeat; }
#hiroshima h3#title02 { background: url(../images/hiroshima_h3-02.jpg) 0 0 no-repeat; }
#hiroshima h3#title03 { background: url(../images/hiroshima_h3-03.jpg) 0 0 no-repeat; }
#hiroshima h3#title04 { background: url(../images/hiroshima_h3-04.jpg) 0 0 no-repeat; }

/*---------- 13  Niigata -----------*/
#niigata h2#title01 { background: url(../images/niigata_h2-01.jpg) 0 0 no-repeat; }
#niigata h3#title02 { background: url(../images/niigata_h3-02.jpg) 0 0 no-repeat; }
#niigata h3#title03 { background: url(../images/niigata_h3-03.jpg) 0 0 no-repeat; }

/*---------- 14  Tohoku -----------*/
#tohoku h2#title01 { background: url(../images/tohoku_h2-01.jpg) 0 0 no-repeat; }
#tohoku h3#title02 { background: url(../images/tohoku_h3-02.jpg) 0 0 no-repeat; }
#tohoku h3#title03 { background: url(../images/tohoku_h3-03.jpg) 0 0 no-repeat; }

/*---------- 15  Fukuoka -----------*/
#fukuoka h2#title01 { background: url(../images/fukuoka_h2-01.jpg) 0 0 no-repeat; }
#fukuoka h3#title02 { background: url(../images/fukuoka_h3-02.jpg) 0 0 no-repeat; }
#fukuoka h3#title03 { background: url(../images/fukuoka_h3-03.jpg) 0 0 no-repeat; }
#fukuoka h3#title04 { background: url(../images/fukuoka_h3-04.jpg) 0 0 no-repeat; }

/*---------- 16  Hokkaido -----------*/
#hokkaido h2#title01 { background: url(../images/hokkaido_h2-01.jpg) 0 0 no-repeat; }
#hokkaido h3#title02 { background: url(../images/hokkaido_h3-02.jpg) 0 0 no-repeat; }
#hokkaido h3#title03 { background: url(../images/hokkaido_h3-03.jpg) 0 0 no-repeat; }
#hokkaido h3#title04 { background: url(../images/hokkaido_h3-04.jpg) 0 0 no-repeat; }

/*---------- 17  Hokuriku -----------*/
#hokuriku h2#title01 { background: url(../images/hokuriku_h2-01.jpg) 0 0 no-repeat; }
#hokuriku h3#title02 { background: url(../images/hokuriku_h3-02.jpg) 0 0 no-repeat; }
#hokuriku h3#title03 { background: url(../images/hokuriku_h3-03.jpg) 0 0 no-repeat; }

/*---------- 18  Kyoto -----------*/
#kyoto h2#title01 { background: url(../images/kyoto_h2-01.jpg) 0 0 no-repeat; }
#kyoto h3#title02 { background: url(../images/kyoto_h3-02.jpg) 0 0 no-repeat; }
#kyoto h3#title03 { background: url(../images/kyoto_h3-03.jpg) 0 0 no-repeat; }

/*---------- 19  Shikoku -----------*/
#shikoku h2#title01 { background: url(../images/shikoku_h2-01.jpg) 0 0 no-repeat; }
#shikoku h3#title02 { background: url(../images/shikoku_h3-02.jpg) 0 0 no-repeat; }
#shikoku h3#title03 { background: url(../images/shikoku_h3-03.jpg) 0 0 no-repeat; }
#shikoku h3#title04 { background: url(../images/shikoku_h3-04.jpg) 0 0 no-repeat; }

/*---------- 20  Oosaka -----------*/
#oosaka h2#title01 { background: url(../images/oosaka_h2-01.jpg) 0 0 no-repeat; }
#oosaka h3#title02 { background: url(../images/oosaka_h3-02.jpg) 0 0 no-repeat; }
#oosaka h3#title03 { background: url(../images/oosaka_h3-03.jpg) 0 0 no-repeat; }

/*---------- 21  Nagoya -----------*/
#nagoya h2#title01 { background: url(../images/nagoya_h2-01.jpg) 0 0 no-repeat; }
#nagoya h3#title02 { background: url(../images/nagoya_h3-02.jpg) 0 0 no-repeat; }
#nagoya h3#title03 { background: url(../images/nagoya_h3-03.jpg) 0 0 no-repeat; }

/*---------- 22  tokyo -----------*/
#tokyo h2#title01 { background: url(../images/tokyo_h2-01.jpg) 0 0 no-repeat; }
#tokyo h3#title02 { background: url(../images/tokyo_h3-02.jpg) 0 0 no-repeat; }
#tokyo h3#title03 { background: url(../images/tokyo_h3-03.jpg) 0 0 no-repeat; }
#tokyo h3#title04 { background: url(../images/tokyo_h3-04.jpg) 0 0 no-repeat; }

/*---------- 23  Lucubration -----------*/
#lucubration h2#title01 { background: url(../images/lucubration_h2-01.jpg) 0 0 no-repeat; }
#lucubration h3#title02 { background: url(../images/lucubration_h3-02.jpg) 0 0 no-repeat; }
#lucubration h4{
text-indent:1px;
color:#000000;
  clear: both;
  font-size: 100%;
  font-weight: bold;
}



#lucubration #content .section .section {
   border-bottom: 1px solid #CCCCCC;
   }

#lucubration .alpha {
  float: left;
  width: 200px;
  }
  
#lucubration .beta {
  float: right;
  width: 400px;
  }
  
#lucubration .alpha p { text-align: center; }

#lucubration .text_b { color: #990033; }

#lucubration .lucubration_box {
  padding: 10px;
  background: #F3FBFF;
  border: 1px solid #C2E9FF;
  }
  
/*---------- 24  Support -----------*/
#support h2#title01 { background: url(../images/support_h2-01.jpg) 0 0 no-repeat; }
#support h3#title02 { background: url(../images/support_h3-02.jpg) 0 0 no-repeat; }

#support #content table {
  font-size: 77%;
  width: 625px;
  margin-left: 0;
  }

#support #content .th_company { width: 185px; }

#support #content th.th_post,
#support #content th.th_tel,
#support #content th.th_fax { width: 40px; }

#support #content th.th_adress { width: 160px; }

#support #content th.th_url { width: 170px; }

#support #content td.td_post,
#support #content td.td_tel,
#support #content td.td_fax { width: 40px; }

#support #content td.td_company { width: 185px; }
#support #content td.td_adress { width: 160px; }
#support #content td.td_url { width: 170px; }

/*---------- 25  Schedule -----------*/
#schedule h2#title01 { background: url(../images/schedule_h2-01.jpg) 0 0 no-repeat; }
#schedule h3#title02 { background: url(../images/schedule_h3-02.jpg) 0 0 no-repeat; }
#schedule h3#title03 { background: url(../images/schedule_h3-03.jpg) 0 0 no-repeat; }

#schedule #content table {
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-bottom: none;
  font-size: 100%;
  color: #666;
  width: 600px;
  margin-left: 15px;
  }

#schedule #content table td {
  padding: 4px 12px;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  }

#schedule #content table th {
  background: #DCF1FF;
  border: 3px solid #FFFFFF;
  width: 600px;
  color: #478CD1;
  }
  
#schedule #content .th_day { width: 80px; background: #E2E2E2; color: #565656; }
#schedule #content .th_schedule{ width: 320px; background: #E2E2E2; color: #565656; }
#schedule #content .th_place { width: 200px; background: #E2E2E2; color: #565656; }

/*---------- 26  Yakuin -----------*/
#yakuin h2#title01 { background: url(../images/yakuin_h2-01.jpg) 0 0 no-repeat; }

#yakuin #content { background: url(../images/yakuin_bg.jpg) right 90% no-repeat; }

#yakuin .alpha,
#yakuin .beta {
  float: left;
  width: 200px;
  margin: 0 10px 0 0;
  text-align: center;
  }
  
#yakuin .gamma {
  float: left;
  width: 200px;
  margin: 0;
  text-align: center;
  }
  
/*---------- 27  Sitemap -----------*/
#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }
#sitemap h3#title02 { background: url(../images/sitemap_h3-02.jpg) 0 0 no-repeat; }

/*---------- 28  News -----------*/
#news h2#title01 { background: url(../images/news_h2-01.jpg) 0 0 no-repeat; }

#news #content h3 {
  clear: both;
  font-size: 135%;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
  margin-left: 0;
  height: 20px;
  color: #309EEF;
  }
