﻿@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.png) top repeat-y; background-color:#E6E9FC;}

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.png) repeat-y;
	}

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 0;
	margin-bottom:10px;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.png) 0 0 repeat-x;
	height: 100px;
	margin: 0;
	padding: 0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
* html body #header { height: 80px; } /*  for IE6 only */

h1 {
	text-indent: -9999px;
	width: 350px;
	height: 50px;
	line-height: 1.0;
	float: left;
	margin: 30px 15px 15px 15px;
	}
h1 a {
	display: block;
	width: 350px;
	height: 50px;
	background: url(../images/h1.png) 0 0 no-repeat;
	}

#header .section {
	float: right;
	margin: 12px 15px 0 0;
	padding: 0;
	height:70px;
	width:240px;
	}
	
#header p{color:#FFF;
        font-size: 77%;
       	float: right;
}

#header p.tel {
	margin: 0 0 3px 0;
	padding: 0;
	float: right;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
	height: 17px;
    font-size: 77%;
	float: right;
	}

#header_nav ul {
	margin: 0;
	}
#header_nav li {
	height: 17px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 5px 0 0 10px;
	}
#header_nav li a {
	display: block;
	height: 17px;
	text-align:center;
	padding-top:1px;
	}

#nav01 { width: 70px; }
#nav02 { width: 70px; }

#nav01 a {
	background: url(../images/header_nav.gif) 0 0 no-repeat;
	width: 70px;
	}
#nav02 a {
	background: url(../images/header_nav.gif) 0 0 no-repeat;
	width: 70px;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	padding: 0px 0 80px 0;
	}

#nav ul{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 36px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 36px;
	}

#nav03 a { background: url(../images/nav.png) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.png) 0 -36px no-repeat; }
#nav05 a { background: url(../images/nav.png) 0 -72px no-repeat; }
#nav06 a { background: url(../images/nav.png) 0 -108px no-repeat; }
#nav07 a { background: url(../images/nav.png) 0 -144px no-repeat; }
#nav08 a { background: url(../images/nav.png) 0 -180px no-repeat; }
#nav09 a { background: url(../images/nav.png) 0 -216px no-repeat; }
#nav10 a { background: url(../images/nav.png) 0 -252px no-repeat; }
#nav11 a { background: url(../images/nav.png) 0 -288px no-repeat; }
#nav12 a { background: url(../images/nav.png) 0 -324px no-repeat; }
#nav13 a { background: url(../images/nav.png) 0 -360px no-repeat; }

#nav03 a:hover { background: url(../images/nav.png) -200px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.png) -200px -36px no-repeat; }
#nav05 a:hover { background: url(../images/nav.png) -200px -72px no-repeat; }
#nav06 a:hover { background: url(../images/nav.png) -200px -108px no-repeat; }
#nav07 a:hover { background: url(../images/nav.png) -200px -144px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -200px -180px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -200px -216px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -200px -252px no-repeat; }
#nav11 a:hover { background: url(../images/nav.png) -200px -288px no-repeat; }
#nav12 a:hover { background: url(../images/nav.png) -200px -324px no-repeat; }
#nav13 a:hover { background: url(../images/nav.png) -200px -360px no-repeat; }

#nav p { text-align: center; }

#nav #f_tel{background:url(../images/nav_bn03.gif) 0 0 no-repeat;
             margin:0 0 20px 0;
			 height:62px; width:200px;
	         text-indent: -9999px;
	         clear: both;
			 float:left;
			 }
* html body #nav #f_tel{ margin:0 0 10px 0;}

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0 0 10px 0;
	margin: 0;
	background: url(../images/footer_bg.png) bottom repeat-x;
	font-size: 85%;
	color: #777777;
	height:70px;
	}
*:first-child+html #footer { font-size: 9px; height:90px;} /*  for IE7 only */
* html body #footer { font-size: 9px;} /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #ffffff;
	}
#footer a:hover { text-decoration: underline; }

#footer #link{margin-top:20px; padding-top:20px;}
#footer ul { 
	list-style: none;
	margin: 0 1em 0 1em;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 10px 1em; color:#ffffff; }



/*---------- 06  Contents -----------*/

.section { margin: 15px 10px 10px 20px; padding:0;}
.section .section { margin:0 10px 20px 10px; padding: 0; }

p.center { text-align: center; }

#content h2 {
	height: 36px;
	width:570px;
	text-indent: -9999px;
	margin: 0 0 0 20px;
	}
#content h3 {
	clear: both;
	height: 40px;
	text-indent: -9999px;
	margin-left: 0;
	}
#content h4 {
	height: 20px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 10px 0 .3em .3em;
	color: #5C69B6;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CFDFFF;
	}

