@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/wrapper_bg.jpg) center top no-repeat;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}

#main_bg {
	margin: 0 auto;
	background: url(../images/main_bg.jpg) bottom center no-repeat;
	padding:0 0 20px 0;
	}

#main {
	margin: 0 auto;
	background: #FFF;
	padding:5px;
	border: solid 1px #999;
	text-align: left;
	width: 900px;
	}

*html #main {
	margin: 0 auto;
	background: #FFF;
	padding:5px;
	border: solid 1px #999;
	text-align: left;
	width: 910px;
	}

#content {
	width: 640px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 10px 0 1em 0;
	}
#content {
	width: 640px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 10px 0 1em 0;
	}

#catch {
	width: 900px;
	margin: 0;
	padding:0 0 10px 0;
	}

/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 100px;
	width: 910px;
	margin: 0 auto;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 485px;
	height: 70px;
	line-height: 1.0;
	float: left;
	margin:18px 0 0 0;
	padding: 0;
	}
h1 a {
	display: block;
	width: 485px;
	height: 70px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	float: right;
	margin: 18px 5px 0 0;
	padding: 0;
	}

*html #header .section {
	float: right;
	margin: 18px 3px 0 0;
	padding: 0;
	}

#header p {
	margin: 0;
	}

/*----------04  Navigation -----------*/

#nav {
	width: 250px;
	float: left;
	padding: 5px 0 20px 0;
	}

#nav ul{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}	

#nav .internal li {
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 40px;
	}
	
#nav .internal li#nav01,
#nav .internal li#nav01 a,
#nav .internal li#nav01 a:hover { height:52px; }

#nav .internal li#nav04,
#nav .internal li#nav04 a,
#nav .internal li#nav04 a:hover { height:60px; }
		
#nav .internal li#nav10,
#nav .internal li#nav10 a,
#nav .internal li#nav10 a:hover { height:53px; }
	
#nav01 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav.jpg) 0 -52px no-repeat; }
#nav03 a { background: url(../images/nav.jpg) 0 -92px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -132px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -192px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -232px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -272px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -312px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -352px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -392px no-repeat; }

#nav01 a:hover { background: url(../images/nav.jpg) -250px 0 no-repeat; }
#nav02 a:hover { background: url(../images/nav.jpg) -250px -52px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -250px -92px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -250px -132px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -250px -192px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -250px -232px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -250px -272px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -250px -312px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -250px -352px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -250px -392px no-repeat; }

#nav p {
	text-align: center;
	margin-bottom: 10px;
	}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 10px 0 20px 0;
	margin: 0;
	background: url(../images/footer_bg.jpg) top repeat-x;
	text-align: center;
	color: #FFF;
	}
#footer a {
	text-decoration: none;
	}
#footer a:hover { text-decoration: underline; }

#footer .section {
	width:900px;
	margin:0 auto;
	padding: 0;
	margin:0 auto;
	text-align: left;
	}

#footer .banner a {
	background:url(../images/footer_banner.jpg) 0 0 no-repeat;
	width:900px;
	height:70px;
	text-indent:-9999px;
	display:block;
	margin: 0 0 15px 0;
	padding: 0;
	}
#footer .banner a:hover {
	background:url(../images/footer_banner.jpg) 0 -70px no-repeat;
	}

#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 {
	background:url(../images/footer_copyright.jpg) center 30px no-repeat;
	text-indent:-9999px;
	height:45px;
	clear: both;
	padding:10px;
	display:block;
	}
	
#footer .box_l {
	width:334px;
	margin: 0;
	padding: 0;
	float:left;
	background: url(../images/footer_bg02.jpg);
	}
#footer .box_l p#f_title01 {
	margin: 0;
	padding: 0;
	height:32px;
	}

#footer .box_l p#f_time {
	margin: 0;
	padding: 0;
	height:130px;
	}
#footer .box_l p{
	padding: 5px 15px;
	color:#666;
	}

#footer .box_r {
	width:553px;
	margin: 0;
	padding: 0;
	float:right;
	background: url(../images/footer_logo.jpg) right bottom no-repeat;
	}
#footer .box_r p{padding: 0 15px;}


/*---------- 06  Contents -----------*/

.section { padding: .5em 5px 1em 5px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
	height: 70px;
	}
#content h3 {
	clear: both;
	height: 65px;
	}
#content h4 {
	height: 26px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 124%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	color:#7D4F00;
	}

#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 dt { font-weight: bold; }

#content a { text-decoration: underline; }

a {
	color: #3D70AB;
	outline: none;
	}
a:hover { color: #7D4F00; }

#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.gif) center center no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow.gif) 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: 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.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 */



#content table {
	border-collapse:collapse;
	border: 1px solid #734D21;
	font-size: 100%;
	color: #666;
	margin-left: 20px;
	}

