@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; }
#wrapper{ background: url(../images/footer_bg.jpg) bottom repeat-x; width: 100%; height:100%; padding: 0 0 3px 0; }

#wrapper02 {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #799D12;
	border-left-color: #799D12;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.jpg) repeat-y;
	}

#content {
	width: 580px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 10px 0 1em 0;
	}


* html body #content {
	width: 570px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 10px 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 102px;
	width: 800px;
	margin: 0;
	padding: 0;
	}
* html body #header { height: 102px; } /*  for IE6 only */

h1 {
	text-indent: -9999px;
	width: 300px;
	height: 70px;
	line-height: 1.0;
	float: left;
	margin:14px 0 0 30px;
	}
* html body h1 {
	text-indent: -9999px;
	width: 300px;
	height: 70px;
	line-height: 1.0;
	float: left;
	margin:14px 0 0 15px;
	}
h1 a {
	display: block;
	width: 300px;
	height: 70px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 260px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 5px;
	padding: 0;
	}
#header p.tel img { display: block; }

	
#header_img{background:url(../images/header_img.jpg) 0 0 no-repeat; width:800px; height:210px; margin:0; }

#header_img ul
#header_img li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

ul#header_nav {
	width:269px; 
	text-indent: -9999px;
	float:right;
	margin:2px 23px;
	list-style: none;}
	
* html body ul#header_nav {
	width:269px; 
	text-indent: -9999px;
	float:right;
	margin:2px 11px;
	list-style: none;}

ul#header_nav,
ul#header_nav li{list-style: none;}

ul#header_nav li a{
	display: block;list-style-type: none;
	}


#header_nav01 { background: url(../images/header_nav.jpg) 0 0 no-repeat ; height:36px; }
#header_nav02 a{ background: url(../images/header_nav.jpg) 0 -36px no-repeat; height:35px; }
#header_nav03 a{ background: url(../images/header_nav.jpg) 0 -71px no-repeat; height:35px; }
#header_nav04 a{ background: url(../images/header_nav.jpg) 0 -106px no-repeat; height:35px; }
#header_nav05 { background: url(../images/header_nav.jpg) 0 -141px no-repeat; height:39px; }

#header_nav02 a:hover{ background: url(../images/header_nav.jpg) -269px -36px no-repeat; height:35px; }
#header_nav03 a:hover{ background: url(../images/header_nav.jpg) -269px -71px no-repeat; height:35px; }
#header_nav04 a:hover{ background: url(../images/header_nav.jpg) -269px -106px no-repeat; height:35px; }

/*コメントアウト中のみ適用*/
#header_nav03 { background: url(../images/header_nav.jpg) 0 -71px no-repeat; height:35px; }




/*----------04  Navigation -----------*/

#nav {
	width: 220px;
	float: left;
	padding: 0 0 20px 0;
	}


#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#nav ul.nav_01,
#nav ul.nav_02,
#nav ul.nav_03 {
	width:215px;
	float:right;
	margin: 0 0 10px 0;
	padding: 0 0 13px 0;
	text-indent: -9999px;
	background:url(../images/nav_bottom.jpg) 0 bottom no-repeat;
	}
	
#nav .nav_01 li,
#nav .nav_02 li,
#nav .nav_03 li{
	margin: 0;
	padding: 0 ;
	list-style: none;
	text-indent: -9999px;
	}


#nav .nav_01 li a,
#nav .nav_02 li a,
#nav .nav_03 li a{
	display: block;
	}

#nav p.img_r{float:right; margin:5px 0;}

#nav_01-01{ background: url(../images/nav01.jpg) 0 0 no-repeat ; height:48px; }
#nav_01-02 a{ background: url(../images/nav01.jpg) 0 -48px no-repeat; height:40px; }
#nav_01-03 a{ background: url(../images/nav01.jpg) 0 -88px no-repeat; height:40px; }
#nav_01-04 a{ background: url(../images/nav01.jpg) 0 -128px no-repeat; height:40px; }
#nav_01-05 a{ background: url(../images/nav01.jpg) 0 -168px no-repeat; height:40px; }
#nav_01-06 a{ background: url(../images/nav01.jpg) 0 -208px no-repeat; height:40px; }

