@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/main_bg.jpg) repeat-y;
	width: 820px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	}

#content {
	width: 620px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 15px 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 85px;
	width: 820px;
	margin:0 0 0 0;
	padding: 0;
	}
* html body #header { height: 86px; } /*  for IE6 only */

h1{
	font-size:10px;
	margin:0 0 0 15px;
}

* html h1{
	font-size:9px;
	margin:3px 0 0 15px;
}

*:first-child+html h1{
	font-size:9px;
	margin:3px 0 0 15px;
}


.logo {
	text-indent: -9999px;
	width: 350px;
	height: 80px;
	line-height: 1.0;
	float: left;
	margin-left:15px;
	margin-bottom:-5px;
	}
.logo a {
	display: block;
	width: 350px;
	height: 80px;
	}

#header .section {
	width: 410px;
	float: right;
	margin: 5px 17px 0 0;
	padding: 0;
	}
*html #header .section {
	margin: 5px 9px 0 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 58px;
	text-indent:-9999px;
	float: right;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	height: 24px;
	float: left;
	}

#header_nav li {
	height: 24px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	}

*html #header_nav li {
	margin: 0 0 0 8px;
	}
#header_nav li a {
	display: block;
	height: 24px;
	}

#nav01,#nav02 { width: 88px; }

#nav01 a, #nav02 a {
	background: url(../images/header_nav.jpg) -20px 0 no-repeat;
	width: 88px;
	}



/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	padding: 5px 0 20px 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 50px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 50px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -50px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -100px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -150px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -200px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -250px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -300px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -350px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -400px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -450px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -500px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -550px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -200px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -200px -50px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -200px -100px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -200px -150px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -200px -200px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -200px -250px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -200px -300px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -200px -350px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -200px -400px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -200px -450px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -200px -500px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -200px -550px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 25px 0 0 0;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) top repeat-x;
	font-size: 85%;
	text-align: right;
	color: #997933;
	height:95px;
	}
*: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: #997933;
	}
#footer a:hover { text-decoration: underline; }

#footer .tel{float:left; margin:0 0 0 20px;}
#footer ul { 
	list-style: none;
	margin: 0 20px 2px 0;
	padding: 0;
	float:right;
	width:560px;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 8px 20px; float:right; padding-top:2px;}

*html #footer .tel{margin:0 10px;}
*html #footer ul {margin: 0 10px 2px 0;}
*html #footer address {margin: 8px 10px;}
/*---------- 06  Contents -----------*/

.section { padding: .5em 30px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 55px;
	text-indent: -9999px;
	margin: 0 20px;
	}

#content h3 {
	clear: both;
	height: 38px;
	text-indent: -9999px;
	}
#content h4 {
	height: 26px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	color:#A8A235;
	border-bottom: 1px dotted #CECB51;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 0 4px 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: #8B5C29;
	outline: none;
	}
a:hover { color: #8B5C29; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 15px 10px 0;
	}

.image_r {
	float: right;
	margin: 0 0 10px 15px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow01.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: 95px;
	height: 27px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 27px;
	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 */

p.color_g{color:#A87C40;}
.bold{color:#A87C40; font-weight: bold; font-size: 14px;}
.text03{border:solid 1px #847843; margin:0 10px 15px 10px;}
.text04{margin:10px 5px; padding:10px; background-color:#FFF0A6;}

/*---------- 07  Index -----------*/
#index h2#title01{ width:575px; height:305px; text-indent:0px}
#index h3#title02{background:url(../images/index_h3-02.jpg) 0 0 no-repeat; width:555px; height:38px;}
#index h3#title04{background:url(../images/index_h3-03.jpg) 0 0 no-repeat; width:555px; height:38px;}
#index h4#title03{background:url(../images/index_h4-03.jpg) 0 0 no-repeat; width:555px; height:35px;}

#index .text01 {width:555px; background:url(../images/index_bg01.jpg) bottom; margin:15px 30px; padding:0 0 10px 0;}
#index .text02 {width:555px; background:url(../images/index_bg02.jpg) bottom; margin:15px 30px; padding:0;}
#index .text01 p,#index .text03 p,#index .text02 p { margin:10px 20px;}
#index .text01 p.sr_fL  {
	float: left;
	margin: 0 8px 10px 15px;
	}

#index .text01 p.sr_fR {
	float: right;
	margin: 0 15px 10px 0;
	}

#index .text03 p.ml_20 { margin:10px 20px 10px 40px;}
#index .text02 .section{margin:0; padding:0; background:url(../images/index_bg03.jpg) 0 0 no-repeat; height:102px; width:555px; text-indent:-9999px; }
#index .text02 .section a{margin:0 0 0 235px; width:192px; height:41px; display:block;}

#index .text03 {width:555px; background:url(../images/index_bg04.jpg) 0 0 repeat-y; margin:15px 30px; padding:0 0 10px 0;
border: none;}

#index .sr_text01 {width:555px; background:url(../images/index_bg06.jpg) bottom; margin:15px 30px; padding:0 0 10px 0;}
#index .sr_text01 p { margin:10px 20px;}
#index .sr_text01 p.sr_fL  {
	float: left;
	margin: 10px 8px 20px 15px;
	}

#index .sr_text01 p.sr_fR {
	float: right;
	margin: 10px 15px 20px 0;
	}
	
