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

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Staff                       */
/*                 09  Clinic                      */
/*                 10  Prevent                     */
/*                 11  Implant                     */
/*                 12  Ortho                       */
/*                 13  Esthe                       */
/*                 14  Denture                     */
/*                 15  Price                       */
/*                 16  Recruit                     */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

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



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

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



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

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

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 810px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

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

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 29px 0 1em 0;
	background: url(../images/main_bg.jpg) repeat-x;
	}


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

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

h1 {
	text-indent: -9999px;
	width: 333px;
	line-height: 1.0;
	padding-top: 35px;
	}

h1 a {
	display: block;
	margin-left: 33px;
	height: 80px;
	}

#header p.tel {
	margin: 0 0 0 15px;
	padding: 0;
	width: 205px;
	}
#header p.tel img {
	display: block;
	}

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

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

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav ul {
	margin: 0 0 0 10px;
	}

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

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

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -40px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -80px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -160px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -200px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -280px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -320px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -360px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -400px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -190px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -190px -40px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -190px -80px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -190px -120px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -190px -160px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -190px -200px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -190px -240px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -190px -280px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -190px -320px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -190px -360px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -190px -400px no-repeat; }

#nav p {
	margin-left: 10px;
	text-align: center;
	}


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

#footer {
	clear: both;
	padding: 0;
	margin: 0 10px 10px;
	background: url(../images/footer_bg.jpg) top repeat-x;
	font-size: 85%;
	color: #999;
	border: 1px solid #e2e4bc;
	}
*:first-child+html #footer { font-size: 11px; } /*  for IE7 only */
* html body #footer { font-size: 11px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #ee6c92;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	padding: 0;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1;
	}

#footer address {
	float: right;
	width: 291px;
	}
#footer address a {
	display: block;
	height: 19px;
	text-indent: -9999px;
	background: url(../images/copy.jpg) no-repeat;
	}


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

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

p.center { text-align: center; }

#content h2 {
	height: 75px;
	text-indent: -9999px;
	margin: 0 15px;
	}


#content h3 {
	height: 50px;
	text-indent: -9999px;
	margin-left: 0;
	}
#content h4 {
	height: 35px;
	text-indent: -9999px;
	}

#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; }

#content a { text-decoration: underline; }
a {
	color: #ee6c92;
	outline: none;
	}
a:hover { color: #ba4164; }

#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: 10px 20px;
	background: url(../images/arrow_h.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: 80px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 25px;
	background: url(../images/pagetop.jpg) 0 0 no-repeat;
	}

p.caution {
	text-align: right;
	color: #ee6c92;
	}

/* 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 */

table {
	font-size: 100%;
	color: #666;
	border: 3px solid #e7e6ca;
	background: #fffcf5;
	}
table tr th,
table tr td {
	border: 1px solid #e7e6ca;
	padding: 1px 10px;
	}
table tr th {
	color: #8f5a32;
	}

.detail {
	padding-bottom: 70px;
	}

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

#index #header {
	background: url(../images/header_index_bg.jpg) 0 0 no-repeat;
	height: 331px;
	}

#index h1 {
	text-indent: -9999px;
	width: 333px;
	line-height: 1.0;
	padding-top: 35px;
	}

#index h1 a {
	display: block;
	margin-left: 33px;
	height: 80px;
	}

#index #header p.tel {
	margin: 0 0 0 15px;
	padding: 90px 0 0 0;
	width: 205px;
	}
#index #header p.tel img {
	display: block;
	}

#index #content #title01 {
	background: url(../images/index_h2-01.jpg) 0 0 no-repeat; 
	height: 60px;
	}
#index #content #title02 { background: url(../images/index_h3-02.jpg) 0 0 no-repeat; }
#index #content #title03 { background: url(../images/index_h3-03.jpg) 0 0 no-repeat; }

.pickup {
	margin: 0;
	background: url(../images/pickup_bg.jpg) 0 0 no-repeat;
	}
#index #content .pickup .image_r {
	margin-top: 10px;
	padding-right: 10px;
	}
#index #content .pickup #pickup_title {
	width: 198px;
	height: 35px;
	background: url(../images/pickup_title.jpg) 15px 3px no-repeat;
	}
#index #content .pickup dl {
	margin: 0 30px;
	padding: 0;
	line-height: 1.4;
	}
#index #content .pickup dl dt {
	color: #ee6c92;
	font-weight: 100;
	float: left;
	width: 60px;
	}
#index #content .pickup dl dd {
	margin-left: 70px;
	}

