@charset "UTF-8";
@import "base.css";
@import "sori.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           #006B33      */
/*        Main Color - Light Pink     #fce6e6      */
/*        Main Color - Fresh Pink     #006B33      */
/*                                                 */
/*        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-y; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 800px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	}

#content {
	width: 620px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 2em 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 79px;
	width: 800px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #006B33;
	}
* html body #header { height: 79px; }

h1 {
	text-indent: -9999px;
	width: 292px;
	height: 45px;
	line-height: 1.0;
	float: left;
	}
h1 a {
    margin: 20px 30px 0;
	display: block;
	width: 292px;
	height: 45px;
	background: url(../images/h1.png) 0 0 no-repeat;
	}

#header .section {
	width: 188px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 8px 0px 0px 0px;
	height: 48px;
	}
#header p.tel img { display: block; }


#header_nav {
	clear: both;
	padding: 0;
	margin-top: 2px;
	margin-right: 10px;
	font-size: 93%;
	text-align: center;
	color: #006B33;
	list-style: none;
	float:right
	}

#header_nav a {
	text-decoration: none;
	color: #006B33;
	}
#header_nav a:hover { text-decoration: underline; }

#header_nav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#main p.index {
	width: 800px;
	height: 230px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006B33;
	margin:0;
	padding:0;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 180px;
	float: left;
	padding: 5px 0 20px 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/nav.png) 0 -350px no-repeat;
border-bottom:solid 1px  }

#nav03 a:hover { background: url(../images/nav.png) -180px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.png) -180px -35px no-repeat; }
#nav05 a:hover { background: url(../images/nav.png) -180px -70px no-repeat; }
#nav06 a:hover { background: url(../images/nav.png) -180px -105px no-repeat; }
#nav07 a:hover { background: url(../images/nav.png) -180px -140px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -180px -175px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -180px -210px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -180px -245px no-repeat; }
#nav11 a:hover { background: url(../images/nav.png) -180px -280px no-repeat; }
#nav12 a:hover { background: url(../images/nav.png) -180px -315px no-repeat; }
#nav13 a:hover { background: url(../images/nav.png) -180px -350px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	height:80px;
	clear: both;
	padding: 15px 0 14px 0;
	margin: 0;
	font-size: 85%;
	text-align: center;
	color: #006B33;
	background-color: #fff;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
*:first-child+html #footer { font-size: 9px; }
* html body #footer { font-size: 9px; }

#footer a {
	text-decoration: none;
	color: #006B33;
	}
#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 30px; }
*html body .section { padding:24px;}

.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 46px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 30px;
	text-indent: -9999px;
	margin-left: -10px;
	}
	
	
#content h4 {
	height: 30px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 0 6px no-repeat;
	padding-left: 20px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content a { text-decoration: underline; }
a { color: #006B33; }
a:hover { color: #006B33; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 16px 16px 0;
	}

.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}


.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	}


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 99px;
	height: 13px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 13px;
	background: url(../images/to_top.png) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 0 1px no-repeat;
	}

.caption {   
    text-align: center;   
    }  
	
.case02 .alpha,   
.case02 .beta {   
    float: left;   
    margin: 0 40px 15px 0;   
    }   
.case02 .gamma {   
    float: left;   
    margin: 0 0 15px 0; 
    }  

.case02 {
	margin: 10px 20px;
	}

#content .case02 {   
    background: url(../images/arrow03.jpg) 179px center no-repeat;
    padding: 0 30px;
    }
	
#content .case {   
    background: url(../images/arrow01.jpg) center center no-repeat;   
    padding: 0 30px;   
    }  


/*---------- 07  Index -----------*/

#index h2#title01 { background: url(../images/index_h2.jpg) 0 0 no-repeat; }
#index h3#title02 { background: url(../images/index_h3_01.jpg) 0 0 no-repeat;	margin-left: 0px; }
#index h3#title03 { background: url(../images/index_h3_02.jpg) 0 0 no-repeat;	margin-left: 0px; }
#index h3#title04 { background: url(../images/index_h3_03.jpg) 0 0 no-repeat;	margin-left: 0px; }
#index h4#title05 { background: url(../images/index_h4_01.jpg) 0 0 no-repeat;}