* html #index .sr_text01 p.sr_fL  {
	float: left;
	margin: 5x 8px 20px 10px;
	}

* html #index .sr_text01 p.sr_fR {
	float: right;
	margin: 5px 10px 20px 0;
	}

.sr_right {text-align:right;}

/*---------- 08  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 h3#title06{background:url(../images/clinic_h3-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;}
#clinic h4#title09{background:url(../images/clinic_h4-09.jpg) 0 0 no-repeat;}
#clinic h4#title10{background:url(../images/clinic_h4-10.jpg) 0 0 no-repeat;}
#clinic h4#title11{background:url(../images/clinic_h4-11.jpg) 0 0 no-repeat;}
#clinic h4#title12{background:url(../images/clinic_h4-12.jpg) 0 0 no-repeat;}
#clinic h4#title13{background:url(../images/clinic_h4-13.jpg) 0 0 no-repeat;}
#clinic h4#title14{background:url(../images/clinic_h4-14.jpg) 0 0 no-repeat;}
#clinic h4#title15{background:url(../images/clinic_h4-15.jpg) 0 0 no-repeat;}
#clinic h4#title16{background:url(../images/clinic_h4-16.jpg) 0 0 no-repeat;}

#clinic .dr{width:310px; float:right;}
#clinic .dr dl{margin:0;}
#clinic .dr dl dt{float:left; width:60px; font-weight:normal;}
#clinic .dr dl dd{overflow:hidden; width:240px;}
#clinic .photo {width:320px; float:right;}

/*---------- 09  Concept -----------*/
#concept h2#title01{background:url(../images/concept_h2-01.jpg) 0 0 no-repeat;}
#concept h3#title02{background:url(../images/concept_h3-02.jpg) 0 0 no-repeat;}
#concept h4#title03{background:url(../images/concept_h4-03.jpg) 0 0 no-repeat;}
#concept h4#title04{background:url(../images/concept_h4-04.jpg) 0 0 no-repeat;}


/*---------- 10  Dental -----------*/
#dental h2#title01{background:url(../images/dental_h2-01.jpg) 0 0 no-repeat;}
#dental h3#title02{background:url(../images/dental_h3-02.jpg) 0 0 no-repeat;}
#dental h4#title03{background:url(../images/dental_h4-03.jpg) 0 0 no-repeat;}
#dental h4#title04{background:url(../images/dental_h4-04.jpg) 0 0 no-repeat;}
#dental h4#title05{background:url(../images/dental_h4-05.jpg) 0 0 no-repeat;}


/*---------- 11  Health -----------*/
#health h2#title01{background:url(../images/health_h2-01.jpg) 0 0 no-repeat;}
#health h3#title02{background:url(../images/health_h3-02.jpg) 0 0 no-repeat;}
#health h4#title03{background:url(../images/health_h4-03.jpg) 0 0 no-repeat;}
#health h4#title04{background:url(../images/health_h4-04.jpg) 0 0 no-repeat;}
#health h4#title05{background:url(../images/health_h4-05.jpg) 0 0 no-repeat;}


/*---------- 12  Allergy -----------*/
#allergy h2#title01{background:url(../images/allergy_h2-01.jpg) 0 0 no-repeat;}
#allergy h3#title02{background:url(../images/allergy_h3-02.jpg) 0 0 no-repeat;}
#allergy h4#title03{background:url(../images/allergy_h4-03.jpg) 0 0 no-repeat;}
#allergy h4#title04{background:url(../images/allergy_h4-04.jpg) 0 0 no-repeat;}
#allergy h4#title05{background:url(../images/allergy_h4-05.jpg) 0 0 no-repeat;}
#allergy h4#title06{background:url(../images/allergy_h4-06.jpg) 0 0 no-repeat;}
#allergy h4#title07{background:url(../images/allergy_h4-07.jpg) 0 0 no-repeat;}


