@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 repeat-y;
	width: 940px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0 50px;
	background: url(../images/main_bg.jpg) repeat-x;
	}

#content {
	width: 620px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 0 0 2em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) top repeat-x;
	height: 360px;
	width: 900px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 410px;
	height: 80px;
	line-height: 1.0;
	float: left;
	margin-left:60px;
	}
*html h1 {
	margin-left:30px;
	}
h1 a {
	display: block;
	width: 410px;
	height: 80px;
	}

#header .section_l {
	width: 650px;
	height: 360px;
	float: left;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	}

#header .section_l .image_r{ margin:15px 10px 0 0; padding:0;}


#header .section_r {
	width: 250px;
	margin: 0;
	padding: 0;
	float: right;
	}

#header .section_r #header_nav01{
	background: url(../images/header_nav.jpg) 0 0 no-repeat;
	height:110px;
	}
#header .section_r #header_nav02{
	background: url(../images/header_nav.jpg) 0 -110px no-repeat;
	height:110px;
	}
#header .section_r #header_nav03{
	background: url(../images/header_nav.jpg) 0 -220px no-repeat;
	height:110px;
	}

#header .section_r #header_nav01 a:hover{
	background: url(../images/header_nav.jpg) -250px 0 no-repeat;
	height:40px;
	}
#header .section_r #header_nav02 a:hover{
	background: url(../images/header_nav.jpg) -250px -110px no-repeat;
	height:40px;
	}
#header .section_r #header_nav03 a:hover{
	background: url(../images/header_nav.jpg) -250px -220px no-repeat;
	height:40px;
	}	
	
#header_nav01 a,
#header_nav02 a,
#header_nav03 a{height:40px; width:240px; display:block; text-indent:-9999px;}	

#header_nav01 p,
#header_nav02 p,
#header_nav03 p{padding:5px 60px 10px 15px;color:#000;}	

#header_nav {
	height: 30px;
	padding: 0;
	margin: 0;
	color:#666;
	background: url(../images/header_pickup00.jpg) 0 0 no-repeat;
	text-align:right;
	}
#header_nav p{padding:5px 15px 0 0; margin: 0;}

#header_nav a{color:#666;}

/*----------04  Navigation -----------*/

#nav_01{width:840px; height:40px; margin:0 0 10px 0; padding:0;}

#nav_01 ul{
	margin:0;
	padding: 0;
	list-style: none;
	text-indent: -9999px;
	width:840px;
	}
	
#nav_01 li{
	margin:0;
	padding: 0;
	list-style: none;
	float: left;
	width:210px;
	height:40px;
	}

#nav_01 li a {
	display: block;
	height: 40px;
	width:210px;
	}

#nav01 a { background: url(../images/nav01.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav01.jpg) -210px 0 no-repeat; }
#nav03 a { background: url(../images/nav01.jpg) -420px 0 no-repeat; }
#nav04 a { background: url(../images/nav01.jpg) -630px 0 no-repeat; }

#nav01 a:hover { background: url(../images/nav01.jpg) 0 -40px no-repeat; }
#nav02 a:hover { background: url(../images/nav01.jpg) -210px -40px no-repeat; }
#nav03 a:hover { background: url(../images/nav01.jpg) -420px -40px no-repeat; }
#nav04 a:hover { background: url(../images/nav01.jpg) -630px -40px no-repeat; }

#nav_02 {
	width: 200px;
	float: left;
	padding: 0;
	margin:0 10px 10px 10px;
	}

*html #nav_02 {
	width: 200px;
	float: left;
	padding: 0;
	margin:0 5px 5px 5px;
	}

#nav_02 ul{
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	}
	
#nav_02 li {
	margin: 0;
	padding: 0 0 5px 0;
	list-style: none;
	}

#nav_02 .internal li {
	height: 100px;
	text-indent: -9999px;
	}

#nav_02 .internal li a {
	display: block;
	height: 100px;
	}

