@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Clinic                      */
/*                 10  Treatment                   */
/*                 11  Bite                        */
/*                 12  Ortho                       */
/*                 13  Implant                     */
/*                 14  Esthe                       */
/*                 15  Recruit                     */
/*                 16  Access                      */
/*                 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: #96816e url(../images/bg.jpg) top repeat-x; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 910px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0 5px;
	padding: 0;
	background: #e2d4af url(../images/nav_bg.jpg) 8px repeat-y;
	}

#content {
	width: 660px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #9c7e64;
	padding: 0;
	display: inline;
	background: #e2d4af url(../images/main_bg.jpg) top repeat-x;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) top repeat-x;
	height: 125px;
	width: 900px;
	margin: 0 5px;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 330px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	height: 120px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 220px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 61px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 35px 0 0;
	padding: 0;
	list-style: none;
	width: 220px;
	height: 25px;
	}

#header_nav li {
	width: 110px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 25px;
	}

#nav01 a { background: url(../images/header_nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/header_nav.jpg) -110px 0 no-repeat; }

#nav01 a:hover { background: url(../images/header_nav.jpg) 0 -25px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.jpg) -110px -25px no-repeat; }


/*----------04  Navigation -----------*/

#nav {
	float: left;
	padding: 0 8px;
	margin: 0;
	background: url(../images/main_bg.jpg) top repeat-x;
	}

#nav ul {
	margin: 0;
	padding: 10px 2px;
	background: #887056 url(../images/nav_bg.jpg) center repeat-y;
	}
#nav li {
	margin: 0;
	padding: 0;
	width: 220px;
	list-style: none;
	}

#nav .internal li {
	height: 40px;
	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; }
#nav .internal li#nav12  { text-indent: 0; }

#nav03 a:hover { background: url(../images/nav.jpg) -220px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -220px -40px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -220px -80px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -220px -120px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -220px -160px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -220px -200px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -220px -240px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -220px -280px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -220px -320px no-repeat; }


#nav p {
	text-align: center;
	background: #887056 url(../images/nav_bg.jpg) center repeat-y;
	margin: 0;
	padding-bottom: 5px;
	}

#nav div.qr {
   background: #FFFFFF;
   margin: 0;
   padding: 0;
   width: 220px;
   border: 2px solid #663300;
 }

*html body #nav div.qr { width: 224px;}
 
#nav .qr p {
  background: #FFF;
  margin-top: 5px;
　}

#nav .qr p.txt {
  width: 180px;
  text-align: left;
  margin: 8px 0 5px 20px;
  padding: 0;
　}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 20px 0 0 0;
	margin: 0 5px;
	background: #534031 url(../images/footer_bg.jpg) top repeat-x;
	font-size: 85%;
	text-align: center;
	color: #816f59;
	}
*: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: #e6d4bc;
	}
#footer a:hover {
	position: relative;
	top: 1px;
	left: 1px;
	text-decoration: underline;
	}

#footer ul { 
	list-style: none;
	margin: 10px 0 0 200px;
	padding: 0;
	text-align: left;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address {
	clear: both;
	background: #fff;
	color: #9f7d62;
	padding: .5em 0;
	}
#footer address a {
	clear: both;
	background: #fff;
	color: #9f7d62;
	}

#footer .footer_tel {
	float: left;
	}

/*---------- 06  Contents -----------*/

.main_section {
	border: 1px solid #93816b;
	background: #ffffff url(../images/main_section_bg.jpg) top repeat-x;
	padding: 20px 0 10px;
	margin: 10px 20px 10px 10px;
	}
.section { padding: .5em 9px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#main_image {
	margin: 0;
	padding-left: 10px;
	}

#content h2 {
	height: 50px;
	text-indent: -9999px;
	}
#content h3 {
	height: 35px;
	text-indent: -9999px;
	}
#content h4 {
	height: 23px;
	margin-bottom: 10px;
	text-indent: -9999px;
	border: 1px solid #e5d4a9;
	}
