@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Staff                       */
/*                                                 */
/*=======================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: #ece9d8 url(../images/bg.jpg) center top no-repeat; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 804px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

.main_image {
	margin: 0;
	padding: 0;
	}
.main_image img {
	display: block;
	}

#main {
	margin: 0 2px;
	background: url(../images/main_bg.jpg) 10px 0 repeat-y;
	}

#content {
	width: 610px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff url(../images/content_bg.jpg) -190px 0 no-repeat;
	padding: 20px 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 100px;
	width: 804px;
	margin: 0;
	padding: 0;
	}

h1 {
	width: 430px;
	height: 80px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 430px;
	height: 80px;
	text-indent: -9999px;
	}

#header .section {
	width: 185px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 5px 0 0;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
	width: 180px;
	height: 17px;
	background: url(../images/header_nav.jpg) 0 0 no-repeat;
	}

#header_nav li {
	height: 17px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 17px;
	}

#nav01 { width: 120px; }
#nav02 { width: 60px; }

#nav01 a {
	margin-left: 70px;
	background: url(../images/header_nav.jpg) -70px 0 no-repeat;
	}
#nav02 a { background: url(../images/header_nav.jpg) -120px 0 no-repeat; }

#nav01 a:hover { background: url(../images/header_nav.jpg) -70px -17px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.jpg) -120px -17px no-repeat; }


/*----------04  Navigation -----------*/

#nav {
	width: 190px;
	float: left;
	padding: 20px 0 20px 0;
	background: url(../images/content_bg.jpg) 0 0 no-repeat;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav ul {
	margin-left: 10px;
	padding: 6px 5px 20px;
	background: url(../images/nav.jpg) 0 0 no-repeat;
	}

#nav ul li {
	height: 45px;
	text-indent: -9999px;
	}

#nav ul li a {
	display: block;
	height: 45px;
	}

#nav03 a { background: url(../images/nav.jpg) -5px -6px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) -5px -51px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) -5px -96px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) -5px -141px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) -5px -186px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) -5px -231px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) -5px -276px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) -5px -321px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) -5px -366px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) -5px -411px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) -5px -456px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) -5px -501px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -185px -6px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -185px -51px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -185px -96px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -185px -141px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -185px -186px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -185px -231px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -185px -276px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -185px -321px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -185px -366px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -185px -411px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -185px -456px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -185px -501px no-repeat; }

#nav p {
	margin-left: 10px;
	text-align: center;
	}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0 0 14px 0;
	margin: 0 2px;
	background: #fff url(../images/footer_bg.jpg) top repeat-x;
	font-size: 85%;
	text-align: center;
	color: #ccc;
	}
*: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: #A1BF78;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0;
	padding: 1em 0 0;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 20px 1em 0; }

.footer_tel {
	float: left;
	padding-left: 10px;
	margin: 0;
	}

/*---------- 06  Contents -----------*/

.section { padding: .5em 25px .5em 15px; }

.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 60px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	height: 40px;
	text-indent: -9999px;
	margin: 0;
	}
#content h4 {
	height: 20px;
	text-indent: -9999px;
	margin: 0;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	list-style: none;
	background: url(../images/list.jpg) 0 4px no-repeat;
	padding-left: 20px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { 
	font-weight: bold;
	color: #AB731C; }

#content a { text-decoration: underline; }
a {
	color: #AB731C;
	outline: none;
	}
a:hover { color: #C79430; }

#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;
	}

.image_l_01 {
	float: left;
	margin: 0; 
	}

.image_r_01 {
	float: right;
	margin: 0;
	}

.case {
	margin: 5px 10px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption,
.case .caption1 {
	text-align: center;
	border-top: 2px solid #ccc;
	}



#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 120px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 20px;
	background: url(../images/pagetop.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 */

.bordered {
	border: 1px solid #D9C794;
	padding: 9px;
	margin-bottom: 5px;
	}
	
.bordered2 {
	border: 2px solid #D9C794;
	padding: 9px;
	margin-bottom: 5px;
	}

	
.colored {
	background: #ECE9D8;
	padding: 9px;
	margin-bottom: 5px;
	}
.dashed {
	border: 1px dashed #CCC4AD;
	padding: 9px;
	margin-bottom: 5px;
	}

table {
	font-size: 100%;
	color: #666;
	border: 3px solid #D9C794;
	}
table tr th,
table tr td {
	font-weight: 100;
	border: 1px solid #D9C794;
	}
table tr th {
	background: #ECE9D8;
	}



/*---------- 07  Index -----------*/

#index #content #title01 {
	background: url(../images/index_h2-01.jpg) 0 0 no-repeat;
	height: 40px;
	}
#index #content #title02 {
	background: url(../images/index_h3-02.jpg) 0 0 no-repeat;
	height: 50px;
	}

#index .greeting {
	background: url(../images/greeting_bg.jpg) 15px 0 no-repeat;
	}
#index .greeting p {
	margin: 10px;
	}