#nav05 a { background: url(../images/nav02.jpg) 0 0 no-repeat; }
#nav06 a { background: url(../images/nav02.jpg) 0 -100px no-repeat; }
#nav07 a { background: url(../images/nav02.jpg) 0 -200px no-repeat; }

#nav05 a:hover { background: url(../images/nav02.jpg) -200px 0 no-repeat; }
#nav06 a:hover { background: url(../images/nav02.jpg) -200px -100px no-repeat; }
#nav07 a:hover { background: url(../images/nav02.jpg) -200px -200px no-repeat; }

#nav_03 {
	width: 200px;
	float: left;
	padding: 0;
	margin:0 10px 10px 10px;
	}

#nav_03 ul{
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	}
	
#nav_03 li {
	margin: 0;
	padding: 0 0 5px 0;
	list-style: none;
	}

#nav_03 li {
	height: 40px;
	text-indent: -9999px;
	}

#nav_03 li a {
	display: block;
	height: 40px;
	}

#nav08 a { background: url(../images/nav03.jpg) 0 0 no-repeat; }
#nav09 a { background: url(../images/nav03.jpg) 0 -40px no-repeat; }
#nav10 a { background: url(../images/nav03.jpg) 0 -80px no-repeat; }
#nav11 a { background: url(../images/nav03.jpg) 0 -120px no-repeat; }
#nav12 a { background: url(../images/nav03.jpg) 0 -160px no-repeat; }
#nav13 a { background: url(../images/nav03.jpg) 0 -200px no-repeat; }

#nav08 a:hover { background: url(../images/nav03.jpg) -200px 0 no-repeat; }
#nav09 a:hover { background: url(../images/nav03.jpg) -200px -40px no-repeat; }
#nav10 a:hover { background: url(../images/nav03.jpg) -200px -80px no-repeat; }
#nav11 a:hover { background: url(../images/nav03.jpg) -200px -120px no-repeat; }
#nav12 a:hover { background: url(../images/nav03.jpg) -200px -160px no-repeat; }
#nav13 a:hover { background: url(../images/nav03.jpg) -200px -200px no-repeat; }

#nav_02 p,#nav_03 p { text-align: center; }

#nav_02 h4#nav_title,#nav_03 h4#nav_title{
	background:url(../images/nav_title.jpg) 0 0 no-repeat;
	width:200px;
	height:40px;
	text-indent:-9999px;
	}

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0;
	margin: 0;
	background: url(../images/footer_bg.jpg) bottom repeat-x;
	font-size: 85%;
	color: #FF769A;
	}
#footer .section{
	width:860px;
	margin:0 auto;
	background: url(../images/footer_bg02.jpg) center bottom no-repeat;
	padding:0;
	text-align: right;
	}	

#footer .section_r{width:650px; padding:0 10px; float:right;}

*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #FF769A;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0 1.5em 2px 1.5em;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 7px 1.5em; color:#666;}


/*---------- 06  Contents -----------*/

.section { padding: 0 15px 1.5em 15px; }
.section .section { padding: .5em 10px 1em 10px; }

*html .section { padding: 0 10px 1.5em 10px; }


.center { text-align: center; }

#content h2 {
	height: 40px;
	text-indent: -9999px;
	margin: 0 10px;
	}
#content h3 {
	clear: both;
	height: 40px;
	text-indent: -9999px;
	}
#content h4 {
	height: 20px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	color:#FF99CC;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 0 6px no-repeat;
	padding-left: 15px;
	padding-bottom:5px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }

a {
	color: #FF769A;
	outline: none;
	}
a:hover { color: #E27E88; }

.new a{
	color: #FF0000;
	outline: none;
	}	
.new a:hover { color: #E27E88; }
#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 10px 15px 0;
	}

.image_r {
	float: right;
	margin: 0 0 15px 10px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow.jpg) center center no-repeat;
	}
	
.image_l02  {
	float: left;
	margin: 0 10px 0 0;
	}

