@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Clinic                      */
/*                 10  General                     */
/*                 11  Difference                  */
/*                 12  Case                        */
/*                 13  Aesthe                      */
/*                 14  Root Canal                  */
/*                 15  Faq                         */
/*                 16  Access                      */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Water Blue     #54b7d7      */
/*        Main Color - Sky Blue       #4b8afe      */
/*        Main Color - Blue           #1048d1      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #fff url(../images/body_bg.jpg) top repeat-x; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) center repeat-y;
	width: 840px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
#container {
	padding: 10px 20px 0 20px;
	background: url(../images/container_bg.jpg) 0 0 no-repeat;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.jpg) repeat-y;
	}

#content {
	width: 618px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 0 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 114px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 286px;
	height: 67px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 286px;
	height: 67px;
	background: url(../images/h1.jpg) 0 bottom no-repeat;
	}

#header .section {
	width: 362px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 136px;
	height: 44px;
	float: left;
	}

#header_nav li {
	height: 44px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 44px;
	}

#nav01 { width: 55px; }
#nav02 { width: 81px; }

#nav01 a {
	background: url(../images/header_nav.jpg) 0 0 no-repeat;
	width: 55px;
	}
#nav02 a {
	background: url(../images/header_nav.jpg) -55px 0 no-repeat;
	width: 81px;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 44px;
	float: right;
	}
#header p.tel img { display: block; }


/*----------04  Navigation -----------*/

#nav {
	width: 182px;
	float: left;
	padding: 0 0 20px 0;
	}

#nav h2 {
	margin: 0;
	padding: 0;
	height: 41px;
	background: url(../images/nav_h2.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#nav .internal { width: 168px; }

#nav .internal li {
	height: 35px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 35px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -35px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -70px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -105px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -140px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -175px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -210px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -245px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -280px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -168px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -168px -35px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -168px -70px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -168px -105px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -168px -140px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -168px -175px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -168px -210px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -168px -245px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -168px -280px no-repeat; }

#nav p { margin-left: 2px; }
#nav p.map { margin-left: 20px; }
#nav p.tel { margin-left: 0; }
#nav p.qr { margin-left: 15px; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 20px 0 14px 0;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) top no-repeat;
	font-size: 85%;
	text-align: center;
	color: #999;
	}
*: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: #666;
	}
#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; }
#footer .tel{margin:0 0 0 0; float:left;}

/*---------- 06  Contents -----------*/

.section { padding: .5em 30px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 52px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 40px;
	text-indent: -9999px;
	}
#content h4 {
	height: 32px;
	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.png) 0 4px 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: #4b8afe;
	outline: none;
	}
a:hover { color: #54b7d7; }

#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;
	}
.SrImg_r {
	float: right;
	margin: 0 40px 0px 0px;
	}
.image_c {
	float: center;
	margin: 10px 0 0 0;
        padding-left: 20px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
.case img {
	display: block;
	}
.case2 {
	margin: 10px 10px;
	background: url(../images/arrow_h.png) 280px center no-repeat;
	}
.case2 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: 89px;
	height: 18px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 18px;
	background: url(../images/to_top.png) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 0 1px no-repeat;
	}
p.pade_l_30 {
	padding-left: 30px;
	background: url(../images/caution.png) 0 1px no-repeat;
	}

.red {
	color:#f00;
}

/*---------- 07  Index -----------*/

#index #header {
	background: url(../images/index_header_bg.jpg) 0 0 no-repeat;
	height: 292px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

#index h2#title01 {
	height: 160px;
	text-indent: -9999px;
	background: url(../images/index_h2-01.jpg) 0 bottom no-repeat;
	}
#index h3#title02 {
	height: 52px;
	background: url(../images/index_h3-02.png) 0 0 no-repeat;
	}
#index h3#title03 {
	height: 52px;
	background: url(../images/index_h3-03.png) 0 0 no-repeat;
	}

#index h4#title03 {
	height: 111px;
	background: url(../images/index_h4-03.jpg) 0 0 no-repeat;
	}
#index h4#title04 {
	height: 111px;
	background: url(../images/index_h4-04.jpg) 0 0 no-repeat;
	}
#index h4#title05 {
	height: 111px;
	background: url(../images/index_h4-05.jpg) 0 0 no-repeat;
	}

#index h4#title06 {
	height: 40px;
	background: url(../images/index_h4-06.png) 0 0 no-repeat;
	}
#index h4#title07 {
	height: 40px;
	background: url(../images/index_h4-07.png) 0 0 no-repeat;
	}

#index #content .section { padding: 0.5em 20px; }

#index #promise p,
#index #promise ol,
#index #promise li { margin-left: 2em; }

#index .pckp-content {
	width: 182px;
	float: left;
	margin: 0 10px 10px 0;
	background: url(../images/pckp-content_bg.jpg) left bottom no-repeat;
	}
	