#index .pickup p a {
	display: block;
	width: 570px;
	height: 90px;
	text-indent: -9999px;
	}

#index .pickup #pickup01 a { background: url(../images/pickup01.jpg) 0 0 no-repeat; }
#index .pickup #pickup01 a:hover { background: url(../images/pickup01.jpg) 0 -90px no-repeat; }

#index .pickup #pickup02 a { background: url(../images/pickup02.jpg) 0 0 no-repeat; }
#index .pickup #pickup02 a:hover { background: url(../images/pickup02.jpg) 0 -90px no-repeat; }

#index .clinic_info dl {
	margin: 0 0 0 246px;
	}
#index .clinic_info dl dt {
	float: left;
	width: 90px;
	font-weight: 100;
	}
#index .clinic_info dl dd {
	margin-left: 90px;
	}

.main_banner01 a {
	display: block;
	width: 570px;
	height: 100px;
	background: url(../images/main_banner01.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
.main_banner01 a:hover { background: url(../images/main_banner01.jpg) 0 -100px no-repeat; }
.main_banner02 a {
	display: block;
	width: 570px;
	height: 100px;
	background: url(../images/page-bnr01.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
.main_banner02 a:hover { background-position:-570px;}
.main_banner03 a {
	display: block;
	width: 570px;
	height: 100px;
	background: url(../images/page-bnr02.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
.main_banner03 a:hover { background-position:-570px;}
.main_banner04 a {
	display: block;
	width: 570px;
	height: 100px;
	background: url(../images/page-bnr03.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
.main_banner04 a:hover { background-position:-570px;}


#index .photoes {
	padding: 9px 50px;
	}

.schedule{
margin:0 0 0 16px;
}
/*---------- 08  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_h3-03.jpg) 0 0 no-repeat; }
#staff #content #title04 { background: url(../images/staff_h3-04.jpg) 0 0 no-repeat; }
#staff #content #title05 { background: url(../images/staff_h3-05.jpg) 0 0 no-repeat; }

#staff .photoes {
	padding: 9px 50px;
	}
.marL20 { margin-left:20px;}
.fl-s {
  float:left;
  width:200px;
	}
.fr-s { 
  float:right;
  width:200px;
	}

.midashi{
border-left:solid 4px #997e49;
line-height:1.0;
padding:0 0 2px 5px;
}

.gakkai{text-align:center;
padding:8px 0 0 8px;}
.gakkai img{margin: 0 10px 0 0;}
/*---------- 09  Clinic -----------*/

#clinic #content #title01 { background: url(../images/clinic_h2-01.jpg) 0 0 no-repeat; }
#clinic #content #title02 { background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic #content #title03 { background: url(../images/clinic_h3-03.jpg) 0 0 no-repeat; }
#clinic #content #title04 { background: url(../images/clinic_h3-04.jpg) 0 0 no-repeat; }
#clinic #content #title05 { background: url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }
#clinic #content #title06 { background: url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic #content #title07 { background: url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }
#clinic #content #title08 { background: url(../images/clinic_h4-08.jpg) 0 0 no-repeat; }
#clinic #content #title09 { background: url(../images/clinic_h4-09.jpg) 0 0 no-repeat; }
#clinic #content #title10 { background: url(../images/clinic_h3-05.jpg) 0 0 no-repeat; }
#clinic #content #title11 { background: url(../images/clinic_h3-06.jpg) 0 0 no-repeat; }
#clinic #content #title12 { background: url(../images/clinic_h4-10.jpg) 0 0 no-repeat; }
#clinic #content #title13 { background: url(../images/clinic_h4-11.jpg) 0 0 no-repeat; }


#clinic h4{
margin-left:210px;
}

/*---------- 10  Implant -----------*/

#implant #content #title01 { background: url(../images/implant_h2-01.jpg) 0 0 no-repeat; }
#implant #content #title02 { background: url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant #content #title03 { background: url(../images/implant_h3-03.jpg) 0 0 no-repeat; }
#implant #content #title04 { background: url(../images/implant_h3-04.jpg) 0 0 no-repeat; }

#implant #faq dt{
	padding-left:22px;
	margin-bottom: 5px;
  background: url(../images/icon_q.jpg) 0 0 no-repeat;
  color:#660000;
}

#implant #faq dd{
	border: 1px dashed #CCC4AD;
	padding: 9px;
	margin-bottom: 5px;
	}

/*---------- 11  Flow -----------*/

#flow #content #title01 { background: url(../images/flow_h2-01.jpg) 0 0 no-repeat; }
#flow #content #title02 { background: url(../images/flow_h3-02.jpg) 0 0 no-repeat; }
#flow #content #title03 { background: url(../images/flow_h4-03.jpg) 0 0 no-repeat; }
#flow #content #title04 { background: url(../images/flow_h4-04.jpg) 0 0 no-repeat; }
#flow #content #title05 { background: url(../images/flow_h3-05.jpg) 0 0 no-repeat; }
#flow #content #title06 { background: url(../images/flow_h4-06.jpg) 0 0 no-repeat; }
#flow #content #title07 { background: url(../images/flow_h4-07.jpg) 0 0 no-repeat; }

.section2 { padding: 10px 15px; }

/*---------- 12  Case -----------*/

#case #content #title01 { background: url(../images/case_h2-01.jpg) 0 0 no-repeat; }
#case #content #title02 { background: url(../images/case_h3-02.jpg) 0 0 no-repeat; }
#case #content #title03 { background: url(../images/case_h3-03.jpg) 0 0 no-repeat; }
#case #content #title04 { background: url(../images/case_h3-04.jpg) 0 0 no-repeat; }
#case #content #title05 { background: url(../images/case_h3-05.jpg) 0 0 no-repeat; }
#case #content #title06 { background: url(../images/case_h2-02.jpg) 0 0 no-repeat; }
#case #content #title07 { background: url(../images/ttl_01.jpg) 0 0 no-repeat;}
#case #content #title08 { background: url(../images/ttl_02.jpg) 0 0 no-repeat; }
#case #content #title09 { background: url(../images/ttl_03.jpg) 0 0 no-repeat; }
#case #content #title10 { background: url(../images/ttl_04.jpg) 0 0 no-repeat; }
#case #content #title11 { background: url(../images/case_h3-06.jpg) 0 0 no-repeat; }
#case #content #title12 { background: url(../images/case_h3-07.jpg) 0 0 no-repeat; }

#case .caption1 {   
    text-align: left;
    width:150px;   
    }  
#case .caption {   
    text-align: left;
    width:240px;   
    }  
	
#case .caption2 {
	margin: 0;
	padding: 0;
	text-align: left;
	border-top: 2px solid #ccc;
}

#case #content .case {   
    background: url(../images/arrow.gif) center center no-repeat;
    padding: 0 30px;    
    }  



