@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                                                 */
/*=======================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: #fff url(../images/bg.jpg) top repeat-x; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) no-repeat 0 0;
	width: 848px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0 24px;
	background: url(../images/main_bg.png) repeat-y;
	}

#content {
	width: 585px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 1em 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) right 0 no-repeat;
	height: 90px;
	width: 800px;
	margin: 0 24px;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 220px;
	height: 85px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 200px;
	height: 80px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	margin: 5px 0 0 20px;
	}

#header .section {
	width: 185px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 5px 0 0;
	padding: 0;
	height: 65px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px;
	height: 20px;
	}

#header_nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 20px;
	text-indent: -9999px;
	}

#nav01 { width: 85px; }
#nav02 { width: 85px; }

#nav01 a { background: url(../images/header_nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/header_nav.jpg) -85px 0 no-repeat; }

#nav01 a:hover { background: url(../images/header_nav.jpg) 0 -20px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.jpg) -85px -20px no-repeat; }


/*----------04  Navigation -----------*/

#nav {
	float: left;
	padding: 5px 10px 20px 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	width: 180px;
	height: 30px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 30px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -30px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -60px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -90px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -150px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -180px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -210px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -270px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -300px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -180px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -180px -30px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -180px -60px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -180px -90px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -180px -120px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -180px -150px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -180px -180px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -180px -210px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -180px -240px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -180px -270px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -180px -300px no-repeat; }

#nav #banner01 {
	width: 170px;
	margin-left: 5px;
	}
#nav #banner01 a {
	display: block;
	height: 50px;
	background: url(../images/banner01.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
#nav #banner01 a:hover { background: url(../images/banner01.jpg) 0 -50px no-repeat; }
#nav #banner02 {
	width: 170px;
	margin-left: 5px;
	}
#nav #banner02 a {
	display: block;
	height: 50px;
	background: url(../images/banner02.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
#nav #banner02 a:hover { background: url(../images/banner02.jpg) 0 -50px no-repeat; }

#nav .clinic_info {
	width: 170px;
	margin-left: 5px;
	background: #f0f0f0;
	font-size: 85%;
	line-height: 2;
	}
*:first-child+html #nav .clinic_info { font-size: 9px; } /*  for IE7 only */
* html body #nav .clinic_info { font-size: 9px; } /*  for IE6 only */

#nav .clinic_info #nav_title01 {
	height: 25px;
	text-indent: -9999px;
	background: url(../images/nav_h3-01.jpg) 0 0 no-repeat;
	}
#nav .clinic_info dl {
	margin: 5px 0;
	padding: 0;
	color: #666666;
	}
#nav .clinic_info dl dt,
#nav .clinic_info dl dd {
	margin-left: 10px;
	padding-left: 10px;
	}
#nav .clinic_info dl dt {
	background: url(../images/list.jpg) 0 4px no-repeat;
	}

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0;
	margin: 0 24px 5px;
	background: #ebf6b4;
	font-size: 85%;
	text-align: right;
	color: #656565;
	}
*: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: #656565;
	}
#footer a:hover {
	position: relative;
	top: 1px;
	left: 1px;
	text-decoration: underline;
	}

#footer .footer_tel {
	float: left;
	margin-right: 10px;
	}
#footer ul { 
	list-style: none;
	margin: 0 1em 0 190px;
	padding: 2em 0 0;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 8px 1em; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 15px .5em 0 ; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 46px;
	text-indent: -9999px;
	margin: 0 0px;
	}
#content h3 {
	clear: both;
	height: 38px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 20px;
	text-indent: -9999px;
	margin-top:5px;
	}

#content h5 {
	font-size: 108%;
	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: #028eaf;
	outline: none;
	}
a:hover { color: #de91a2; }

#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: 100px;
	height: 14px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 14px;
	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 */

.kyushin {
color:#FF0000;
font-weight:bold;
font-size:14px;
line-height:1.4em;
}



/*---------- 07  Index -----------*/

#index #content #title01 {
	height: 50px;
	background: url(../images/index_h2-01.jpg) no-repeat 0 0;
	margin: 0;
	padding: 0;
	}
#index #content #title02 {
	height: 25px;
	background: url(../images/index_h3-02.jpg) no-repeat 0 0;
	margin: 0;
	padding: 0;
	}
#index #content #title03 {
	height: 25px;
	background: url(../images/index_h3-03.jpg) no-repeat 0 0;
	margin: 10px 0 0;
	padding: 0;
	}

.pickup {
	background: #f0f0f0;
	margin-right: 15px;
	padding: 5px 10px;
	}
.pickup p {
	width: 257px;
	padding-bottom: 10px;
	margin: 0;
	}
.pickup p a {
	display: block;
	height: 150px;
	text-indent: -9999px;
	}

.pickup #pickup01 a { background: url(../images/pickup01.jpg) no-repeat 0 0; }
.pickup #pickup02 a { background: url(../images/pickup02.jpg) no-repeat 0 0; }
.pickup #pickup03 a { background: url(../images/pickup03.jpg) no-repeat 0 0; }
.pickup #pickup04 a { background: url(../images/pickup04.jpg) no-repeat 0 0; }