#index #content .information dt {
	font-weight: 100;
	color: #8f5a32;
	float: left;
	width: 120px;
	}
#index #content .information dd {
	font-weight: 100;
	margin-left: 130px;
	color: #ee6c92;
	}

#index .schedule {
	border: 1px solid #e7e6ca;
	background: #fffcf5;
	color: #999;
	}
#index .schedule th,
#index .schedule td {
	border: 1px solid #e7e6ca;
	color: #999;
	padding: 1px 10px;
	}
#index .schedule .colored th {
	color: #8f5a32;
	}
#index .schedule .time {
	text-align: left;
	padding-right: 60px;
	}
.marB20 { margin-bottom:20px;}










p#top_bnr {
width:570px;
height:100px;
background:url(../images/pickup.jpg);
clear:both;
}

p#top_bnr a.bnr_a,
p#top_bnr a.bnr_b {
float:left;
margin:0;
padding:0;
display:block;
width:275px;
height:100px;
text-indent:-9999px;
outline:none;
}

p#top_bnr a.bnr_b {
margin:0;
padding:0;
display:block;
width:295px;
height:100px;
text-indent:-9999px;
outline:none;
}


a.bnr_a:hover {
background:url(../images/pickup.jpg) 0 -100px;
}

a.bnr_b:hover {
background:url(../images/pickup.jpg) -275px -100px;
}


p.greeting { 
  width: 450px;
	float: left;
	}
p.doctor { 
  width: 100px;
	float: right;
	}
















/*-------- 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 dl {
	margin-left: 210px;
	padding: 0;
	line-height: 1.4;
	}
#staff #content dl dt {
	color: #ee6c92;
	font-weight: 100;
	float: left;
	width: 40px;
	}
#staff #content dl dd {
	margin-left: 50px;
	}
#staff #content dl dd dl {
	margin: 0;
	}
#staff #content dl dd dl dt {
	width: 90px;
	color: #8f5a32;
	}
#staff #content dl dd dl dd {
	margin-left: 100px;
	}

/*-------- 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_h4-04.jpg) 0 0 no-repeat; }
#clinic #content #title05 { background: url(../images/clinic_h3-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_h4-10.jpg) 0 0 no-repeat; }
#clinic #content #title11 { background: url(../images/clinic_h4-11.jpg) 0 0 no-repeat; }
#clinic #content #title12 { background: url(../images/clinic_h4-12.jpg) 0 0 no-repeat; }

#clinic .clinic_info {
	margin: 10px 30px;
	width: 510px;
	}
  
/*-------- 10  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_h3-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_h4-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 .detail {
	background: url(../images/arrow_detail01.jpg) center bottom no-repeat;
	padding-bottom: 60px;
	margin-bottom: 20px;
	}
#prevent .section{
  width:500px;
	}

/*-------- 11  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_h4-04.jpg) 0 0 no-repeat; }
#implant #content #title05 { background: url(../images/implant_h3-05.jpg) 0 0 no-repeat; }
#implant #content #title06 { background: url(../images/implant_h4-06.jpg) 0 0 no-repeat; }
#implant #content #title07 { background: url(../images/implant_h4-07.jpg) 0 0 no-repeat; }
#implant #content #title08 { background: url(../images/implant_h4-08.jpg) 0 0 no-repeat; }
#implant #content #title09 { background: url(../images/implant_h4-09.jpg) 0 0 no-repeat; }
#implant #content #title10 { background: url(../images/implant_h4-10.jpg) 0 0 no-repeat; }
#implant #content #title11 { background: url(../images/implant_h4-11.jpg) 0 0 no-repeat; }


#implant #content .detail {
	background: url(../images/arrow_detail01.jpg) center bottom no-repeat;
	padding-bottom: 60px;
	margin-bottom: 20px;
	}


#implant #content .flow {
	background: url(../images/arrow_v.jpg) center bottom no-repeat;
	padding-bottom: 60px;
	}
#implant #content .banners {
	padding: 10px 20px;
	}
#implant #content .banners p {
	margin: 0;
	padding: 0;
	}


/*-------- 12  Ortho --------*/

#ortho #content #title01 { background: url(../images/ortho_h2-01.jpg) 0 0 no-repeat; }
#ortho #content #title02 { background: url(../images/ortho_h3-02.jpg) 0 0 no-repeat; }
#ortho #content #title03 { background: url(../images/ortho_h3-03.jpg) 0 0 no-repeat; }
#ortho #content #title04 { background: url(../images/ortho_h3-04.jpg) 0 0 no-repeat; }
#ortho #content #title05 { background: url(../images/ortho_h4-05.jpg) 0 0 no-repeat; }
#ortho #content #title06 { background: url(../images/ortho_h3-06.jpg) 0 0 no-repeat; }
#ortho #content #title07 { background: url(../images/ortho_h3-07.jpg) 0 0 no-repeat; }
#ortho #content #title08 { background: url(../images/ortho_h4-08.jpg) 0 0 no-repeat; }