#nav_01-02 a:hover{ background: url(../images/nav01.jpg) -215px -48px no-repeat; height:40px; }
#nav_01-03 a:hover{ background: url(../images/nav01.jpg) -215px -88px no-repeat; height:40px; }
#nav_01-04 a:hover{ background: url(../images/nav01.jpg) -215px -128px no-repeat; height:40px; }
#nav_01-05 a:hover{ background: url(../images/nav01.jpg) -215px -168px no-repeat; height:40px; }
#nav_01-06 a:hover{ background: url(../images/nav01.jpg) -215px -208px no-repeat; height:40px; }

#nav_02-01{ background: url(../images/nav02.jpg) 0 0 no-repeat ; height:48px; }
#nav_02-02 a{ background: url(../images/nav02.jpg) 0 -48px no-repeat; height:40px; }
#nav_02-03 a{ background: url(../images/nav02.jpg) 0 -88px no-repeat; height:40px; }

#nav_02-02 a:hover{ background: url(../images/nav02.jpg) -215px -48px no-repeat; height:40px; }
#nav_02-03 a:hover{ background: url(../images/nav02.jpg) -215px -88px no-repeat; height:40px; }

#nav_03-01{ background: url(../images/nav03.jpg) 0 0 no-repeat ; height:48px; }
#nav_03-02 a{ background: url(../images/nav03.jpg) 0 -48px no-repeat; height:40px; }
#nav_03-03 a{ background: url(../images/nav03.jpg) 0 -88px no-repeat; height:40px; }

#nav_03-02 a:hover{ background: url(../images/nav03.jpg) -215px -48px no-repeat; height:40px; }
#nav_03-03 a:hover{ background: url(../images/nav03.jpg) -215px -88px no-repeat; height:40px; }

#nav p { text-align: center; }
#nav .mg{margin-top:15px;}

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0;
	margin: 0;
	font-size: 85%;
	color: #FFF;
	width:800px; background-color:#366837;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer .link{height:100px;	background: #fff url(../images/footer.jpg) top repeat-x;
}

#footer a {
	text-decoration: none;
	color: #FFF;
	}
#footer a:hover { text-decoration: underline; }

#footer .link .tel{float:left; margin:30px 0 0 20px;}
#footer .menu{float:right;text-align:left; margin: 25px 20px 0 0;
}
#footer .menu ul { 
	list-style: none;
	padding: 0;
	clear: both;
	margin:0;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { text-align:center; padding:10px; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 30px; }
.section .section { padding: .5em 10px; }
* html body .section { padding: .5em 20px; }
p.center { text-align: center; }

#content h2 {
	height: 60px;
	width:520px;
	text-indent: -9999px;
	margin: 0 25px;
	}
* html body #content h2 {
	height: 60px;
	width:520px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 40px;
	text-indent: -9999px;
	margin-left: -5px;
	}
#content h4 {
	height: 20px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 0 0 .3em .3em;
	color:#799D12;
	border-bottom: 1px dotted #D4E300;
	}

#content ul{margin:10px;}
#content ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 0 9px 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: #366837;
	outline: none;
	}
a:hover { color: #366837; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 15px 15px 0;
	}

.image_r {
	float: right;
	margin: 0 0 15px 15px;
	}
.image_r2 {
	float: right;
	margin-bottom:15px;
	}


.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .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: 14px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 14px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.jpg) 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 */

