@charset "UTF-8";
@import "base.css";
@import "digi.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-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 800px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.png) repeat-y;
	}

#content {
	width: 600px;
	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: 75px;
	width: 800px;
	margin: 0;
	padding: 0;
	}
* html body #header { height: 75px; } /*  for IE6 only */

h1 {
	text-indent: -9999px;
	width: 362px;
	height: 70px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 362px;
	height: 70px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	margin:5px 0 0 0px;
	}

#header .section {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 10px;
	padding: 0;
	height: 55px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	height: 19px;
	}

#header_nav li {
	height: 19px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 19px;
	}

#nav01 { width: 80px; }
#nav02 { width: 100px; }

#nav01 a {
	background: url(../images/header_nav.png) -20px 0 no-repeat;
	width: 75px;
	}
#nav02 a {
	background: url(../images/header_nav.png) -100px 0 no-repeat;
	width: 100px;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	padding: 0;
	margin:0;
	vertical-align: top;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 20px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 20px;
	}
#nav .internal .menu {
	height: 30px;
	text-indent: -9999px;
	}
#nav .internal .menu a {
	display: block;
	height: 30px;
	}
#nav .internal .menu02 {
	height: 35px;
	text-indent: -9999px;
	}
#nav .internal .menu02 a {
	display: block;
	height: 35px;
	}

#nav03 a { background: url(../images/nav.png) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.png) 0 -30px no-repeat; }
#nav05 a { background: url(../images/nav.png) 0 -50px no-repeat; }
#nav06 a { background: url(../images/nav.png) 0 -80px no-repeat; }
#nav07 a { background: url(../images/nav.png) 0 -100px no-repeat; }
#nav08 a { background: url(../images/nav.png) 0 -120px no-repeat; }
#nav09 a { background: url(../images/nav.png) 0 -140px no-repeat; }
#nav10 a { background: url(../images/nav.png) 0 -170px no-repeat; }
#nav11 a { background: url(../images/nav.png) 0 -205px no-repeat; }
#nav12 a { background: url(../images/nav.png) 0 -225px no-repeat; }
#nav13 a { background: url(../images/nav.png) 0 -245px no-repeat; }
#nav14 a { background: url(../images/nav.png) 0 -275px no-repeat; }
#nav15 a { background: url(../images/nav.png) 0 -295px no-repeat; }
#nav16 a { background: url(../images/nav.png) 0 -315px no-repeat; }
#nav17 a { background: url(../images/nav.png) 0 -345px no-repeat; }
#nav18 a { background: url(../images/nav.png) 0 -365px no-repeat; }
#nav19 a { background: url(../images/nav.png) 0 -385px no-repeat; }
#nav20 a { background: url(../images/nav.png) 0 -405px no-repeat; }
#nav21 a { background: url(../images/nav.png) 0 -425px no-repeat; }

#nav03 a:hover { background: url(../images/nav.png) -200px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.png) -200px -30px no-repeat; }
#nav05 a:hover { background: url(../images/nav.png) -200px -50px no-repeat; }
#nav06 a:hover { background: url(../images/nav.png) -200px -80px no-repeat; }
#nav07 a:hover { background: url(../images/nav.png) -200px -100px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -200px -120px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -200px -140px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -200px -170px no-repeat; }
#nav11 a:hover { background: url(../images/nav.png) -200px -205px no-repeat; }
#nav12 a:hover { background: url(../images/nav.png) -200px -225px no-repeat; }
#nav13 a:hover { background: url(../images/nav.png) -200px -245px no-repeat; }
#nav14 a:hover { background: url(../images/nav.png) -200px -275px no-repeat; }
#nav15 a:hover { background: url(../images/nav.png) -200px -295px no-repeat; }
#nav16 a:hover { background: url(../images/nav.png) -200px -315px no-repeat; }
#nav17 a:hover { background: url(../images/nav.png) -200px -345px no-repeat; }
#nav18 a:hover { background: url(../images/nav.png) -200px -365px no-repeat; }
#nav19 a:hover { background: url(../images/nav.png) -200px -385px no-repeat; }
#nav20 a:hover { background: url(../images/nav.png) -200px -405px no-repeat; }
#nav21 a:hover { background: url(../images/nav.png) -200px -425px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 14px 0;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) top repeat-x;
	font-size: 85%;
	color: #8A4500;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */
#footer address { margin: 8px 1em; 
                  color:FF9900;}
#footer a {
	text-decoration: none;
	color: #8A4500;
	}
#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;
	}




/*---------- 06  Contents -----------*/

.section { padding: .5em 15px; }
.section .section { padding: .5em 10px; }

.center { text-align: center; }

#content h2 {
	height: 35px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	width:570px;
	height: 35px;
	text-indent: -9999px;
	}
#content h4 {
	height: 18px;
	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 5px no-repeat;
	padding-left: 15px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a { color: #8A4500; }
a:hover { color: #8A4500; }

#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: 5px 10px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	}

.case .alpha,   
.case .beta {   
    float: left;   
    margin: 0 15px 15px 0;   
    }   
.case .gamma {   
    float: left;   
    margin: 0 0 15px 0;   
    }  



#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 185px;
	height: 55px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 55px;
	background: url(../images/header_tel.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 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 */



/*---------- 07  Index -----------*/
.top_img,
.top_img img { display:block;
           padding: 0;
           margin:0; }
#index #content h2 {
	height: 35px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#index .pickup { padding: 0 0 15px 0;width:560px; }
#index .pickup .img_l  {
	float: left;
	margin: 0 auto;
	}

#index .pickup .img_r {
	float: right;
	margin: 0;
	}

#index #content #title01 { background: url(../images/top_h2-01.jpg) 0 0 no-repeat; }
#index #content #title02 { background: url(../images/top_h3-02.jpg) 0 0 no-repeat; }
#index #content #title03 { background: url(../images/top_h4-03.jpg) 0 0 no-repeat;
display:block; width:300px; height:18px;}
	
#index .clinic{ width: 340px;
            display:block;
            float: right;
			margin:0 0 15px 0;}

#index .ban_shorei a{
	width:560px;
	height:120px;
	display:block;
	text-indent:-9999px;
	margin:10px 0;
	background:url(../images/ban_shorei.jpg);
}
#index .ban_shorei a:hover{
	background-position:0 100%;
}

/*---------- 08  health -----------*/

#health #content #title01 { background: url(../images/health_h2-01.jpg) 0 0 no-repeat; }
#health #content #title02 { background: url(../images/health_h3-02.jpg) 0 0 no-repeat; }
#health #content #title03 { background: url(../images/health_h3-03.jpg) 0 0 no-repeat; }
#health #content #title04 { background: url(../images/health_h3-04.jpg) 0 0 no-repeat; }

/*---------- 09  perio01 -----------*/

#perio01 #content #title01 { background: url(../images/perio01_h2-01.jpg) 0 0 no-repeat; }
#perio01 #content #title02 { background: url(../images/perio01_h3-02.jpg) 0 0 no-repeat; }
#perio01 #content #title03 { background: url(../images/perio01_h3-03.jpg) 0 0 no-repeat; }

/*---------- 10  perio02 -----------*/

#perio02 #content #title01 { background: url(../images/perio02_h2-01.jpg) 0 0 no-repeat; }
#perio02 #content #title02 { background: url(../images/perio02_h3-02.jpg) 0 0 no-repeat; }
#perio02 #content #title03 { background: url(../images/perio02_h3-03.jpg) 0 0 no-repeat; }

/*---------- 11  perio03 -----------*/

#perio03 #content #title01 { background: url(../images/perio03_h2-01.jpg) 0 0 no-repeat; }
#perio03 #content #title02 { background: url(../images/perio03_h3-02.jpg) 0 0 no-repeat; }
#perio03 #content #title03 { background: url(../images/perio03_h3-03.jpg) 0 0 no-repeat; }
#perio03 #content #title04 { background: url(../images/perio03_h4-04.jpg) 0 0 no-repeat; }

/*---------- 12  brushing01 -----------*/