#index .pckp-content-nil {
	width: 182px;
	float: left;
	margin: 0 0 10px 0;
	background: url(../images/pckp-content_bg.jpg) left bottom no-repeat;
	}

#index #pckp p {
	font-size: 85%;
	margin: 6px;
	}
*:first-child+html #index #pckp p { font-size: 9px; } /*  for IE7 only */
* html body#index #pckp p { font-size: 9px; } /*  for IE6 only */

#index #pckp p.detail {
	text-align: right;
	margin-bottom: 12px;
	}

#index #clinic-info .alpha {
	width: 190px;
	float: left;
	}
#index #clinic-info .beta {
	width: 370px;
	padding-top: 10px;
	float: right;
	}

#index #clinic-info dl{ margin: 1em 0 1em 1em; }

#index #clinic-info dt{
	width: 8em;
	background: url(../images/li_bg.png) 0 4px no-repeat;
	padding-left: 20px;
	float: left;
	}
#index .Sr_txtLi{
	background: url(../images/li_bg.png) 0 4px no-repeat;
	padding-left: 20px;	
	padding-top:0;
	}
		
* html body#index #clinic-info dt{ width: 8em; float:left; }

#index #clinic-info dd{ width:20em; overflow:hidden}

#index .marT20up{margin-top:-20px !important;}
*html #index .marT20up{margin-top:-15px !important;}
*:first-child+html #index .marT20up{margin-top:-15px !important;}
/*---------- 08  Concept -----------*/

#concept h2#title01 { background: url(../images/concept_h2-01.png) 0 0 no-repeat; }
#concept h3#title02 { background: url(../images/concept_h3-02.png) 0 0 no-repeat; }
#concept h3#title03 { background: url(../images/concept_h3-03.png) 0 0 no-repeat; }
#concept h3#title04 { background: url(../images/concept_h3-04.png) 0 0 no-repeat; }
#concept h4#title05 { background: url(../images/concept_h4-05.png) 0 0 no-repeat; }
#concept h4#title06 { background: url(../images/concept_h4-06.png) 0 0 no-repeat; }
#concept h4#title07 { background: url(../images/concept_h4-07.png) 0 0 no-repeat; }

#concept #staff .alpha {
	width: 220px;
	float: left;
	}
#concept #staff .beta {
	width: 270px;
	float: right;
	}
* html body#concept #staff .beta { width: 260px; }

#concept #staff .beta dt {
	background: url(../images/li_bg.png) 0 4px no-repeat;
	padding-left: 20px;
	}

/*---------- 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 h3#title03 { background: url(../images/clinic_h3-03.png) 0 0 no-repeat; }

#clinic dt {
	background: url(../images/li_bg.png) 0 4px no-repeat;
	padding-left: 20px;
	}

#clinic dd {
	width: 160px;
	float: left;
	}

/*---------- 10  General  -----------*/
#general h2#title01 { background: url(../images/general_h2-01.png) 0 0 no-repeat; }
#general h3#title02 { background: url(../images/general_h3-02.png) 0 0 no-repeat; }
#general h4#title03 { background: url(../images/general_h4-03.png) 0 0 no-repeat; }
#general h3#title04 { background: url(../images/general_h3-04.png) 0 0 no-repeat; }
#general h4#title05 { background: url(../images/general_h4-05.png) 0 0 no-repeat; }
#general h3#title06 { background: url(../images/general_h3-06.png) 0 0 no-repeat; }
#general h3#title07 { background: url(../images/general_h3-07.jpg) 0 0 no-repeat; }
#general h3#title08 { background: url(../images/general_h3-08.jpg) 0 0 no-repeat; }
#general h3#title09 { background: url(../images/general_h3-09.png) 0 0 no-repeat; }
#general h4#title10 { background: url(../images/general_h4-10.png) 0 0 no-repeat; }

/*---------- 11  Difference  -----------*/
#difference h2#title01 { background: url(../images/difference_h2-01.png) 0 0 no-repeat; }
#difference h3#title02 { background: url(../images/difference_h3-02.png) 0 0 no-repeat; }
#difference h4#title03 { background: url(../images/difference_h4-03.png) 0 0 no-repeat; }
#difference h4#title04 { background: url(../images/difference_h4-04.png) 0 0 no-repeat; }
#difference h3#title05 { background: url(../images/difference_h3-05.png) 0 0 no-repeat; }
#difference h4#title06 { background: url(../images/difference_h4-06.png) 0 0 no-repeat; }
#difference h4#title07 { background: url(../images/difference_h4-07.png) 0 0 no-repeat; }
#difference h3#title08 { background: url(../images/difference_h3-08.png) 0 0 no-repeat; }
#difference h4#title09 { background: url(../images/difference_h4-09.png) 0 0 no-repeat; }
#difference h4#title10 { background: url(../images/difference_h4-10.png) 0 0 no-repeat; }