* html body #content h4 {
	height: 25px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	border-left: 2px solid #816d54;
	background: url(../images/h5.jpg) 0 0 repeat-x;
	padding-left: 6px;
	}

#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 { color: #5b4321; }
#content dd { color: #9c7c63; }


#content a { text-decoration: underline; }
a {
	color: #caa847;
	outline: none;
	}
a:hover { color: #caa847; }

#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;
	}
.verticle {
	margin: 10px 30px;
	}

.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;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 26px;
	background: url(../images/pagetop.jpg) 0 0 no-repeat;
	}

p.caution {
	text-align: right;
	}

/* 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 --------*/

#index #content #title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }
#index #content #title02 { background: url(../images/index_h2-02.jpg) 0 0 no-repeat; }
#index #content #title03 { background: url(../images/index_h3-03.jpg) 0 0 no-repeat; }

#index #content .pickup {
	margin: 0 9px;
	}
#index #content .pickup .alpha,
#index #content .pickup .beta {
	width: 300px;
	margin: 0;
	padding: 0;
	}

#index #content .pickup .alpha {
	float: left;
	}
#index #content .pickup .beta {
	float: right;
	}
#index #content .pickup h2 {
	width: 300px;
	margin: 0;
	}
#index #content .pickup .section {
	margin: 0;
	padding: 0;
	border: 1px solid #e6d3ab;
	background: #f5e8d8;
	line-height: 1.3;
	}
#index #content .pickup .section p {
	padding: 5px;
	margin: 0;
	}

#index #content .pickup .bt {
	width: 300px;
	}
#index #content .pickup .bt a {
	display: block;
	height: 20px;
	text-indent: -9999px;
	}
#index #content .pickup #pickup_bt01 a { background: url(../images/pickup_bt01.jpg) 0 0 no-repeat; }
#index #content .pickup #pickup_bt02 a { background: url(../images/pickup_bt02.jpg) 0 0 no-repeat; }

#index #content .rightbox dl {
	margin: 0;
	line-height: 1.2;
	}
#index #content .rightbox {
	margin: 0 0 0 180px;
	}
#index #content .rightbox dt {
	float: left;
	margin: 0;
	width: 80px;
	}
#index #content .rightbox dd {
	margin-left: 90px;
	}
#index #content .rightbox dd dl {
	margin: 0;
	}
#index #content .rightbox dd dl dd {
	margin-left: 80px;
	}

/*-------- 08  Concept --------*/

#concept #content #title01 { background: url(../images/concept_h2-01.jpg) 10px 0 no-repeat; }
#concept #content #title02 { background: url(../images/concept_h3-02.jpg) 0 0 no-repeat; }
#concept #content #title03 { background: #f5e8d8 url(../images/concept_h4-03.jpg) 0 0 no-repeat; }
#concept #content #title04 { background: url(../images/concept_h3-04.jpg) 0 0 no-repeat; }

#concept #content .rightbox {
	margin-left: 196px;
	}
#concept #content .rightbox dl dt {
	float: left;
	width: 100px;
	}
#concept #content .rightbox dl dd {
	margin-left: 100px;
	}

/*-------- 09  Clinic --------*/

#clinic #content #title01 { background: url(../images/clinic_h2-01.jpg) 10px 0 no-repeat; }
#clinic #content #title02 { background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic #content #title03 { background: #f5e8d8 url(../images/clinic_h4-03.jpg) 0 0 no-repeat; }
#clinic #content #title04 { background: #f5e8d8 url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }
#clinic #content #title05 { background: #f5e8d8 url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }
#clinic #content #title06 { background: #f5e8d8 url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic #content #title07 { background: #f5e8d8 url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }
#clinic #content #title08 { background: #f5e8d8 url(../images/clinic_h4-08.jpg) 0 0 no-repeat; }
#clinic #content #title09 { background: #f5e8d8 url(../images/clinic_h4-09.jpg) 0 0 no-repeat; }
#clinic #content #title10 { background: #f5e8d8 url(../images/clinic_h4-10.jpg) 0 0 no-repeat; }
#clinic #content #title11 { background: #f5e8d8 url(../images/clinic_h4-11.jpg) 0 0 no-repeat; }