#brushing01 #content #title01 { background: url(../images/brushing01_h2-01.jpg) 0 0 no-repeat; }
#brushing01 #content #title02 { background: url(../images/brushing01_h3-02.jpg) 0 0 no-repeat; }
#brushing01 #content #title03 { background: url(../images/brushing01_h3-03.jpg) 0 0 no-repeat; }

/*---------- 13  brushing02 -----------*/

#brushing02 #content #title01 { background: url(../images/brushing02_h2-01.jpg) 0 0 no-repeat; }
#brushing02 #content #title02 { background: url(../images/brushing02_h3-02.jpg) 0 0 no-repeat; }
#brushing02 #content #title03 { background: url(../images/brushing02_h3-03.jpg) 0 0 no-repeat; }

/*---------- 14  brushing03 -----------*/

#brushing03 #content #title01 { background: url(../images/brushing03_h2-01.jpg) 0 0 no-repeat; }
#brushing03 #content #title02 { background: url(../images/brushing03_h3-02.jpg) 0 0 no-repeat; }
#brushing03 #content #title03 { background: url(../images/brushing03_h4-03.jpg) 0 0 no-repeat; }
#brushing03 #content #title04 { background: url(../images/brushing03_h4-04.jpg) 0 0 no-repeat; }
#brushing03 #content #title05 { background: url(../images/brushing03_h4-05.jpg) 0 0 no-repeat; }
#brushing03 #content #title06 { background: url(../images/brushing03_h4-06.jpg) 0 0 no-repeat; }
#brushing03 #content #title07 { background: url(../images/brushing03_h4-07.jpg) 0 0 no-repeat; }

.section .section .image{
	text-align: center;
	display: block;
    margin-left:auto;margin-right:auto;}

/*---------- 15  prevent01 -----------*/

#prevent01 #content #title01 { background: url(../images/prevent01_h2-01.jpg) 0 0 no-repeat; }
#prevent01 #content #title02 { background: url(../images/prevent01_h3-02.jpg) 0 0 no-repeat; }
#prevent01 #content #title03 { background: url(../images/prevent01_h3-03.jpg) 0 0 no-repeat; }
#prevent01 #content #title04 { background: url(../images/prevent01_h3-04.jpg) 0 0 no-repeat; }
#prevent01 #content #title05 { background: url(../images/prevent01_h3-05.jpg) 0 0 no-repeat; }

/*---------- 16  prevent02 -----------*/

#prevent02 #content #title01 { background: url(../images/prevent02_h2-01.jpg) 0 0 no-repeat; }
#prevent02 #content #title02 { background: url(../images/prevent02_h3-02.jpg) 0 0 no-repeat; }
#prevent02 #content #title03 { background: url(../images/prevent02_h3-03.jpg) 0 0 no-repeat; }
#prevent02 #content #title04 { background: url(../images/prevent02_h3-04.jpg) 0 0 no-repeat; }
#prevent02 #content #title05 { background: url(../images/prevent02_h3-05.jpg) 0 0 no-repeat; }

/*---------- 17  concept -----------*/

#concept #content #title01 { background: url(../images/concept_h2-01.jpg) 0 0 no-repeat; }
#concept #content #title02 { background: url(../images/concept_h3-02.jpg) 0 0 no-repeat; }
#concept #content #title03 { background: url(../images/concept_h3-03.jpg) 0 0 no-repeat; }
#concept #content #title04 { background: url(../images/concept_h3-04.jpg) 0 0 no-repeat; }
#concept #content #title05 { background: url(../images/concept_h3-05.jpg) 0 0 no-repeat; }

/*---------- 18  staff -----------*/

#staff #content #title01 { background: url(../images/staff_h2-01.jpg) 0 0 no-repeat; }
#staff #content #title02 { background: url(../images/staff_h3-02.jpg) 0 0 no-repeat; }
#staff #content #title03 { background: url(../images/staff_h4-03.jpg) 0 0 no-repeat; }
#staff #content #title04 { background: url(../images/staff_h4-04.jpg) 0 0 no-repeat; }
#staff #content #title05 { background: url(../images/staff_h4-05.jpg) 0 0 no-repeat; }
#staff #content #title06 { background: url(../images/staff_h3-06.jpg) 0 0 no-repeat; }
#staff #content #title07 { background: url(../images/staff_h4-07.jpg) 0 0 no-repeat; }