#index h3 a {
	display: block;
	height: 30px;
	text-indent: -9999px;
}
#content #index h3 {
	height: 30px;
	text-indent: -9999px;
	margin-left: -10px;
	}

#index .pk01{
    float: left;
	margin: 0 15px 15px 0;
	border-right-width: 1px;
	border-bottom: 1px solid #12893A;
	border-right:1px solid #12893A;
	width: 170px;
	}
.pk02 {
	float: left;
	margin: 0 15px 15px 0;
	border-bottom: 1px solid #12893A;
	border-right:1px solid #12893A;
	width: 170px;
	}
.pk03{
	float: left;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #12893A;
	border-right:1px solid #12893A;
	width: 170px;
	}

#index p.pk{
    margin: 5px 5px 10px 5px;
	}

#index p.pk_i{
	margin-left: 5px;
	}

#index #info{
    margin: .5em 30px; 
	padding: 10px;
	background-color: #FCFADB;
	display: block;
	 }

#index dl.clinic_info {
	margin: 0;
	padding: 0;
	}

#index dl dt.info01 {
	width: 5em;
	float: left;
	padding-left: 20px;
	background: url(../images/index_img05.jpg) 10px 5px no-repeat;
	text-indent: -9999px;
	}
	
#index dl dt.info02 {
	width: 5em;
	float: left;
	padding-left: 20px;
	background: url(../images/index_img06.jpg) 10px 5px no-repeat;
	text-indent: -9999px;
	}

#index dl.clinic_info dd { margin-left: 7em; }
#index dl.clinic_info dd.office-hour {
	float: left;
	margin-left: 0;
	margin-top: 5px;
	}
table{
     width:340px;
	 margin: 1em 0;
	 }
table td{
	background-color:#FFFFFF;
	color: #006B33;
	text-align: center;
}
table th{
	width:130px;
	background-color:#F0F99D;
	font-size:10px;
	text-align: left;
}
table td.Sat{
    width:60px;
	font-size:10px;}
  

/*---------- 08  Concept -----------*/

#concept h2#title01 { background: url(../images/concept_h2.jpg) 0 0 no-repeat; }
#concept h3#title02 { background: url(../images/concept_h3_01.jpg) 0 0 no-repeat; }
#concept h4#title03 { background: url(../images/concept_h4_01.jpg) 0 0 no-repeat; }
#concept h4#title04 { background: url(../images/concept_h4_02.jpg) 0 0 no-repeat; }
#concept h4#title05 { background: url(../images/concept_h4_03.jpg) 0 0 no-repeat; }

#concept dl {
margin: 0;
padding: 0;
}
#concept dl dt{
	width: 70px;
	float: left;
	margin-left: 15px;
}
#concept dl dd{
	margin-left: 90px;
	width: 210px;
}

#concept .subtitle{
	background: url(../images/li_bg.jpg) 0px 5px no-repeat;
	text-align: left;
	text-indent: 15px;
	margin:0;
	padding:0;
}

#concept .subtitle02{
	background: url(../images/li_bg.jpg) 0px 5px no-repeat;
	text-align: left;
	text-indent: 20px;
	margin:0;
	padding:0;
}
#concept .subtitle03{
	background: url(../images/li_bg.jpg) 20px 5px no-repeat;
	text-align: left;
	text-indent: 40px;
	margin:0;
	padding:0;
}

#concept .dr{
	margin-left: 15px;
}
	
	
/*---------- 09  clinic -----------*/

#clinic h2#title01 { background: url(../images/clinic_h2.jpg) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3_01.jpg) 0 0 no-repeat; }
#clinic h4#title03 { background: url(../images/clinic_h4_01.jpg) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4_02.jpg) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4_03.jpg) 0 0 no-repeat; }
#clinic h4#title06 { background: url(../images/clinic_h4_04.jpg) 0 0 no-repeat; }
#clinic h4#title07 { background: url(../images/clinic_h4_05.jpg) 0 0 no-repeat; }
#clinic h4#title08 { background: url(../images/clinic_h4_06.jpg) 0 0 no-repeat; }