.text01{background-color:#FFF; background-image:url(../images/implant01.jpg); background-position:right; background-repeat:no-repeat;  padding:15px; margin:20px 0;}
.text01 .image_l{padding-top:5px;}
.text02{background-color:#FFF; border: solid 1px #999; padding:15px; margin:20px 0;}
.marb40 { margin-bottom:40px;}
.marb60 { margin-bottom:60px;}
.marb20 { margin-bottom:20px;}

p.greeting {
	margin: 0;
	padding: 0;
	}


/*---------- 07  Index -----------*/
#index h2{height:76px; margin:0 auto;}
#index h2#title01 a{background:url(../images/banner01.jpg) 0 0 no-repeat; width:520px; height:76px; text-indent:-9999px; display:block;}
#index h2#title01 a:hover{background:url(../images/banner01_o.jpg) 0 0 no-repeat; width:520px; height:76px;  text-indent:-9999px; display:block;}
#index h3#title02{background:url(../images/index_h3-02.jpg) 0 0 no-repeat; width:240px; height:30px; margin:0; text-indent:-9999px;}
#index h3#title03{background:url(../images/index_h3-03.jpg) 0 0 no-repeat; width:240px; height:30px; margin:0; text-indent:-9999px;}
#index h3#title04{background:url(../images/index_h3-04.jpg) 0 0 no-repeat; width:240px; height:30px; margin:0; text-indent:-9999px;}
#index h3#title05{background:url(../images/index_h3-05.jpg) 0 0 no-repeat; width:240px; height:30px; margin:0; text-indent:-9999px;}
#index h4#title06{background:url(../images/index_h4-06.jpg) 0 5px no-repeat; margin:0; text-indent:-9999px; width:235px;}


#index .pickup_l{width:240px; float:left;}
#index .pickup_r{width:240px; float:right;}
#index .pickup_l p,
#index .pickup_r p{padding:5px; height:6em;}
#index .pickup_l a,
#index .pickup_r a{background:url(../images/click.jpg) 0 0 no-repeat;
 margin:0 auto; text-indent:-9999px; display:block; width:233px; height:13px;}
 

/*---------- 08  Treatment -----------*/
#treatment h2#title01{background:url(../images/treatment_h2-01.jpg) 0 0 no-repeat;}
#treatment h3#title02{background:url(../images/treatment_h3-02.jpg) 0 0 no-repeat;}
#treatment h3#title03{background:url(../images/treatment_h3-03.jpg) 0 0 no-repeat;}


/*---------- 09  Implant -----------*/
#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 h3#title04{background:url(../images/implant_h3-04.jpg) 0 0 no-repeat;}
#implant h4#title05{background:url(../images/implant_h4-05.jpg) 0 0 no-repeat;}
#implant h4#title06{background:url(../images/implant_h4-06.jpg) 0 0 no-repeat;}
#implant h4#title07{background:url(../images/implant_h4-07.jpg) 0 0 no-repeat;}

/*---------- 10  Class -----------*/
#class h2#title01{background:url(../images/class_h2-01.jpg) 0 0 no-repeat;}
#class h3#title02{background:url(../images/class_h3-02.jpg) 0 0 no-repeat;}
#class h3#title03{background:url(../images/class_h3-03.jpg) 0 0 no-repeat;}
#class h4#title04{background:url(../images/class_h4-04.jpg) 0 0 no-repeat;}
#class h4#title05{background:url(../images/class_h4-05.jpg) 0 0 no-repeat; margin-top:5px;}
#class h4#title06{background:url(../images/class_h4-06.jpg) 0 0 no-repeat; margin-top:5px;}
#class h3#title07{background:url(../images/class_h3-07.jpg) 0 0 no-repeat;}
#class h4#title08{background:url(../images/class_h4-08.jpg) 0 0 no-repeat;}
#class h3#title09{background:url(../images/class_h3-08.jpg) 0 0 no-repeat;}

#class .flow h4{background-color:#EEE; margin:0; height:20px; padding:0 10px;}
#class .flow .text02{background-color:#FFF; border: solid 1px #999; padding:15px; margin:0;}


/*---------- 11  Success -----------*/
#success h2#title01{background:url(../images/success_h2-01.jpg) 0 0 no-repeat;}
#success h3#title02{background:url(../images/success_h3-02.jpg) 0 0 no-repeat;}
#success h4#title03{background:url(../images/success_h4-03.jpg) 0 0 no-repeat;}
#success h3#title04{background:url(../images/success_h3-04.jpg) 0 0 no-repeat;}
#success h3#title05{background:url(../images/success_h3-05.jpg) 0 0 no-repeat;}
#success h3#title06{background:url(../images/success_h3-06.jpg) 0 0 no-repeat;}

/*---------- 12  Case -----------*/
#case h2#title01{background:url(../images/case_h2-01.jpg) 0 0 no-repeat;}


/*---------- 13  After -----------*/
#after h2#title01{background:url(../images/after_h2-01.jpg) 0 0 no-repeat;}
#after h3#title02{background:url(../images/after_h3-02.jpg) 0 0 no-repeat;}
#after h4#title03{background:url(../images/after_h4-03.jpg) 0 0 no-repeat;}
#after h3#title04{background:url(../images/after_h3-04.jpg) 0 0 no-repeat;}
#after h4#title05{background:url(../images/after_h4-05.jpg) 0 0 no-repeat;}


/*---------- 14  Perio -----------*/
#perio h2#title01{background:url(../images/perio_h2-01.jpg) 0 0 no-repeat;}
#perio h3#title02{background:url(../images/perio_h3-02.jpg) 0 0 no-repeat;}
#perio h4#title03{background:url(../images/perio_h4-03.jpg) 0 0 no-repeat;}
#perio h3#title04{background:url(../images/perio_h3-04.jpg) 0 0 no-repeat;}
#perio h3#title05{background:url(../images/perio_h3-05.jpg) 0 0 no-repeat;}


/*---------- 15  Dr -----------*/
#dr h2#title01{background:url(../images/dr_h2-01.jpg) 0 0 no-repeat;}
#dr h3#title02{background:url(../images/dr_h3-02.jpg) 0 0 no-repeat;}
#dr h4#title03{background:url(../images/dr_h4-03.jpg) 0 0 no-repeat;}
#dr h4#title04{background:url(../images/dr_h4-04.jpg) 0 0 no-repeat;}
#dr h3#title05{background:url(../images/dr_h3-05.jpg) 0 0 no-repeat;}
#dr h4#title06{background:url(../images/dr_h4-06.jpg) 0 0 no-repeat;}
#dr h4#title07{background:url(../images/dr_h4-07.jpg) 0 0 no-repeat;}
#dr h4#title08{background:url(../images/dr_h4-08.jpg) 0 0 no-repeat;}
#dr h4#title09{background:url(../images/dr_h4-09.jpg) 0 0 no-repeat;}
#dr h4#title10{background:url(../images/dr_h4-10.jpg) 0 0 no-repeat;}
#dr h4#title11{background:url(../images/dr_h4-11.jpg) 0 0 no-repeat;}
#dr h4#title12{background:url(../images/dr_h4-12.jpg) 0 0 no-repeat;}

#dr .staff{float:right; width:300px; margin-bottom:15px;}
#dr .text02 h4{height:30px;}


/*---------- 16  Access -----------*/
#access h2#title01{background:url(../images/access_h2-01.jpg) 0 0 no-repeat;}
#access h3#title02{background:url(../images/access_h3-02.jpg) 0 0 no-repeat;}
#access h3#title03{background:url(../images/access_h3-03.jpg) 0 0 no-repeat;}

#access table {
	text-align: left;	
	background-color:#FFF;
	border:none;
	font-size:12px;
	color: #666;
	margin:0 auto;
}
#access table th {
	text-align: left;	
	color:#366837;
	background-color:#8ED47D;
	width: 150px;
}
#access td {
	background-color:#EEEEEE;
	width: 350px;
}