/*---------- 13  Child -----------*/
#child h2#title01{background:url(../images/child_h2-01.jpg) 0 0 no-repeat;}
#child h3#title02{background:url(../images/child_h3-02.jpg) 0 0 no-repeat;}
#child h4#title03{background:url(../images/child_h4-03.jpg) 0 0 no-repeat;}
#child h4#title04{background:url(../images/child_h4-04.jpg) 0 0 no-repeat;}
#child h4#title05{background:url(../images/child_h4-05.jpg) 0 0 no-repeat;}
#child h3#title06{background:url(../images/child_h3-06.jpg) 0 0 no-repeat;}
#child h4#title07{background:url(../images/child_h4-07.jpg) 0 0 no-repeat;}

#child table{
	text-align: left;	
	background-color:#FFF;
	border:none;
	font-size:12px;
	color: #666;
	border-collapse:collapse;
	margin: 10px 15px;
}
#child table th {
	background: url(../images/child_bg01.jpg) bottom repeat-x;	
	text-align: center;	
	color:#72551A;
	width: 250px;
}
#child table td{background-color:#FFF;width: 250px;}
#child td,
#child th,{
	border: 1px solid #847843;
}
#child #content ul{margin:5px;}
/*---------- 14  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 h4#title03{background:url(../images/general_h4-03.jpg) 0 0 no-repeat;}


/*---------- 15  Prevent -----------*/
#prevent h2#title01{background:url(../images/prevent_h2-01.jpg) 0 0 no-repeat;}
#prevent h3#title02{background:url(../images/prevent_h3-02.jpg) 0 0 no-repeat;}
#prevent h4#title03{background:url(../images/prevent_h4-03.jpg) 0 0 no-repeat;}
#prevent h4#title04{background:url(../images/prevent_h4-04.jpg) 0 0 no-repeat;}
#prevent h4#title05{background:url(../images/prevent_h4-05.jpg) 0 0 no-repeat;}
#prevent h3#title06{background:url(../images/prevent_h3-06.jpg) 0 0 no-repeat;}
#prevent h4#title07{background:url(../images/prevent_h4-07.jpg) 0 0 no-repeat;}
#prevent h4#title08{background:url(../images/prevent_h4-08.jpg) 0 0 no-repeat;}


/*---------- 16  Denture -----------*/
#denture h2#title01{background:url(../images/denture_h2-01.jpg) 0 0 no-repeat;}
#denture h3#title02{background:url(../images/denture_h3-02.jpg) 0 0 no-repeat;}
#denture h4#title03{background:url(../images/denture_h4-03.jpg) 0 0 no-repeat;}
#denture h3#title04{background:url(../images/denture_h3-04.jpg) 0 0 no-repeat;}
#denture h4#title05{background:url(../images/denture_h4-05.jpg) 0 0 no-repeat;}
#denture h4#title06{background:url(../images/denture_h4-06.jpg) 0 0 no-repeat;}

#denture strong {
	background: url(../images/li_bg.jpg) 0 0 no-repeat;
	padding-left: 15px;
	color:#8B5C29;
	}

	
/*---------- 17  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;}


/*---------- 18  Jaw -----------*/
#jaw h2#title01{background:url(../images/jaw_h2-01.jpg) 0 0 no-repeat;}
#jaw h3#title02{background:url(../images/jaw_h3-02.jpg) 0 0 no-repeat;}
#jaw h3#title03{background:url(../images/jaw_h3-03.jpg) 0 0 no-repeat;}
#jaw h4#title04{background:url(../images/jaw_h4-04.jpg) 0 0 no-repeat;}
#jaw h4#title05{background:url(../images/jaw_h4-05.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 h4#title03{background:url(../images/access_h4-03.jpg) 0 0 no-repeat;}
#access #content dl{margin:5px;}
#access #content dl dt{
	float:left;
	background: url(../images/li_bg.jpg) 0 3px no-repeat;
	padding-left: 15px;
	color:#8B5C29;
	width:120px;}
#access #content dl dd{overflow:hidden;_padding-left: 107px;}

/*---------- 20  Sitemap -----------*/
#sitemap h2#title01{background:url(../images/sitemap_h2-01.jpg) 0 0 no-repeat;}
#sitemap #content dl{margin:5px;}
#sitemap #content dl dt{
	background: url(../images/li_bg.jpg) 0 3px no-repeat;
	padding-left: 15px;
	color:#8B5C29;
	width:120px;}
#sitemap #content dd{overflow:hidden;padding-left: 30px;}

.ml_20{ margin-left: 20px;}

.sr_clr {clear:both;}