#ortho #content .detail {
	background: url(../images/arrow_detail02.jpg) center bottom no-repeat;
	padding-bottom: 60px;
	margin-bottom: 20px;
	}
#ortho #content .flow {
	background: url(../images/arrow_v.jpg) center bottom no-repeat;
	padding-bottom: 60px;
	}
#ortho #content .alpha,
#ortho #content .beta {
	float: left;
	margin-right: 10px;
	}
#ortho #content .gamma {
	float: left;
	}

/*-------- 13  Esthe --------*/

#esthe #content #title01 { background: url(../images/esthe_h2-01.jpg) 0 0 no-repeat; }
#esthe #content #title02 { background: url(../images/esthe_h3-02.jpg) 0 0 no-repeat; }
#esthe #content #title03 { background: url(../images/esthe_h3-03.jpg) 0 0 no-repeat; }
#esthe #content #title04 { background: url(../images/esthe_h4-04.jpg) 0 0 no-repeat; }
#esthe #content #title05 { background: url(../images/esthe_h4-05.jpg) 0 0 no-repeat; }
#esthe #content #title06 { background: url(../images/esthe_h4-06.jpg) 0 0 no-repeat; }
#esthe #content #title07 { background: url(../images/esthe_h4-07.jpg) 0 0 no-repeat; }


#esthe #content .detail {
	background: url(../images/arrow_detail02.jpg) center bottom no-repeat;
	padding-bottom: 60px;
	margin-bottom: 20px;
	}


/*-------- 14  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_h3-10.jpg) 0 0 no-repeat; }

#denture #content dl dt {
	color: #ee6c92;
	font-weight: 100;
	float: left;
	width: 40px;
	}
#staff #content dl dd {
	margin-left: 50px;
	}

/*-------- 15  Price --------*/

#price #content #title01 { background: url(../images/price_h2-01.jpg) 0 0 no-repeat; }



/*-------- 16  Recruit --------*/

#recruit #content #title01 { background: url(../images/recruit_h2-01.jpg) 0 0 no-repeat; }
#recruit #content #title02 { background: url(../images/recruit_h3-02.jpg) 0 0 no-repeat; }

#recruit #content table {
	margin: 5px 0 15px 20px;
	width: 530px;
	}

#price table {
	width: 530px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 20px;
	}

#recruit #content .alpha,
#recruit #content .beta {
	float: left;
	margin-right: 10px;
	}
#recruit #content .gamma {
	float: left;
	}


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

#sitemap #content #title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }

#sitemap #content dl dt {
	border: 1px solid #e7e6ca;
	background: #fffcf5;
	padding: 1px 3px;
	}
#sitemap #content dl dd {
	margin: 10px 0;
	padding: 0;
	}
#recruit #content #title30 {
background:url(../images/recruit_h4-01.jpg) 0 0 no-repeat;
}
#recruit #content #title31 {
background:url(../images/recruit_h4-02.jpg) 0 0 no-repeat;
}#recruit #content #title32 {
background:url(../images/recruit_h4-03.jpg) 0 0 no-repeat;
}



#recruit #content #title33 {
background:url(../images/recruit_h4-04.jpg) 0 0 no-repeat;
}

#recruit #content #title34 {
background:url(../images/recruit_h4-05.jpg) 0 0 no-repeat;
}



p#footer {
border:none;
width:783px;
height:101px;
margin:0;
padding:0;
background:url(../images/footer.jpg) 0 0 no-repeat;
}

p#footer a{
display:block;
width:110px;
height:82px;
float:right;
}

p#footer a:hover{
background:url(../images/footer2.jpg) 0 23px no-repeat;
}




/*------------------090428----------------*/
#nav .unicus_bnr {
	text-indent: -9999px;
	margin: 0 0 0 15px;
	padding: 0;
}

	#nav .unicus_bnr a {
		display: block;
		width: 180px;
		height: 80px;
		outline: 0;
		background: url(../images/banner06.jpg) 0 0 no-repeat;
	}
	
		#nav .unicus_bnr a:hover {
			background-position: bottom;
		}

.whi {
  font-size: 10px;
}