#access td,
#access th,{
	border: 1px solid #366837;
}

#access dl{margin:0;}
#access dl dt{width:8em; float:left; font-weight: normal;}
#access dl dd{ overflow:hidden;}

#access .clinic{background-color:#EEE; border: solid 1px #999; padding:5px; width:210px; font-weight: bold;}


#class table th {
	text-align: left;	
	color:#366837;
	background-color:#8ED47D;
	width: 150px;
}
#class td {
	background-color:#EEEEEE;
	width: 350px;
}

#class td,
#class th,{
	border: 1px solid #366837;
}

#class dl{margin:0;}
#class dl dt{width:8em; float:left; font-weight: normal;}
#class dl dd{ overflow:hidden;}

#class .clinic{background-color:#EEE; border: solid 1px #999; padding:5px; width:210px; font-weight: bold;}

/*---------- 17  Sitemap -----------*/
#contact h2#title01{background:url(../images/form.jpg) 0 0 no-repeat;}
#contact dl{margin:10px;}
#contact dl dt{
	font-size: 108%;
	font-weight: bold;
	margin: 0 0 .3em .3em;
	color:#799D12;
	border-bottom: 1px dotted #D4E300;
	text-indent:0;
	}
#contact dl dd{margin-left:30px; margin-bottom:15px;}



.mailform th{
  background-color: #CCCCCC;
}
.caution{
  color: #FF0000;
}