.image_r02 {
	float: right;
	margin: 0 0 0 10px;
	}

.case02 {
	margin: 0px 20px 0 20px;
	background: url(../images/arrow.jpg) center center no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow.jpg) center center no-repeat;
	}

.case-noimg { margin: 10px 20px; }

.case img,
.case02 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: 10px;
	}

#content ul.totop li {
	list-style: none;
	width: 80px;
	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 #d0d0ff;
	font-size: 100%;
	color: #666;
	width: 500px;
	margin-left: 40px;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #ddddff;
	}

#content table th {
	background: #efefff;
	color: #636570;
	width: 130px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}


.box01 { margin: .5em 15px 1em 15px; padding:10px; background: #EEE; border: 1px solid #CCC;}
.box02 { float:right; width: 330px;}
.box03 { width: 470px; float:right;}
.box04 { float:right; width: 200px;}
.box05 { float:right; width: 570px;}
/*.box05 { float:right; width: 400px;}*/


/*---------- 07  Index -----------*/
#index h2#title01{background:url(../images/index_h2-01.jpg) 0 0 no-repeat; height:40px; margin:0;}
#index h3#title02{background:url(../images/index_h3-02.jpg) 0 0 no-repeat;}
#index h3#title03{background:url(../images/index_h3-03.jpg) 0 0 no-repeat;}
#index h4#title04{background:url(../images/index_h4-04.jpg) 0 0 no-repeat; height:30px;}
#index h3#title05{background:url(../images/index_h3-05.jpg) 0 0 no-repeat;}

#index .info{width:350px; float:right;}
#index .info dl{margin:0 0 0 10px;}
#index .info dt{width:4em; float:left; font-weight:normal;}
#index .info dd{padding-left:5em;}

#index ul#pickup {margin:0 0 0 10px; padding:0; height:150px;}
#index #pickup li{width:180px; height:140px; float:left; padding:0; text-indent:-9999px; margin:0 13px 0 0;}
#index #pickup li a{display:block; width:180px; height:140px; padding:0;}

#index #pickup01 a{background:url(../images/index_pickup.jpg) 0 0 no-repeat;}
#index #pickup02 a{background:url(../images/index_pickup.jpg) -180px 0 no-repeat;}
#index #pickup03 a{background:url(../images/index_pickup.jpg) -360px 0 no-repeat; margin:0;}

#index #pickup01 a:hover{background:url(../images/index_pickup.jpg) 0 -140px no-repeat;}
#index #pickup02 a:hover{background:url(../images/index_pickup.jpg) -180px -140px no-repeat;}
#index #pickup03 a:hover{background:url(../images/index_pickup.jpg) -360px -140px no-repeat; margin:0;}

#index .new{
	width:580px;
	margin:0 0 15px 0;
}

#index .new dl {
	overflow: hidden;
	height: 100%;
	margin: 0 10px 5px 10px;
}
#index .new dl dt {
	float: left;
	width:80px;
}
#index .new dl dd {
	width: 460px;
	margin-left: 90px;
}

/*---------- 08  search -----------*/
#search h2#title01{background:url(../images/search_h2-01.jpg) 0 0 no-repeat;}



/*---------- 09  price -----------*/
#price h2#title01{background:url(../images/price_h2-01.jpg) 0 0 no-repeat;}
#price h3#title02{background:url(../images/price_h3-02.jpg) 0 0 no-repeat;}
#price h4#title03{background:url(../images/price_h4-03.jpg) 0 0 no-repeat;}
#price h4#title04{background:url(../images/price_h4-04.jpg) 0 0 no-repeat;}
#price h4#title05{background:url(../images/price_h4-05.jpg) 0 0 no-repeat;}
#price h4#title06{background:url(../images/price_h4-06.jpg) 0 0 no-repeat;}
#price h4#title07{background:url(../images/price_h4-07.jpg) 0 0 no-repeat;}
#price h4#title08{background:url(../images/price_h4-08.jpg) 0 0 no-repeat;}
#price h4#title09{background:url(../images/price_h4-09.jpg) 0 0 no-repeat;}
#price h3#title10{background:url(../images/price_h3-10.jpg) 0 0 no-repeat;}
#price h4#title11{background:url(../images/price_h4-11.jpg) 0 0 no-repeat;}
#price h4#title12{background:url(../images/price_h4-12.jpg) 0 0 no-repeat;}