#content ul{margin:0 5px;}
#content ul li {
	list-style: none;
	background: url(../images/li_bg.png) 0 6px no-repeat;
	padding-left: 10px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #0000FF;
	outline: none;
	}
a:hover { color: #0000FF; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 15px 10px 5px;
	}

.image_l2  {
	float: left;
	margin: 0 15px 10px 8px;
	}


.image_r {
	float: right;
	margin: 0 5px 10px 15px;
	}
	
* html body .image_l  {
	float: left;
	margin: 0 10px 10px 0;
	}

* html body .image_r {
	float: right;
	margin: 0 0 10px 10px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
.case img {
	display: block;
	}

.case_line{
	margin: 10px 10px 10px 10px;
	padding: 5px 10px 0 10px;
    border:1px solid #ccc;
    }

.box{
	margin: 0px;
	padding: 5px 15px 5px 15px;
    border:1px solid #ccc;
    }


.caption {
	text-align: center;
	}


#content ul.totop {
	clear: both;
	padding-bottom: 10px;
	}

#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/to_top.png) 0 0 no-repeat;
	}


.click { background:url(../images/click.png) 0 0 no-repeat;
         width:134px; height:15px;
		 text-indent: -9999px;
	     float: left;
		 margin:0;
		 padding:0;
}
.click a { display: block;
           height:15px;
		   margin:0;
		   padding:0;
		 }

/* 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 */

.comment{
    color:#878acc;
    font-weight:bold;
    }

/*---------- 07  Index -----------*/

#index h2#title01{background:url(../images/index_h2-01.png) 0 0 no-repeat;
                  width:580px; height:200px; display:block; float:right; margin:0;}
#index h3#title02{background:url(../images/index_h3-02.png) 0 0 no-repeat; height:35px;}
#index h4#title03{background:url(../images/index_h4-03.png) 0 0 no-repeat; margin-left:-5px; height:30px;}
#index h4#title04{background:url(../images/index_h4-04.png) 0 0 no-repeat; margin-left:-5px; height:30px;}

#index #info{
	background-image: url(../images/bg01.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 4px 5px 4px 4px;
	margin:0 5px 15px 5px;
}
#index #info .new{
	padding:5px;
	border: 1px solid #C7C9D3;
	background-color:#FFF;} 

#index .clinic{
	width:310px;
	float:right;
	padding:5px;
	background-image: url(../images/index_img02.png);
	background-repeat: no-repeat;
	background-position: 240px bottom;
}
#index .time{
	width:310px;
	float:left;
	padding:5px;
}

#index table {
	text-align: left;	
	background-color:#FFF;
	border:none;
	font-size:12px;
	color: #666;
}
#index table th {
	background: url(../images/bg02.png) left repeat-y;	
	text-align: left;	
	color:#3349A3;
	width: 110px;
	padding:3px;
}
#index table td.week {
	background-color: #7D92EA;
	text-align: center;	
	color:#3349A3;	
	width: 20px;
	height:20px;
}
#index td.open {
	background-color:#FFFFFF;
	background: url(../images/icon_open.gif) center center no-repeat;
	text-indent:-9999px;
}
#index td.close {
	background-color:#FFFFFF;
	background: url(../images/icon_close.gif) center center no-repeat;
	text-indent:-9999px;
}
#index td,
#index th,{
	border: 1px solid #003BA3;
}