/*---------- 10  medical -----------*/

#medical h2#title01 { background: url(../images/medical_h2.jpg) 0 0 no-repeat; }
#medical h3#title02 { background: url(../images/medical_h3_01.jpg) 0 0 no-repeat; }
#medical h3#title03 { background: url(../images/medical_h3_02.jpg) 0 0 no-repeat; }
#medical h3#title04 { background: url(../images/medical_h3_03.jpg) 0 0 no-repeat; }
#medical h3#title05 { background: url(../images/medical_h3_04.jpg) 0 0 no-repeat; }
#medical h3#title06 { background: url(../images/medical_h3_05.jpg) 0 0 no-repeat; }
#medical h3#title07 { background: url(../images/medical_h3_06.jpg) 0 0 no-repeat; }
#medical h3#title08 { background: url(../images/medical_h3_07.jpg) 0 0 no-repeat; }
#medical h3#title09 { background: url(../images/medical_h3_08.jpg) 0 0 no-repeat; }
#medical h4#title01 { background: url(../images/medical_h4_01.jpg) 0 0 no-repeat; }
/*---------- 11  prevent -----------*/

#prevent h2#title01 { background: url(../images/prevent_h2.jpg) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3_01.jpg) 0 0 no-repeat; }
#prevent h3#title03 { background: url(../images/prevent_h3_02.jpg) 0 0 no-repeat; }
#prevent h3#title04 { background: url(../images/prevent_h3_03.jpg) 0 0 no-repeat; }
#prevent h3#title05 { background: url(../images/prevent_h3_04.jpg) 0 0 no-repeat; }
#prevent h4#title06 { background: url(../images/prevent_h4_01.jpg) 0 0 no-repeat; }
#prevent h4#title07 { background: url(../images/prevent_h4_02.jpg) 0 0 no-repeat; }
#prevent h4#title08 { background: url(../images/prevent_h4_03.jpg) 0 0 no-repeat; }
#prevent h4#title09 { background: url(../images/prevent_h4_04.jpg) 0 0 no-repeat; }
#prevent h4#title10 { background: url(../images/prevent_h4_05.jpg) 0 0 no-repeat; }


/*---------- 12  anti -----------*/

#anti h2#title01 { background: url(../images/anti_h2.jpg) 0 0 no-repeat; }
#anti h3#title02 { background: url(../images/anti_h3_01.jpg) 0 0 no-repeat; }
#anti h3#title03 { background: url(../images/anti_h3_02.jpg) 0 0 no-repeat; }
#anti h4#title04 { background: url(../images/anti_h4_01.jpg) 0 0 no-repeat; }
#anti h4#title05 { background: url(../images/anti_h4_02.jpg) 0 0 no-repeat; }
#anti h4#title06 { background: url(../images/anti_h4_03.jpg) 0 0 no-repeat; }
#anti h4#title07 { background: url(../images/anti_h4_04.jpg) 0 0 no-repeat; }

/*---------- 13  ortho -----------*/

#ortho h2#title01 { background: url(../images/ortho_h2.jpg) 0 0 no-repeat; }
#ortho h3#title02 { background: url(../images/ortho_h3_01.jpg) 0 0 no-repeat; }
#ortho h3#title03 { background: url(../images/ortho_h3_02.jpg) 0 0 no-repeat; }
#ortho h3#title04 { background: url(../images/ortho_h3_03.jpg) 0 0 no-repeat; }
#ortho h4#title05 { background: url(../images/ortho_h4_01.jpg) 0 0 no-repeat; }
#ortho h4#title06 { background: url(../images/ortho_h4_02.jpg) 0 0 no-repeat; }

#ortho .subtitle{
	background: url(../images/li_bg.jpg) 0px 5px no-repeat;
	text-align: left;
	text-indent: 15px;
	margin:0;
	padding:0;
	color: #006B33;
}