#price p.charge:first-letter {
	display: block;
	padding: 2px;
	background: #FFD7DB;
	color: #EF50CD;
	font-size: 20px;
	font-weight: bold;
	border: 2px solid #FFD7DB;
	margin: 0 5px 0 0;
	float: left;
	}
#price dl{margin:0;}	
#price dt{
	list-style: none;
	background: url(../images/li_bg.jpg) 0 6px no-repeat;
	padding-left: 15px;
	padding-bottom:5px;
	}

#price ul.flow02 li{
	background:url(../images/price_bg.jpg) center bottom no-repeat #FFD7DB;
	padding:5px 10px 40px 10px;
	margin-bottom:20px;
	color: #444;
	}


#price ul.flow02 li.flow03{
	background:url(../images/price_bg02.jpg) center bottom no-repeat #FFD7DB;
	padding:5px 10px 20px 10px;
	color: #444;
	}
	
#price .shorei{
	padding:0 0 0 20px;
}

/*---------- 10  safety -----------*/
#safety h2#title01{background:url(../images/safety_h2-01.jpg) 0 0 no-repeat;}
#safety h3#title02{background:url(../images/safety_h3-02.jpg) 0 0 no-repeat;}
#safety h3#title03{background:url(../images/safety_h3-03.jpg) 0 0 no-repeat;}
#safety h3#title04{background:url(../images/safety_h3-04.jpg) 0 0 no-repeat;}
#safety h3#title05{background:url(../images/safety_h3-05.jpg) 0 0 no-repeat;}


/*---------- 11  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 h3#title03{background:url(../images/dr_h3-03.jpg) 0 0 no-repeat;}
#dr h3#title04{background:url(../images/dr_h3-04.jpg) 0 0 no-repeat;}
#dr h4#title05{background:url(../images/dr_h4-05.jpg) 0 0 no-repeat; margin-top:10px;}
#dr h4#title06{background:url(../images/dr_h4-06.jpg) 0 0 no-repeat; margin-top:10px;}
#dr h4#title07{background:url(../images/dr_h4-07.jpg) 0 0 no-repeat; height:30px;}

.ml20{
	margin-left:20px;
}
#dr .section .section { padding: .5em 20px 1em 10px; }


/*---------- 12  clinic -----------*/
#clinic h2#title01{background:url(../images/clinic_h2-01.jpg) 0 0 no-repeat;}
#clinic h3#title02{background:url(../images/clinic_h3-02.jpg) 0 0 no-repeat;}
#clinic h4#title03{background:url(../images/clinic_h4-03.jpg) 0 0 no-repeat;}
#clinic h4#title04{background:url(../images/clinic_h4-04.jpg) 0 0 no-repeat;}
#clinic h4#title05{background:url(../images/clinic_h4-05.jpg) 0 0 no-repeat;}
#clinic h4#title06{background:url(../images/clinic_h4-06.jpg) 0 0 no-repeat;}
#clinic h4#title07{background:url(../images/clinic_h4-07.jpg) 0 0 no-repeat;}
#clinic h4#title08{background:url(../images/clinic_h4-08.jpg) 0 0 no-repeat;}


/*---------- 13  counseling -----------*/
#counseling h2#title01{background:url(../images/counseling_h2-01.jpg) 0 0 no-repeat;}
#counseling h3#title02{background:url(../images/counseling_h3-02.jpg) 0 0 no-repeat;}

#counseling .box03 ul{margin:0;}