#content table th,
#content table td {
	padding: 4px 6px;
	border: 1px solid #F0F0F0;
	}

#content table th {
	background: #F0DB80;
	color: #734D21
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}


/*---------- 07  Index -----------*/
#index #nav01 a { background: url(../images/nav.jpg) -250px 0 no-repeat; }

#index h2#title01 {
	margin:0;
	height:60px;
	}
#index h3#title02 {
	height:32px;
	}

#index #pickup {
	width:638px;
	background:url(../images/index_bg02.jpg);
	padding:0;
	margin:0;
	}
#index #pickup .pickup_bg{
	background:url(../images/index_bg01.jpg) top no-repeat;
	padding:10px 50px;
	margin:0;
	}
#index #pickup p,
#index #pickup ul{
	padding:0;
	margin:0;
	list-style:none;
	}
#index #pickup li{
	padding: 0 0 10px 0;
	margin: 0;
	list-style:none;
	background-image:none;
	}

#index #pickup a{
	background:url(../images/index_click.jpg) 0 0 no-repeat;
	display:block;
	height:145px;
	width:638px;
	text-indent:-9999px;
	padding:0;
	margin:0;
	}

#index #pickup a:hover{
	background:url(../images/index_click.jpg) 0 -145px no-repeat;
	}

#index .box01 {
	background:url(../images/index_bg03.jpg) top repeat-x;
	padding:10px 20px;
	margin:0;
	}

#nav01 a.selected { background: url(../images/nav.jpg) -250px 0 no-repeat; }
#nav02 a.selected { background: url(../images/nav.jpg) -250px -52px no-repeat; }
#nav03 a.selected { background: url(../images/nav.jpg) -250px -92px no-repeat; }
#nav04 a.selected { background: url(../images/nav.jpg) -250px -132px no-repeat; }
#nav05 a.selected { background: url(../images/nav.jpg) -250px -192px no-repeat; }
#nav06 a.selected { background: url(../images/nav.jpg) -250px -232px no-repeat; }
#nav07 a.selected { background: url(../images/nav.jpg) -250px -272px no-repeat; }
#nav08 a.selected { background: url(../images/nav.jpg) -250px -312px no-repeat; }
#nav09 a.selected { background: url(../images/nav.jpg) -250px -352px no-repeat; }
#nav10 a.selected { background: url(../images/nav.jpg) -250px -392px no-repeat; }

/*---------- 08  trouble -----------*/
#trouble #nav02 a { background: url(../images/nav.jpg) -250px -52px no-repeat; }

#trouble #title03{background:url(../images/trouble_h4-03.jpg) 0 0 no-repeat;}
#trouble #title04{background:url(../images/trouble_h4-04.jpg) 0 0 no-repeat;}
#trouble #title05{background:url(../images/trouble_h4-05.jpg) 0 0 no-repeat;}
#trouble #title06{background:url(../images/trouble_h4-06.jpg) 0 0 no-repeat;}
#trouble #title07{background:url(../images/trouble_h4-07.jpg) 0 0 no-repeat;}
#trouble #title08{background:url(../images/trouble_h4-08.jpg) 0 0 no-repeat;}
#trouble #title09{background:url(../images/trouble_h4-09.jpg) 0 0 no-repeat;}

#trouble .box01 {
	background:#F9EEC2;
	border:#C7A863 solid 1px;
	margin:20px 40px;
	}

#trouble #content .box01 ul{
	list-style:none;
	margin:10px;
	color:#352800;
	}
#trouble #content .box01 ul li{
	padding: 0 0 10px 0;
	margin: 0;
	list-style:none;
	background-image:none;
	}


/*---------- 09  carious -----------*/
#carious #nav03 a { background: url(../images/nav.jpg) -250px -92px no-repeat; }

#carious #title03{background:url(../images/carious_h4-03.jpg) 0 0 no-repeat;}
#carious #title04{background:url(../images/carious_h4-04.jpg) 0 0 no-repeat;}
#carious #title05{background:url(../images/carious_h4-05.jpg) 0 0 no-repeat;}

#carious th {width:150px;}
#carious td {width:430px;}
#carious td dl {margin:0 10px 10px 10px;}
#carious td dt {color:#996633;margin-top:10px;}

#carious dl.dl02 {margin:0;}
#carious dl.dl02 dt {
	color:666;
	width:8em;
	float:left;
	color:#666;
	margin-top:10px;
	}
#carious dl.dl02 dd{padding-left:8.5em;margin-top:10px;}

#carious .text01{color:#C7A863;}
#carious .text02{color:#352800;}


/*---------- 10  perio -----------*/
#perio #nav04 a { background: url(../images/nav.jpg) -250px -132px no-repeat; }