/*---------- 08  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 h4#title03{background:url(../images/staff_h4-03.png) 0 0 no-repeat;}
#staff h4#title04{background:url(../images/staff_h4-04.png) 0 0 no-repeat;}
#staff h3#title05{background:url(../images/staff_h3-05.png) 0 0 no-repeat;}
#staff h4#title06{background:url(../images/staff_h4-06.png) 0 0 no-repeat;}
#staff h4#title07{background:url(../images/staff_h4-07.png) 0 0 no-repeat;}
#staff h3#title08{background:url(../images/staff_h3-08.png) 0 0 no-repeat;}

#staff h2#title09{background:url(../images/staff_h2-09.png) 0 0 no-repeat;}
#staff h3#title10{background:url(../images/staff_h3-10.png) 0 0 no-repeat;}
#staff h2#title11{background:url(../images/staff_h2-11.png) 0 0 no-repeat;}
#staff h3#title12{background:url(../images/staff_h3-12.png) 0 0 no-repeat;}
#staff h3#title13{background:url(../images/staff_h3-13.png) 0 0 no-repeat;}
#staff h3#title14{background:url(../images/staff_h3-14.png) 0 0 no-repeat;}
#staff h3#title15{background:url(../images/staff_h3-15.png) 0 0 no-repeat;}

#staff h3#title16{background:url(../images/staff_h3-16.png) 0 0 no-repeat;}
#staff h3#title17{background:url(../images/staff_h3-17.png) 0 0 no-repeat;}
#staff h4#title18{background:url(../images/staff_h4-18.png) 0 0 no-repeat;}
#staff h4#title19{background:url(../images/staff_h4-19.png) 0 0 no-repeat;}
#staff h4#title20{background:url(../images/staff_h4-20.png) 0 0 no-repeat;}


#staff .dr{width:320px; float:right; margin:0 0 20px 0;}
#staff .dr02{width:320px; float:right; margin:0;
margin-bottom:20px;}

#staff dl{margin:0 5px;}
#staff dl dt{
	width: 4em;
	float: left;
	font-weight: normal;
}
#staff dl dd{overflow:hidden;}

#staff .comment_box{
    background:#F7F5AA;
    padding:0 10px 0 10px;
}

#staff .case .image_l{
    padding-left:40px;
    }
#staff .case .image_r{
    padding-right:40px;
    }

#staff  .case_line .image_l{
    padding-left:10px;
    }
#staff  .case_line .image_r{
    padding-right:10px;
    }

#staff .arrow{background:url(../images/arrow.png) center center no-repeat; height:30px; text-indent:-9999px;}


#staff .case_line {
   padding-left:17px;
   padding-top:10px;
   }

#staff .case_line .alpha,
#staff .case_line .beta {
	float: left;
	margin: 0 15px 0 0;
	}
#staff .case_line .gamma {
	float: left;
	margin: 0 0 15px 0;
	}
#staff .section_book { margin: 15px 10px 10px 10px; padding:0 30px 0 0;}
#staff .section_book2 { margin: 15px 10px 30px 10px; padding:0 30px 0 0;}


.pdd-l { padding-left:53px;}
*html body .pdd-l { padding-left:42px;}
*:first-child+html .pdd-l { padding-left:38px;}
.marB5 { margin-bottom:8px;}
.marR5 { margin-right:10px;}
.marL5 { margin-left:10px;}

/*---------- 09  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 h3#title04{background:url(../images/clinic_h3-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 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 .access{ float:left; margin:0; width:250px;}

#clinic dl{margin:0 5px;}
#clinic dl dt{
	width: 80px;
	float: left;
	font-weight: normal;
}
#clinic dl dd {overflow:hidden; width:170px; }
* #clinic dl dd {overflow:hidden; width:150px; }

#clinic .photo_l{ float:left; margin:0; width:240px;}
#clinic .photo_r{ float:right; margin:0; width:240px;}


/*---------- 10  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 h4#title04{background:url(../images/implant_h4-04.png) 0 0 no-repeat;}
#implant h4#title05{background:url(../images/implant_h4-05.png) 0 0 no-repeat;}
#implant h4#title06{background:url(../images/implant_h4-06.png) 0 0 no-repeat;}
#implant h4#title07{background:url(../images/implant_h4-07.png) 0 0 no-repeat;}
#implant h4#title08{background:url(../images/implant_h4-08.png) 0 0 no-repeat;}
#implant h4#title09{background:url(../images/implant_h4-09.png) 0 0 no-repeat;}
#implant h4#title10{background:url(../images/implant_h4-10.png) 0 0 no-repeat;}
#implant h3#title11{background:url(../images/implant_h3-11.png) 0 0 no-repeat;}
#implant h4#title12{background:url(../images/implant_h4-12.png) 0 0 no-repeat;}
#implant h4#title13{background:url(../images/implant_h4-13.png) 0 0 no-repeat;}

#implant .step {margin:0 5px; padding:5px; border:solid 1px #CFDFFF;}
#implant .step p {margin: 0 5px;}
#implant .arrow{background:url(../images/arrow.png) center center no-repeat; height:30px; text-indent:-9999px;}

#implant .merit{margin:0 5px 15px 5px; padding:5px; background:url(../images/bg01.png) 0 bottom repeat-x; border:solid 1px #2B66F0;}
#implant .merit p{margin:0 10px;}

.case_i{width:570px; margin:0 0 15px 20px;}

/*---------- 11  Implant_Case -----------*/

#implant_case h2#title01{background:url(../images/implant_case_h2-01.png) 0 0 no-repeat;}
#implant_case h3#title02{background:url(../images/implant_case_h3-02.png) 0 0 no-repeat;}
#implant_case h3#title03{background:url(../images/implant_case_h3-03.png) 0 0 no-repeat;height:50px;}
#implant_case h3#title04{background:url(../images/implant_case_h3-04.png) 0 0 no-repeat;}

#implant_case .arrow{background:url(../images/arrow.png) center center no-repeat; height:30px; text-indent:-9999px;}