/*---------- 12  Case -----------*/
#case h2#title01 { background: url(../images/case_h2-01.png) 0 0 no-repeat; }
#case h3#title02 { background: url(../images/case_h3-02.png) 0 0 no-repeat; }
#case h4#title03 { background: url(../images/case_h4-03.png) 0 0 no-repeat; }
#case h4#title04 { background: url(../images/case_h4-04.png) 0 0 no-repeat; }
#case h4#title05 { background: url(../images/case_h4-05.png) 0 0 no-repeat; }
#case h4#title06 { background: url(../images/case_h4-06.png) 0 0 no-repeat; }

/*---------- 13  Aesthe  -----------*/
#esthe h2#title01 { background: url(../images/esthe_h2-01.png) 0 0 no-repeat; }
#esthe h3#title02 { background: url(../images/esthe_h3-02.png) 0 0 no-repeat; }
#esthe h3#title03 { background: url(../images/esthe_h3-03.png) 0 0 no-repeat; }
#esthe h4#title04 { background: url(../images/esthe_h4-04.png) 0 0 no-repeat; }
#esthe h4#title05 { background: url(../images/esthe_h4-05.png) 0 0 no-repeat; }


/*---------- 14  Root Canal  -----------*/
#root-canal h2#title01 { background: url(../images/root-canal_h2-01.png) 0 0 no-repeat; }
#root-canal h3#title02 { background: url(../images/root-canal_h3-02.png) 0 0 no-repeat; }
#root-canal h4#title03 { background: url(../images/root-canal_h4-03.png) 0 0 no-repeat; }

/*---------- 15  Faq   -----------*/
#faq h2#title01 { background: url(../images/faq_h2-01.png) 0 0 no-repeat; }
#faq h3#title02 { background: url(../images/faq_h3-02.png) 0 0 no-repeat; }
#faq h4#title03 { background: url(../images/faq_h4-03.png) 0 0 no-repeat; }
#faq h4#title04 { background: url(../images/faq_h4-04.png) 0 0 no-repeat; }
#faq h4#title05 { background: url(../images/faq_h4-05.png) 0 0 no-repeat; }
#faq h4#title06 { background: url(../images/faq_h4-06.png) 0 0 no-repeat; }
#faq h3#title07 { background: url(../images/faq_h3-07.png) 0 0 no-repeat; }
#faq h4#title08 { background: url(../images/faq_h4-08.png) 0 0 no-repeat; }
#faq h4#title09 { background: url(../images/faq_h4-09.png) 0 0 no-repeat; }
#faq h4#title10 { background: url(../images/faq_h4-10.png) 0 0 no-repeat; }
#faq h4#title11 { background: url(../images/faq_h4-11.png) 0 0 no-repeat; }
#faq h3#title12 { background: url(../images/faq_h3-12.png) 0 0 no-repeat; }
#faq h4#title13 { background: url(../images/faq_h4-13.png) 0 0 no-repeat; }
#faq h4#title14 { background: url(../images/faq_h4-14.png) 0 0 no-repeat; }
#faq h4#title15 { background: url(../images/faq_h4-15.png) 0 0 no-repeat; }
#faq h4#title16 { background: url(../images/faq_h4-16.png) 0 0 no-repeat; }



/*---------- 16  Access    -----------*/
#access h2#title01 { background: url(../images/access_h2-01.png) 0 0 no-repeat; }
#access h3#title02 { background: url(../images/access_h3-02.png) 0 0 no-repeat; }
#access h4#title03 { background: url(../images/access_h4-03.png) 0 0 no-repeat; }
#access h4#title04 { background: url(../images/access_h4-04.png) 0 0 no-repeat; }
#access h4#title05 { background: url(../images/access_h4-05.png) 0 0 no-repeat; }
#access h4#title06 { background: url(../images/access_h4-06.png) 0 0 no-repeat; }

#access dl{ margin: 1em 0 1em 1em; }

#access dt{
	width: 8em;
	background: url(../images/li_bg.png) 0 4px no-repeat;
	padding-left: 20px;
	float: left;
	}

* html body#access dt{ width: 8em; }

#access dd{ overflow:hidden; width:20em;}

#map {   
    width: 500px;   
    height: 360px;   
    border: 2px solid #ccc;   
    margin: 18px;   
    }  

#access .movie_cap {
	color:#2D95EA;
	font-weight:bold;
	border-bottom:solid 1px #0473b0;
}

/*---------- 17  Sitemap   -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }
#sitemap #content li{
    padding-left: 40px;
}
.Sr_St01{
	text-align:center;
	color:#8B5C29;
	border:double;
	font-size:14px;
	font-weight: bold;
	margin:10px 0px 10px 0px;
	padding:10px 0px 10px 0px;
}
.Sr_textRed{
	color:#FF0000;
}
.Sr_ml10{
margin-left:28px;
text-align:center;
width:560px;
}
.Sr_txtBlud{color:#0099FF; 	font-size:14px;}