/*-------- 10  Treatment --------*/

#treatment #content #title01 { background: url(../images/treatment_h2-01.jpg) 10px 0 no-repeat; }
#treatment #content #title02 { background: url(../images/treatment_h3-02.jpg) 0 0 no-repeat; }
#treatment #content #title03 { background: #f5e8d8 url(../images/treatment_h4-03.jpg) 0 0 no-repeat; }
#treatment #content #title04 { background: #f5e8d8 url(../images/treatment_h4-04.jpg) 0 0 no-repeat; }
#treatment #content #title05 { background: #f5e8d8 url(../images/treatment_h4-05.jpg) 0 0 no-repeat; }
#treatment #content #title06 { background: #f5e8d8 url(../images/treatment_h4-06.jpg) 0 0 no-repeat; }
#treatment #content #title07 { background: #f5e8d8 url(../images/treatment_h4-07.jpg) 0 0 no-repeat; }
#treatment #content #title08 { background: #f5e8d8 url(../images/treatment_h4-08.jpg) 0 0 no-repeat; }
#treatment #content #title09 { background: #f5e8d8 url(../images/treatment_h4-09.jpg) 0 0 no-repeat; }
#treatment #content #title10 { background: #f5e8d8 url(../images/treatment_h4-10.jpg) 0 0 no-repeat; }
#treatment #content #title11 { background: #f5e8d8 url(../images/treatment_h4-11.jpg) 0 0 no-repeat; }



/*-------- 11  Bite --------*/

#bite #content #title01 { background: url(../images/bite_h2-01.jpg) 10px 0 no-repeat; }
#bite #content #title02 { background: url(../images/bite_h3-02.jpg) 0 0 no-repeat; }
#bite #content #title03 { background: #f5e8d8 url(../images/bite_h4-03.jpg) 0 0 no-repeat; }
#bite #content #title04 { background: #f5e8d8 url(../images/bite_h4-04.jpg) 0 0 no-repeat; }



/*-------- 12  Ortho --------*/

#ortho #content #title01 { background: url(../images/ortho_h2-01.jpg) 10px 0 no-repeat; }
#ortho #content #title02 { background: url(../images/ortho_h3-02.jpg) 0 0 no-repeat; }
#ortho #content #title03 { background: #f5e8d8 url(../images/ortho_h4-03.jpg) 0 0 no-repeat; }
#ortho #content #title04 { background: #f5e8d8 url(../images/ortho_h4-04.jpg) 0 0 no-repeat; }
#ortho #content #title05 { background: url(../images/ortho_h3-05.jpg) 0 0 no-repeat; }


/*-------- 13  Implant --------*/

#implant #content #title01 { background: url(../images/implant_h2-01.jpg) 10px 0 no-repeat; }
#implant #content #title02 { background: url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant #content #title03 { background: #f5e8d8 url(../images/implant_h4-03.jpg) 0 0 no-repeat; }
#implant #content #title04 { background: #f5e8d8 url(../images/implant_h4-04.jpg) 0 0 no-repeat; }
#implant #content #title05 { background: #f5e8d8 url(../images/implant_h4-05.jpg) 0 0 no-repeat; }

#implant #content .qanda {
	}
#implant #content .qanda dt {
	padding-bottom: 3px;
	border-bottom: 3px solid #e3d6ac;
	}
#implant #content .qanda dt span {
	float: left;
	width: 35px;
	height: 35px;
	background: url(../images/q.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
#implant #content .qanda dd {
	margin: 5px 0 .5em 3em;
	}
#implant #content .qanda dd span {
	float: left;
	width: 35px;
	height: 35px;
	background: url(../images/a.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}
#implant #content .denture dt {
	border: 1px solid #e3d6ac;
	padding: 1px 3px;
	background: #f5ebca;
	}
#implant #content .denture dd {
	margin: .5em 0;
	}

/*-------- 14  Esthe --------*/