#ortho p.flow{
	background-image: url(../images/arrow02.jpg);
	padding: 5px 15px 40px 15px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#ortho p.flow02{
	padding: 5px 15px 0px 15px;
}
	
#ortho .image_c {
	margin: 0 250px;}
	
	
/*---------- 14  esthe -----------*/

#esthe h2#title01 { background: url(../images/esthe_h2.jpg) 0 0 no-repeat; }
#esthe h3#title02 { background: url(../images/esthe_h3_01.jpg) 0 0 no-repeat; }
#esthe h3#title03 { background: url(../images/esthe_h3_02.jpg) 0 0 no-repeat; }
#esthe h4#title04 { background: url(../images/esthe_h4_01.jpg) 0 0 no-repeat; }
#esthe h4#title05 { background: url(../images/esthe_h4_02.jpg) 0 0 no-repeat; }

#esthe dl dt{
	width: 2em;
	float: left;
	font-weight: bold;
}
#esthe dl dd{
	   width: 450px;}	
	   
	
/*---------- 15  child -----------*/

#child h2#title01 { background: url(../images/child_h2.jpg) 0 0 no-repeat; }
#child h3#title02 { background: url(../images/child_h3_01.jpg) 0 0 no-repeat; }
#child h3#title03 { background: url(../images/child_h3_02.jpg) 0 0 no-repeat; }
#child h4#title04 { background: url(../images/child_h4_01.jpg) 0 0 no-repeat; }
#child h4#title05 { background: url(../images/child_h4_02.jpg) 0 0 no-repeat; }
	   
	
/*---------- 16  access -----------*/

#access h2#title01 { background: url(../images/access_h2.jpg) 0 0 no-repeat; }
#access h3#title02 { background: url(../images/access_h3_01.jpg) 0 0 no-repeat; }

#access .info {   
    float: left;   
    margin: 0 0 10px 0; 
    }  
	
#access .subtitle{
	background: url(../images/li_bg.jpg) 0px 5px no-repeat;
	text-align: left;
	text-indent: 15px;
	margin:0;
	padding:0;
	color: #006B33;
}

#access table{
     width:330px;
	 float:left
	 
	 }
	 

/*---------- 17  sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2.jpg) 0 0 no-repeat; }
#sitemap h3#title02 { background: url(../images/sitemap_h3_01.jpg) 0 0 no-repeat; }
#sitemap h3#title03 { background: url(../images/sitemap_h3_02.jpg) 0 0 no-repeat; }
#sitemap h3#title04 { background: url(../images/sitemap_h3_03.jpg) 0 0 no-repeat; }
#sitemap h3#title05 { background: url(../images/sitemap_h3_04.jpg) 0 0 no-repeat; }
#sitemap h3#title06 { background: url(../images/sitemap_h3_05.jpg) 0 0 no-repeat; }
#sitemap h3#title07 { background: url(../images/sitemap_h3_06.jpg) 0 0 no-repeat; }
#sitemap h3#title08 { background: url(../images/sitemap_h3_07.jpg) 0 0 no-repeat; }
#sitemap h3#title09 { background: url(../images/sitemap_h3_08.jpg) 0 0 no-repeat; }
#sitemap h3#title10 { background: url(../images/sitemap_h3_09.jpg) 0 0 no-repeat; }
#sitemap h3#title11 { background: url(../images/sitemap_h3_10.jpg) 0 0 no-repeat; }
#sitemap h3#title12 { background: url(../images/sitemap_h3_11.jpg) 0 0 no-repeat; }

#sitemap h3 a {
	display: block;
	width: 540px;
	height: 25px;
	}
	 

/*---------- 18  job -----------*/

#job h2#title01 { background: url(../images/job_h2.jpg) 0 0 no-repeat; }
#job h3#title02 { background: url(../images/job_h3_01.jpg) 0 0 no-repeat; }

#job table{
     width:500px;
	 }
#job table td{
	background-color:#FFFFFF;
	text-align: left;
	color: #666666;
}
#job table th{
	width:120px;
	background-color:#F0F99D;
	font-size:12px;
	text-align: left;
	color: #006B33;
}