.pickup #pickup01 a:hover { background: url(../images/pickup01.jpg) no-repeat 0 -150px; }
.pickup #pickup02 a:hover { background: url(../images/pickup02.jpg) no-repeat 0 -150px; }
.pickup #pickup03 a:hover { background: url(../images/pickup03.jpg) no-repeat 0 -150px; }
.pickup #pickup04 a:hover { background: url(../images/pickup04.jpg) no-repeat 0 -150px; }

.pickup #pickup01 {
	background: #f0f0f0;
	margin-right: 15px;
	}

#index #content .clinic_info dt {
	float: left;
	padding-left: 15px;
	background: url(../images/list.jpg) 0 6px no-repeat;
	font-weight: 100;
	}
#index #content .clinic_info dd {
	margin-left: 100px;
	}

p.reserve {
	width: 562px;
	margin-left: 4px;
	}
p.reserve a {
	display: block;
	height: 72px;
	background: url(../images/main_banner01.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
p.reserve a:hover { background: url(../images/main_banner01.jpg) 0 -72px no-repeat; }


p.kyujin {
	width: 562px;
	margin-left: 4px;
	}
p.kyujin a {
	display: block;
	height: 72px;
	background: url(../images/main_kyujin.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
p.kyujin a:hover { background: url(../images/main_kyujin.jpg) 0 -72px no-repeat; }





p.casebanner {
	width: 562px;
	margin-left: 4px;
	}
p.casebanner a {
	display: block;
	height: 72px;
	background: url(../images/banner_case.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
p.casebanner a:hover { background: url(../images/banner_case.jpg) 0 -72px no-repeat; }





/*---------- 08  Clinic -----------*/

#clinic #title01{background: url(../images/clinic_h2-01.jpg) no-repeat 0 0;}
#clinic #title02{background: url(../images/clinic_h3-01.jpg) no-repeat 0 0;}
#clinic #title03{background: url(../images/clinic_h3-02.jpg) no-repeat 0 0;}

#clinic .alpha{
	float:left;
	width:280px;
}

#clinic .beta{
	float:right;
	width:280px;
}


#clinic .drname{
	float:right;
	font-weight: bold;
	margin-top:-20px;
	clear:both;
}

#clinic .interior{
	clear:both;
	margin-top:5px;
}

#clinic .interior dt{
	color: #09514E;
}

#clinic .interior dl{
	margin:0px;
	padding:0px;
}




/*---------- 09  Ortho -----------*/
#ortho #title01{background: url(../images/ortho_h2-01.jpg) no-repeat 0 0;}
#ortho #title02{background: url(../images/ortho_h3-01.jpg) no-repeat 0 0;}
#ortho #title03{background: url(../images/ortho_h4-01.jpg) no-repeat 0 0;}
#ortho #title04{background: url(../images/ortho_h4-02.jpg) no-repeat 0 0;}
#ortho #title05{background: url(../images/ortho_h3-02.jpg) no-repeat 0 0;}
#ortho #title06{background: url(../images/ortho_h4-03.jpg) no-repeat 0 0;}

#ortho h4{
	clear:both;
}


/*---------- 10 Implant -----------*/
#implant #title01{background: url(../images/implant_h2-01.jpg) no-repeat 0 0;}
#implant #title02{background: url(../images/implant_h3-01.jpg) no-repeat 0 0;}
#implant #title03{background: url(../images/implant_h4-01.jpg) no-repeat 0 0;}
#implant #title04{background: url(../images/implant_h4-02.jpg) no-repeat 0 0;}
#implant #title05{background: url(../images/implant_h3-02.jpg) no-repeat 0 0;}
#implant #title06{background: url(../images/implant_h4-03.jpg) no-repeat 0 0;}
#implant #title07{background: url(../images/implant_h4-04.jpg) no-repeat 0 0;}
#implant #title08{background: url(../images/implant_h4-05.jpg) no-repeat 0 0;}


/*---------- 11 Denture -----------*/
#denture #title01{background: url(../images/denture_h2-01.jpg) no-repeat 0 0;}
#denture #title02{background: url(../images/denture_h3-01.jpg) no-repeat 0 0;}
#denture #title03{background: url(../images/denture_h3-02.jpg) no-repeat 0 0;}
#denture #title04{background: url(../images/denture_h4-01.jpg) no-repeat 0 0;}
#denture #title05{background: url(../images/denture_h4-02.jpg) no-repeat 0 0;}
#denture #title06{background: url(../images/denture_h4-03.jpg) no-repeat 0 0;}
#denture #title07{background: url(../images/denture_h4-04.jpg) no-repeat 0 0;}
#denture #title08{background: url(../images/denture_h4-05.jpg) no-repeat 0 0;}