#implant_case h4{
    text-indent:0px;
    }

#implant_case fieldset{
    margin-top:10px;
    border:1px solid #ccc;
    }
#implant_case legend{
    margin-left:5px;
    }

#implant_case  .case_line .image_l{
    padding-left:10px;
    }
#implant_case  .case_line .image_r{
    padding-right:10px;
    }


/*---------- 12  Denture -----------*/

#denture h2#title01{background:url(../images/denture_h2-01.png) 0 0 no-repeat;}
#denture h3#title02{background:url(../images/denture_h3-02.png) 0 0 no-repeat;}
#denture h3#title03{background:url(../images/denture_h3-03.png) 0 0 no-repeat;}
#denture h4#title04{background:url(../images/denture_h4-04.png) 0 0 no-repeat;}
#denture h3#title05{background:url(../images/denture_h3-05.png) 0 0 no-repeat;}
#denture h4#title06{background:url(../images/denture_h4-06.png) 0 0 no-repeat;}
#denture h4#title07{background:url(../images/denture_h4-07.png) 0 0 no-repeat;}

#denture .case_line {
   padding-left:17px;
   padding-top:5px;
   }

#denture .case_line .alpha,
#denture .case_line .beta {
	float: left;
	margin: 0 15px 0 0;
	}
#denture .case_line .gamma {
	float: left;
	margin: 0 0 15px 0;
	}

#denture  .case_line .image_l{
    padding-left:10px;
    }
#denture  .case_line .image_r{
    padding-right:10px;
    }


/*---------- 13  Denture_Case -----------*/

#denture_case h2#title01{background:url(../images/denture_case_h2-01.png) 0 0 no-repeat;}
#denture_case h3#title02{background:url(../images/denture_case_h3-02.png) 0 0 no-repeat;}
#denture_case h3#title03{background:url(../images/denture_case_h3-03.png) 0 0 no-repeat;}
#denture_case .arrow{background:url(../images/arrow.png) center center no-repeat; height:30px; text-indent:-9999px;}

#denture_case .case_line {
   padding-left:17px;
   padding-top:10px;
   }

#denture_case .case_line .alpha,
#denture_case .case_line .beta {
	float: left;
	margin: 0 15px 0 0;
	}
#denture_case .case_line .gamma {
	float: left;
	margin: 0 0 15px 0;
	}

/*---------- 13  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;}


/*---------- 14  After -----------*/

#after h2#title01{background:url(../images/after_h2-01.png) 0 0 no-repeat;}
#after h3#title02{background:url(../images/after_h3-02.png) 0 0 no-repeat;}
#after h4#title03{background:url(../images/after_h4-03.png) 0 0 no-repeat;}
#after h4#title04{background:url(../images/after_h4-04.png) 0 0 no-repeat;}


/*---------- 14  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 h4#title03{background:url(../images/perio_h4-03.png) 0 0 no-repeat;}
#perio h4#title04{background:url(../images/perio_h4-04.png) 0 0 no-repeat;}
#perio h4#title05{background:url(../images/perio_h4-05.png) 0 0 no-repeat;}


/*---------- 15  Sitemap -----------*/

#sitemap h2#title01{background:url(../images/sitemap_h2-01.png) 0 0 no-repeat;}
#sitemap h3#title02{background:url(../images/sitemap_h3-02.png) 0 0 no-repeat; height:16px;}
#sitemap h3#title03{background:url(../images/sitemap_h3-03.png) 0 0 no-repeat; height:16px;}
#sitemap h3#title04{background:url(../images/sitemap_h3-04.png) 0 0 no-repeat; height:16px;}
#sitemap h3#title05{background:url(../images/sitemap_h3-05.png) 0 0 no-repeat; height:16px;}
#sitemap h3#title06{background:url(../images/sitemap_h3-06.png) 0 0 no-repeat; height:16px;}
#sitemap h3#title07{background:url(../images/sitemap_h3-07.png) 0 0 no-repeat; height:16px;}
#sitemap h3#title08{background:url(../images/sitemap_h3-08.png) 0 0 no-repeat; height:16px;}
#sitemap h3#title09{background:url(../images/sitemap_h3-09.png) 0 0 no-repeat; height:16px;}
#sitemap h3#title10{background:url(../images/sitemap_h3-10.png) 0 0 no-repeat; height:16px;}
#sitemap h3#title11{background:url(../images/sitemap_h3-11.png) 0 0 no-repeat; height:16px;}
#sitemap h3#title12{background:url(../images/sitemap_h3-12.png) 0 0 no-repeat; height:16px;}

#sitemap h3 a{display:block; width:500px; height:16px; margin-bottom:10px;}