#esthe #content #title01 { background: url(../images/esthe_h2-01.jpg) 10px 0 no-repeat; }
#esthe #content #title02 { background: url(../images/esthe_h3-02.jpg) 0 0 no-repeat; }
#esthe #content #title03 { background: #f5e8d8 url(../images/esthe_h4-03.jpg) 0 0 no-repeat; }
#esthe #content #title04 { background: #f5e8d8 url(../images/esthe_h4-04.jpg) 0 0 no-repeat; }
#esthe #content #title05 { background: #f5e8d8 url(../images/esthe_h4-05.jpg) 0 0 no-repeat; }



/*-------- 15  Recruit --------*/

#recruit #content #title01 { background: url(../images/recruit_h2-01.jpg) 10px 0 no-repeat; }
#recruit #content #title02 { background: url(../images/recruit_h3-02.jpg) 0 0 no-repeat; }



/*-------- 16  Access --------*/

#access #content #title01 { background: url(../images/access_h2-01.jpg) 10px 0 no-repeat; }
#access #content #title02 { background: url(../images/access_h3-02.jpg) 0 0 no-repeat; }
#access #content #title03 { background: url(../images/access_h3-03.jpg) 0 0 no-repeat; }

#access #content .map {
	position: relative;
	width: 540px;
	height: 400px;
	background: url(../images/map.jpg) 0 0 no-repeat;
	left: 20px;
	}
#access #content .map p {
	position: absolute;
	width: 40px;
	height: 40px;
	}
#access #content .map p a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	}
#access #content .map #map01 {
	top: 155px;
	left: 394px;
	}
#access #content .map #map02 {
	top: 111px;
	left: 360px;
	}
#access #content .map #map03 {
	top: 61px;
	left: 290px;
	}
#access #content .map #map04 {
	top: 63px;
	left: 220px;
	}
#access #content .map #map05 {
	top: 111px;
	left: 160px;
	}
#access #content .map #map05_ {
	top: 171px;
	left: 168px;
	}

#access #content ol {
	margin: 10px 50px;
	}

#access #content table {
	border: 3px solid #e4d5ac;
	padding: 1px;
	margin-left: 50px;
	width: 500px;
	}
#access #content table tr th,
#access #content table tr td {
	border: 1px solid #e4d5ac;
	padding: 2px 20px;
	background: #f5e8d8;
	}
#access #content .clinic_info {
	margin: 10px 50px;
	}

/*-------- 17  Sitemap --------*/

#sitemap #content #title01 { background: url(../images/sitemap_h2-01.jpg) 10px 0 no-repeat; }
#sitemap #content #title02 { background: url(../images/sitemap_h3-02.jpg) 0 0 no-repeat; }

#sitemap #content dt {
	border: 1px solid #e3d6ac;
	padding: 1px 3px;
	background: #f5ebca;
	}
#sitemap #content dd {
	margin: .5em 0;
	}
	
/*-------- 18  Whitening --------*/

#whitening #content #title01 { background: url(../images/whitening_h2-01.jpg) 10px 0 no-repeat; }
#whitening #content #title02 { background: url(../images/whitening_h3-02.jpg) 0 0 no-repeat; }
#whitening #content #title03 { background: #f5e8d8 url(../images/whitening_h4-03.jpg) 0 0 no-repeat; }
#whitening #content #title04 { background: #f5e8d8 url(../images/whitening_h4-04.jpg) 0 0 no-repeat; }
#whitening #content #title05 { background: #f5e8d8 url(../images/whitening_h4-05.jpg) 0 0 no-repeat; }
#whitening #content #title06 { background: #f5e8d8 url(../images/whitening_h4-06.jpg) 0 0 no-repeat; }

.clr { clear: both;}

#whitening #content table {
	border: 3px solid #e4d5ac;
	padding: 1px;
	margin-left: 50px;
	width: 500px;
	}
#whitening #content table tr th,
#whitening #content table tr td {
	border: 1px solid #e4d5ac;
	padding: 2px 20px;
	background: #f5e8d8;
	}