#denture #kind ul li {
	list-style: none;
	background: url(../images/list2.jpg) 0 8px no-repeat;
	padding-left: 20px;
	}

/*---------- 12 Esthe -----------*/
#esthe #title01{background: url(../images/esthe_h2-01.jpg) no-repeat 0 0;}
#esthe #title02{background: url(../images/esthe_h3-01.jpg) no-repeat 0 0;}
#esthe #title03{background: url(../images/esthe_h4-01.jpg) no-repeat 0 0;}
#esthe #title04{background: url(../images/esthe_h4-02.jpg) no-repeat 0 0;}
#esthe #title05{background: url(../images/esthe_h4-03.jpg) no-repeat 0 0;}
#esthe #title06{background: url(../images/esthe_h4-04.jpg) no-repeat 0 0;}
#esthe #title07{background: url(../images/esthe_h3-02.jpg) no-repeat 0 0;}
#esthe #title08{background: url(../images/esthe_h4-05.jpg) no-repeat 0 0;}
#esthe #title09{background: url(../images/esthe_h4-06.jpg) no-repeat 0 0;}
#esthe #title10{background: url(../images/esthe_h4-07.jpg) no-repeat 0 0;}
#esthe #title11{background: url(../images/esthe_h4-08.jpg) no-repeat 0 0;}


#esthe .white dt{
	color:#ff3333;
}


#esthe table tr .colored,
#esthe table .colored {
	background: #feecc7;
	}
#esthe table p {
	color:#FF0000;
	font-weight:bold;
	}
	
#esthe table,
#esthe table tr th,
#esthe table tr td {
	border: 1px solid #66CC99;
	font-size:100%;
	color:#666;
	}
#esthe table tr th {
	color:#006666;
	text-align: left;
}

#esthe table tr td {
	width: 380px;
	background: #EFFEEA;
	}
	
#esthe .section .marL30 {
	margin-left: 80px;	
}

#esthe .info dl{

}

#esthe .info dt{
	width:50px;
	float:left;
}

#esthe .info dd{
	margin-left:70px;
}

/*---------- 13 Prevent -----------*/
#prevent #title01{background: url(../images/prevent_h2-01.jpg) no-repeat 0 0;}
#prevent #title02{background: url(../images/prevent_h3-01.jpg) no-repeat 0 0;}
#prevent #title03{background: url(../images/prevent_h4-01.jpg) no-repeat 0 0;}
#prevent #title04{background: url(../images/prevent_h3-02.jpg) no-repeat 0 0;}



/*---------- 14 Access -----------*/
#access #title01{background: url(../images/access_h2-01.jpg) no-repeat 0 0;}
#access #title02{background: url(../images/access_h3-01.jpg) no-repeat 0 0;}
#access #title03{background: url(../images/access_h4-01.jpg) no-repeat 0 0;}

#map {   
    width: 500px;   
    height: 360px;   
    border: 2px solid #ccc;   
    margin: 18px;   
    }  

#access .info dt{
	width:60px;
	float:left;
}

#access .info dd{
	margin-left:70px;
}

#access .holiday{
  color:#ff3333;
}

#access .treat li{
	float:left;
	width:100px;
}

/*---------- 15 sitemap -----------*/
#sitemap #title01{background: url(../images/sitemap_h2-01.jpg) no-repeat 0 0;}



/*---------- 16 Recruit -----------*/
#recruit #title01{background: url(../images/recruit_h2-01.jpg) no-repeat 0 0;}
#recruit #title02{background: url(../images/recruit_h3-01.jpg) no-repeat 0 0;}
#recruit #title03{background: url(../images/recruit_h3-02.jpg) no-repeat 0 0;}
#recruit #title04{background: url(../images/recruit_h3-03.jpg) no-repeat 0 0;}
#recruit #title05{background: url(../images/recruit_h3-04.jpg) no-repeat 0 0;}


#recruit  dl{

}

#recruit  dt{
	width:80px;
	float:left;
}

#recruit  dd{
	margin-left:100px;
}

.red {
	color: #FF0000;
	font-weight: bold;
}

.redB {
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}

/*---------- 16 Recruit -----------*/
#case #title01{background: url(../images/case_h2-01.jpg.jpg) no-repeat 0 0;}
#case #title02{background: url(../images/case_h3-01.jpg) no-repeat 0 0;}
#case #title03{background: url(../images/case_h3-02.jpg) no-repeat 0 0;}

.colored {color: #FF0000; font-weight:bold; margin-left:25px;}

#sr_qr{
  background:#FFFFFF;
  border:solid #cccccc 1px; 
  margin-top:10px;
  margin-left:5px;
  font-size:100%;
  padding-left:7px;
  padding-right:5px;
  padding-bottom:10px;
  width: 157px;
}

* html #sr_qr{
  background:#FFFFFF;
  border:solid #cccccc 1px; 
  margin-top:10px;
  margin-left:5px;
  
  font-size:100%;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:10px;
  width: 170px;
}

.sr_gray {
	color:#999999; 
	font-size:80%;
	
}