/*---------- 14  esthe -----------*/
#esthe h2#title01{background:url(../images/esthe_h2-01.jpg) 0 0 no-repeat;}
#esthe h3#title02{background:url(../images/esthe_h3-02.jpg) 0 0 no-repeat;}


/*---------- 15  ceramic -----------*/
#ceramic h2#title01{background:url(../images/ceramic_h2-01.jpg) 0 0 no-repeat;}
#ceramic h3#title02{background:url(../images/ceramic_h3-02.jpg) 0 0 no-repeat;}
#ceramic h3#title03{background:url(../images/ceramic_h3-03.jpg) 0 0 no-repeat;}


/*---------- 16  faq -----------*/
#faq h2#title01{background:url(../images/faq_h2-01.jpg) 0 0 no-repeat;}
#faq h3#title02{background:url(../images/faq_h3-02.jpg) 0 0 no-repeat;}
#faq h4#title03{background:url(../images/faq_h4-03.jpg) 0 0 no-repeat;}
#faq h4#title04{background:url(../images/faq_h4-04.jpg) 0 0 no-repeat;}
#faq h4#title05{background:url(../images/faq_h4-05.jpg) 0 0 no-repeat;}
#faq h4#title06{background:url(../images/faq_h4-06.jpg) 0 0 no-repeat;}
#faq h4#title07{background:url(../images/faq_h4-07.jpg) 0 0 no-repeat;}
#faq h2#title08{background:url(../images/faq_h2-08.jpg) 0 0 no-repeat;}

#faq .faq_box{ margin:0 20px 20px 15px;}
#faq .faq_box h4{height:80px; width:550px;}
#faq .faq_box p{background:url(../images/faq_a.jpg) 40px 0 no-repeat; padding-left:90px; padding-top:20px;}

.right{
	text-align:right;
}

/*---------- 17  case -----------*/
#case h2#title01{background:url(../images/case_h2-01.jpg) 0 0 no-repeat;}
#case h3#title02{background:url(../images/case_h3-02.jpg) 0 0 no-repeat;}
#case h3#title03{background:url(../images/case_h3-03.jpg) 0 0 no-repeat;}
#case h3#title04{background:url(../images/case_h3-04.jpg) 0 0 no-repeat;}
#case h3#title05{background:url(../images/case_h3-05.jpg) 0 0 no-repeat;}
#case h3#title06{background:url(../images/case_h3-06.jpg) 0 0 no-repeat;}
#case h3#title07{background:url(../images/case_h3-07.jpg) 0 0 no-repeat;}


/*---------- 18  general -----------*/
#general h2#title01{background:url(../images/general_h2-01.jpg) 0 0 no-repeat;}
#general h3#title02{background:url(../images/general_h3-02.jpg) 0 0 no-repeat;}
#general h3#title03{background:url(../images/general_h3-03.jpg) 0 0 no-repeat;}
#general h4#title04{background:url(../images/general_h4-04.jpg) 0 0 no-repeat;}
#general h4#title05{background:url(../images/general_h4-05.jpg) 0 0 no-repeat;}
#general h4#title06{background:url(../images/general_h4-06.jpg) 0 0 no-repeat;}


/*---------- 19  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 .section dt{margin:0;}
#access .section dt{width:4em; float:left; font-weight:normal;}
#access .section dd{padding-left:5em;}

#access #map {
	width: 550px;
	height: 360px;
	margin:0 auto;
	}

#access #content #map .InfoWin { width: 240px; }
#access #content #map .InfoWin p {
	margin-left: 24px;
	font-size: 108%;
	color: #666;
	letter-spacing: 1px;
	} 


/*---------- 20  contact -----------*/
#contact h2#title01{background:url(../images/contact_h2-01.jpg) 0 0 no-repeat;}
#contact h3#title02{background:url(../images/contact_h3-02.jpg) 0 0 no-repeat;}


/*---------- 21  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;}

#sitemap #content p,
#sitemap #content ul li{
	font-size:15px;
}