/*---------- 13  Denture -----------*/

#denture #content #title01 { background: url(../images/denture_h2-01.jpg) 0 0 no-repeat; }
#denture #content #title02 { background: url(../images/denture_h3-02.jpg) 0 0 no-repeat; }
#denture #content #title03 { background: url(../images/denture_h4-03.jpg) 0 0 no-repeat; }
#denture #content #title04 { background: url(../images/denture_h4-04.jpg) 0 0 no-repeat; }
#denture #content #title05 { background: url(../images/denture_h3-05.jpg) 0 0 no-repeat; }
#denture #content #title06 { background: url(../images/denture_h4-06.jpg) 0 0 no-repeat; }
#denture #content #title07 { background: url(../images/denture_h4-07.jpg) 0 0 no-repeat; }
#denture #content #title08 { background: url(../images/denture_h4-08.jpg) 0 0 no-repeat; }
#denture #content #title09 { background: url(../images/denture_h4-09.jpg) 0 0 no-repeat; }
#denture #content #title10 { background: url(../images/denture_h4-10.jpg) 0 0 no-repeat; }



/*---------- 14  Aesthe -----------*/

#aesthe #content #title01 { background: url(../images/aesthe_h2-01.jpg) 0 0 no-repeat; }
#aesthe #content #title02 { background: url(../images/aesthe_h3-02.jpg) 0 0 no-repeat; }
#aesthe #content #title03 { background: url(../images/aesthe_h3-03.jpg) 0 0 no-repeat; }
#aesthe #content #title04 { background: url(../images/aesthe_h4-04.jpg) 0 0 no-repeat; }
#aesthe #content #title05 { background: url(../images/aesthe_h4-05.jpg) 0 0 no-repeat; }
#aesthe #content #title06 { background: url(../images/aesthe_h4-06.jpg) 0 0 no-repeat; }

/*---------- 15  Prevent -----------*/

#prevent #content #title01 { background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat; }
#prevent #content #title02 { background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }
#prevent #content #title03 { background: url(../images/prevent_h4-03.jpg) 0 0 no-repeat; }
#prevent #content #title04 { background: url(../images/prevent_h4-04.jpg) 0 0 no-repeat; }
#prevent #content #title05 { background: url(../images/prevent_h3-05.jpg) 0 0 no-repeat; }
#prevent #content #title06 { background: url(../images/prevent_h4-06.jpg) 0 0 no-repeat; }
#prevent #content #title07 { background: url(../images/prevent_h4-07.jpg) 0 0 no-repeat; }
#prevent #content #title08 { background: url(../images/prevent_h4-08.jpg) 0 0 no-repeat; }
#prevent #content #title09 { background: url(../images/prevent_h4-09.jpg) 0 0 no-repeat; }


/*---------- 16  Recruit -----------*/

#recruit #content #title01 { background: url(../images/recruit_h2-01.jpg) 0 0 no-repeat; }

/*---------- 17  Sitemap -----------*/

#sitemap #content #title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }



.box_01,.box_02{float:left;}
.box_01{padding-right:10px;}
.box_03{float:right;}
.flow{ width:220px;background:#ECE9D8;padding:5px; padding-top:5px; margin-left:170px;}
.MagL10{margin-left:10px;}