#staff .dr{}
			
#staff dl {margin-left:0;}
#staff dl dt{
	float: left;
	margin: 0;
}
#staff dl dd{
	margin-left: 200px; }
	
#staff .dr {
	margin-left: 230px; }
	
#staff .dr dl dd {
	margin-left: 110px; }
	
/*---------- 19  access -----------*/

#access #content #title01 { background: url(../images/access_h2-01.jpg) 0 0 no-repeat; }
#access #content #title02 { background: url(../images/access_h3-02.jpg) 0 0 no-repeat; }

#access #content table {
	text-align: left;	
	background-color:#FF9900;
	border-color:#FF9900;
	border:none;
	font-size:12px;
	color: #666;
	margin: auto;
}
#access #content table th {
	background-color: #FFF09E;	
	text-align: left;	
	color:#FF9900;
	width: 150px;
}
#access #content table td{
	background-color: #FFFFFF;
	width: 350px
}


#access #map {
	width: 500px;
	height: 360px;
	margin-bottom: 18px;
	margin:0 auto 15px auto;
	}

#access #content #map .InfoWin { width: 240px; }
#access #content #map .InfoWin p {
	margin-left: 24px;
	font-size: 108%;
	color: #de91a2;
	letter-spacing: 1px;
	} 


/*---------- 20  contact -----------*/

#contact #content #title01 { background: url(../images/contact_h2-01.jpg) 0 0 no-repeat; }
#contact #content #title02 { background: url(../images/contact_h3-02.jpg) 0 0 no-repeat; }

#contact #content table {
	text-align: left;	
	background-color:#FF9900;
	border-color:#FF9900;
	border:none;
	font-size:12px;
	color: #666;
	margin: auto;
}
#contact #content table th {
	background-color: #FFF09E;	
	text-align: left;	
	color:#FF9900;
	width: 150px;
	border-color:#FF9900;
}
#contact #content table td{
	background-color: #FFFFFF;
	width: 350px;
	border-color:#FF9900;
}
#contact #content table td .form{
	background-color: #FFFFFF;
	text-align:center;
}

#content table span,
span.require {
	font-size: 124%;
	font-weight: bold;
	color: red;
	}
input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}
/*---------- 21  sitemap -----------*/

#sitemap #content #title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }
#sitemap #content #title02 { background: url(../images/sitemap_h3-02.jpg) 0 0 no-repeat; }
#sitemap #content #title03 { background: url(../images/sitemap_h3-03.jpg) 0 0 no-repeat; }
#sitemap #content #title04 { background: url(../images/sitemap_h3-04.jpg) 0 0 no-repeat; }
#sitemap #content #title05 { background: url(../images/sitemap_h3-05.jpg) 0 0 no-repeat; }
#sitemap #content #title06 { background: url(../images/sitemap_h3-06.jpg) 0 0 no-repeat; }

#sitemap #content #title07 { background: url(../images/sitemap_h4-07.jpg) 0 0 no-repeat; height:40px; }
#sitemap #content #title08 { background: url(../images/sitemap_h3-08.jpg) 0 0 no-repeat; }
#sitemap #content #title09 { background: url(../images/sitemap_h3-09.jpg) 0 0 no-repeat; }
#sitemap #content #title10 { background: url(../images/sitemap_h3-10.jpg) 0 0 no-repeat; }
#sitemap #content #title11 { background: url(../images/sitemap_h3-11.jpg) 0 0 no-repeat; }

#sitemap #content #title12 { background: url(../images/sitemap_h4-12.jpg) 0 0 no-repeat; height:20px; }
#sitemap #content #title13 { background: url(../images/sitemap_h4-13.jpg) 0 0 no-repeat; height:40px; }
#sitemap #content #title14 { background: url(../images/sitemap_h4-14.jpg) 0 0 no-repeat; height:40px; }
#sitemap #content #title15 { background: url(../images/sitemap_h4-15.jpg) 0 0 no-repeat; height:40px; }
#sitemap #content #title16 { background: url(../images/sitemap_h4-16.jpg) 0 0 no-repeat; height:40px; }