#perio #title03{background:url(../images/perio_h4-03.jpg) 0 0 no-repeat;}
#perio #title04{background:url(../images/perio_h4-04.jpg) 0 0 no-repeat;}
#perio #title05{background:url(../images/perio_h4-05.jpg) 0 0 no-repeat;}
#perio #title06{background:url(../images/perio_h4-06.jpg) 0 0 no-repeat;}
#perio #title07{background:url(../images/perio_h4-07.jpg) 0 0 no-repeat;}

#perio .box01 {
	background:#F9EEC2;
	color:#352800;
	}
#perio th {width:220px;}
#perio td {width:370px;}
#perio td dl {margin:0 10px;}
#perio td dt {color:#996633;}

#perio .dl02 {margin:0;}
#perio .dl02 dt {
	color:666;
	width:8em;
	float:left;
	}
#perio .dl02 dd{padding-left:8.5em;}


	
/*---------- 11  esthe -----------*/
#esthe #nav05 a { background: url(../images/nav.jpg) -250px -192px no-repeat; }

#esthe #title03{background:url(../images/esthe_h4-03.jpg) 0 0 no-repeat;}
#esthe #title04{background:url(../images/esthe_h4-04.jpg) 0 0 no-repeat;}
#esthe #title05{background:url(../images/esthe_h4-05.jpg) 0 0 no-repeat;}
#esthe #title06{background:url(../images/esthe_h4-06.jpg) 0 0 no-repeat;}
#esthe #title07{background:url(../images/esthe_h4-07.jpg) 0 0 no-repeat;}

#esthe th {width:280px;}
#esthe td {width:280px; vertical-align:top;}


/*---------- 12  filling -----------*/
#filling #nav06 a { background: url(../images/nav.jpg) -250px -232px no-repeat; }

#filling #title03{background:url(../images/filling_h4-03.jpg) 0 0 no-repeat;}
#filling #title04{background:url(../images/filling_h4-04.jpg) 0 0 no-repeat;}
#filling #title05{background:url(../images/filling_h4-05.jpg) 0 0 no-repeat;}

#filling .box01 {
	background:#F9EEC2;
	color:#352800;
	}

/*---------- 13  ortho -----------*/
#ortho #nav07 a { background: url(../images/nav.jpg) -250px -272px no-repeat; }

#ortho #title03{background:url(../images/ortho_h4-03.jpg) 0 0 no-repeat;}
#ortho #title04{background:url(../images/ortho_h4-04.jpg) 0 0 no-repeat;}
#ortho #title05{background:url(../images/ortho_h4-05.jpg) 0 0 no-repeat;}
#ortho #title06{background:url(../images/ortho_h4-06.jpg) 0 0 no-repeat;}
#ortho #title07{background:url(../images/ortho_h4-07.jpg) 0 0 no-repeat;}
#ortho #title08{background:url(../images/ortho_h4-11.jpg) 0 0 no-repeat;}
#ortho #title09{background:url(../images/ortho_h4-12.jpg) 0 0 no-repeat;}
#ortho #title10{background:url(../images/ortho_h4-13.jpg) 0 0 no-repeat;}

#ortho .box01 {
	background:#F9EEC2;
	color:#352800;
	}

#ortho .box02 {
	margin-bottom:15px;
	width:280px;
	float:left;
	}

#ortho .box03 {
	margin-bottom:15px;
	width:280px;
	float:right;
	}
	
*html #ortho .box02,
*html #ortho .box03{
	width:300px;
	height:195px;
	}

#ortho .box02 ul,
#ortho .box03 ul{ margin:5px; }

#ortho .box04 {
	border: 1px solid #F9EEC2;
	}
	
#ortho .flow {
	background:url(../images/arrow02.jpg) center bottom no-repeat;
	padding-bottom:30px;
	margin:10px 50px;
	}
#ortho .flow02 {
	margin:10px 50px;
	}
#ortho .flow dl,
#ortho .flow dl{margin:0;}	
#ortho .flow dt,
#ortho .flow02 dt{width:8em; float:left; font-weight:normal;}
#ortho .flow dd,
#ortho .flow02 dd{padding-left:8.5em;}	

#ortho .box05 {background:#F0F0F0; padding:10px;}
#ortho .box05 dl{margin:0 20px;}	
#ortho .box05 dt{width:20em; float:left; font-weight:normal; color: #734D21;}
#ortho .box05 dd{padding-left:20.5em;}

.case01 {
	margin: 0 25px 10px 0;
	width: 370px;
	background: url(../images/arrow.gif) center 40% no-repeat;
	}

.case02 {
	margin: 10px 20px;
	background: url(../images/arrow.gif) 70% 40% no-repeat;
	}

/*---------- 14  false -----------*/
#false #nav08 a { background: url(../images/nav.jpg) -250px -312px no-repeat; }

#false #title03{background:url(../images/false_h4-03.jpg) 0 0 no-repeat;}
#false #title04{background:url(../images/false_h4-04.jpg) 0 0 no-repeat;}
#false #title05{background:url(../images/false_h4-05.jpg) 0 0 no-repeat;}
#false #title06{background:url(../images/false_h4-06.jpg) 0 0 no-repeat;}
#false #title07{background:url(../images/false_h4-07.jpg) 0 0 no-repeat;}
#false #title08{background:url(../images/false_h4-08.jpg) 0 0 no-repeat;}

#false th {width:280px;}
#false td {width:280px;}

/*---------- 15  denture -----------*/
#denture #nav09 a { background: url(../images/nav.jpg) -250px -352px no-repeat; }

#denture #title03{background:url(../images/denture_h4-03.jpg) 0 0 no-repeat;}
#denture #title04{background:url(../images/denture_h4-04.jpg) 0 0 no-repeat;}
#denture #title05{background:url(../images/denture_h4-05.jpg) 0 0 no-repeat;}
#denture #title06{background:url(../images/denture_h4-06.jpg) 0 0 no-repeat;}
#denture #title07{background:url(../images/denture_h4-07.jpg) 0 0 no-repeat;}
#denture #title08{background:url(../images/denture_h4-08.jpg) 0 0 no-repeat;}
#denture #title09{background:url(../images/denture_h4-09.jpg) 0 0 no-repeat;}
#denture #title10{background:url(../images/denture_h4-10.jpg) 0 0 no-repeat;}
#denture #title11{background:url(../images/denture_h4-11.jpg) 0 0 no-repeat;}
#denture #title12{background:url(../images/denture_h4-12.jpg) 0 0 no-repeat;}
#denture #title13{background:url(../images/denture_h4-13.jpg) 0 0 no-repeat;}

#denture .flow {
	background:url(../images/arrow02.jpg) center bottom no-repeat;
	padding-bottom:30px;
	margin:10px 0;
	}
#denture .flow02 {
	margin:10px 0;
	}

.step01 {
	background:#F0F0F0 url(../images/step01.jpg) 5px 5px no-repeat;
	padding:5px 10px 10px 40px;
	}
.step02 {
	background:#F0F0F0 url(../images/step02.jpg) 5px 5px no-repeat;
	padding:5px 10px 10px 40px;
	}
.step03 {
	background:#F0F0F0 url(../images/step03.jpg) 5px 5px no-repeat;
	padding:10px 10px 10px 40px;
	}
.step04 {
	background:#F0F0F0 url(../images/step04.jpg) 5px 5px no-repeat;
	padding:10px 10px 10px 40px;
	}
	
#denture .box01 {
	width:480px;
	margin:10px auto;
	}
	
*html #denture .box01 {
	width:480px;
	margin:10px 0 10px 40px;
	}

#denture .box02 {
	margin-bottom:15px;
	background:#F9EEC2;
	}

#denture .step {padding:10px; background:#F0F0F0;}

#denture .banner01 a{
	background:url(../images/denture_banner.jpg) 0 0 no-repeat;
	width:620px;
	height:70px;
	display:block;
	text-indent:-9999px;
	}
#denture .banner01 a:hover{
	background:url(../images/denture_banner.jpg) 0 -70px no-repeat;
	width:620px;
	height:70px;
	display:block;
	text-indent:-9999px;
	}
	
#denture .box03 {
	margin:0;
	}


/*---------- 16  clinic -----------*/
#clinic #nav10 a { background: url(../images/nav.jpg) -250px -392px no-repeat; }

#clinic #title04{background:url(../images/clinic_h4-04.jpg) 0 0 no-repeat;}
#clinic #title05{background:url(../images/clinic_h4-05.jpg) 0 0 no-repeat;}
#clinic #title06{background:url(../images/clinic_h4-06.jpg) 0 0 no-repeat;}

#clinic th {width:150px;}
#clinic td {width:430px;}

#clinic #content dl {margin:0;}
#clinic #content dt {
	color:666;
	width:5em;
	float:left;
	font-weight:normal;
	}
#clinic #content dd{padding-left:5.5em;}

#clinic .box01{margin:0 40px;}

p#original {
	padding: 0;
	width: 520px;
	height: 320px;
	border: 1px solid #ccc;
	background: #fff;
	margin:0 0 0 40px;
	}

img#largeImg {
	border: 10px solid #fff;
	display: block;
	}
#clinic .photo{margin:0 15px;}
#clinic .photo img {
	display: block;
	width: 120px;
	margin: 0;
	border: 2px solid #bbb;
	}
	

.thumbs img {
	display: block;
	width: 120px;
	margin: 0;
	border: 2px solid #bbb;
	}
	
#clinic .thumbs{margin:0 0 0 30px;}

#clinic #map {margin:0 0 15px 30px;}
