@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 -                  */
/*        Sub Color  -                  */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #000 url(../images/body_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;
  padding: 0 0 0 20px;
  width: 810px;
  background: url(../images/main_bg.jpg) repeat-y;
  }

#main_02 {
  margin: 0 0 0 -20px;
  padding: 0;
  width: 810px;
  background: url(../images/main_bg02.jpg) top no-repeat;
  }

#main_03 {
  margin: 0;
  padding: 0 0 0 20px;
  }

#content {
  width: 590px;
  float: right;
  font-size: 100%;
  line-height: 1.6;
  color: #ddd;
  padding: 0;
  }


/*---------- 03  Header -----------*/

#header {
  background: url(../images/header_bg.jpg) 0 0 no-repeat;
  height: 110px;
  width: 800px;
  margin: 0;
  padding: 0;
  }

h1 {
  text-indent: -9999px;
  width: 420px;
  height: 110px;
  line-height: 1.0;
  float: left;
  }
h1 a {
  display: block;
  width: 420px;
  height: 110px;
  background: url(../images/h1.jpg) 0 0 no-repeat;
  }

#header .section {
  width: 250px;
  float: right;
  margin: 0;
  padding: 0;
  }

#header p.tel {
  margin: 0;
  padding: 0;
  height: 80px;
  }
#header p.tel img { display: block; }

#header_nav {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 250px;
  height: 30px;
  }

#header_nav li {
  height: 30px;
  float: left;
  text-indent: -9999px;
  list-style: none;
  margin: 0;
  padding: 0;
  }
#header_nav li a {
  display: block;
  height: 30px;
  }

#nav01 { width: 120px; }
#nav02 { width: 130px; }

#nav01 a {
  background: url(../images/header_nav.jpg) -50px 0 no-repeat;
  margin-left: 50px;
  }
#nav02 a {
  background: url(../images/header_nav.jpg) -150px 0 no-repeat;
  margin-left: 30px;
  }


/*----------04  Navigation -----------*/

#nav {
  width: 200px;
  float: left;
  padding: 20px 0 20px 0;
  color: #ddd;
  }
#nav ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  }

#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav .internal li {
  height: 40px;
  text-indent: -9999px;
  }

#nav .internal li a {
  display: block;
  height: 40px;
  }

#nav03 { 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; }

#nav04 a:hover { background: url(../images/nav.jpg) -200px -40px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -200px -80px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -200px -120px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -200px -160px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -200px -200px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -200px -240px no-repeat; }

#nav p { text-align: left; }

#nav .info {
  border: 1px solid #666;
  margin: 20px 0 0 0;
  padding: 0;
  width: 180px;
  }

#nav .info h2 {
  text-indent: -9999px;
  background: url(../images/nav_info_h.jpg) 0 0 no-repeat;
  height: 30px;
  }

#nav .info dl {
  margin: .5em;
  }

#nav .info dt { 
  font-weight: bold;
  color: #B4A654;
  background: url(../images/li_bg.jpg) 0 2px no-repeat;
  padding-left: 10px;
  margin: 0 0 .5em 0;
  }

#nav .info dd {
  margin: 0 0 1em .7em;
  padding: 0;
  font-size: 85%;
  }
*:first-child+html #nav .info dd { font-size: 9px; } /*  for IE7 only */
* html body #nav .info dd { font-size: 9px; } /*  for IE6 only */

#nav #perla_bnr {
	text-indent: -9999px;
	margin-top: 20px;
	width: 180px;
	height: 60px;
	outline: 0;
	background: url(../images/perla_bnr.jpg) 0 0 no-repeat;
}

/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 0 0 15px 0;
  margin: 0;
  background: url(../images/main_bg.jpg) repeat-y;
  font-size: 85%;
  text-align: center;
  color: #666;
  }
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer_02 {
  width: 790px;
  border-top: 1px solid #666;
  float: right;
  margin: 0;
  padding: 0;
	position: relative;
	top: 0;
	left: 0;
  }


#footer a {
  text-decoration: none;
  color: #666;
  }
#footer a:hover { 
  text-decoration: underline;
  color: #fff;
  }

#footer ul { 
  list-style: none;
  margin: 10px 0 10px 0;
  padding: 0;
  clear: both;
  }

#footer ul li {
  display: inline;
  margin: 0;
  padding: 0;
  }

#footer address { margin: 5px 0 0; position: relative; top: 0; left: 0; }
		
#logo_bnr {
	position: absolute;
	top: -104px;
	left: 0px;
	display: block;
	width: 180px;
	height: 78px;
	text-indent: -9999px;
	background: url(../images/logo_bnr.jpg) 0 0 no-repeat;
}

/*---------- 06  Contents -----------*/

.section { padding: 10px 25px 1em 25px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
  height: 40px;
  text-indent: -9999px;
  margin: 30px 0 5px 35px;
  }
#content h3 {
  clear: both;
  height: 32px;
  text-indent: -9999px;
  margin: 0 0 10px 0;
  }
#content h4 {
	height:20px;
	padding:3px 0 2px 25px;
  background: url(../images/h4.jpg) 0 0 no-repeat;
	font-weight:bold;
	letter-spacing:1px;
	color:#B4A654;
	border-bottom:1px solid #B4A654;
  }

#content h5 {
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 .3em .3em;
  }

#content ul li {
  list-style: none;
  background: url(../images/li_bg.jpg) 0 4px no-repeat;
  padding-left: 12px;
  }
#content ul.olist li {
  background-image: none;
  padding-left: 0;
  }

#content dt { 
  font-weight: bold;
  color: #B4A654;
  background: url(../images/li_bg.jpg) 0 4px no-repeat;
  padding: 0 0 .1em 10px;
  margin: 0;
  }
* html body #content table dt {
  padding: .2em 0 .2em 10px;
  }

#content dd {
  margin: 0;
  padding: 0 0 .5em 1em;
  }

a {
  text-decoration: underline;
  color: #CAA843;
  }
a:hover { color:#E6CD70; }

#content blockquote {
  margin: .5em;
  background: url(../images/blockquote_bg.jpg) top left repeat-y;
  padding: .5em 1em;
  }

.image_l  {
  float: left;
  margin: 5px 16px 8px 0;
  }

.image_r {
  float: right;
  margin: 5px 0 8px 16px;
  }

.case {
  margin: 15px 25px 15px 15px;
  background: url(../images/arrow.jpg) center center no-repeat;
  }

.case_02 {
  margin: 15px 25px 15px 15px;
  }

.case_03 {
  margin: 15px 0 15px 20px;
  }

.case-narrow {
  margin: 10px 40px;
  background: url(../images/arrow.jpg) center center no-repeat;
  }

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.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: 94px;
  height: 28px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content ul.totop li a {
  display: block;
  height: 28px;
  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 */



#content table {
  border-collapse: separate;
  border-spacing: 1px;
  border: 1px solid #bbb;
  font-size: 100%;
  color: #fff;
  width: 500px;
  }

#content table th,
#content table td {
  padding: 4px 10px;
  border: 1px solid #bbb;
  }

#content table th {
  background: #555;
  }

#content table th.type02 {
  background: #888;
  text-align: left;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }

strong {
  color: #BDAD6F;
  }

#contact {
  clear: both;
  margin: 0px 0 10px 35px;
  }

#contact p{
  text-indent: -9999px;
  }

#contact a{
  display: block;
  height: 100px;
  background: url(../images/bn_inquiry_l.jpg) 0 0 no-repeat;
  }
 
#contact a:hover{
  background: url(../images/bn_inquiry_l.jpg) 0 -100px no-repeat;
  }

/*---------- 07  Index -----------*/
#index #nav {
  padding: 0 0 20px 0;
  }

#index_top {
  margin: 0;
  padding: 0;
  }
#index_top img{
  display: block;
  }

#index #greeting {
  margin: 0 0 10px 0;
  padding: 0;
  }
  
#index #greeting h2#title01{
  background: url(../images/index_h2-01.jpg) bottom no-repeat;
  margin:10px 0 0 0;
  }

#index #greeting p {
  margin: 0 40px;
  }

#index #pickup {
  margin: 0 0 0 20px;
  }
  
#index #pickup .alpha {
  float: left;
  width: 265px;
  height: 260px;
  margin: 0 10px 10px 0;
  background: url(../images/pick_bg.jpg) bottom no-repeat;
  }

#index #pickup .alpha h3 {
  height: 65px;
  margin: 0;
  padding: 0;
  }

#index #pickup .alpha h3#title02{
  background: url(../images/pick01_h.jpg) 0 0 no-repeat;
  }

#index #pickup .alpha h3#title03{
  background: url(../images/pick02_h.jpg) 0 0 no-repeat;
  }
  
#index #pickup .alpha .pickup02 {
  margin: 0;
  padding: 0 1em;
  }

#index #pickup .alpha .pickup02 .alpha02 {
  float: left;
  width: 105px;
  }

#index #pickup .alpha .pickup02 .beta02 {
  float: right;
  width: 130px;
  }

.detail {
  text-align: right;
  margin: 0 0 1em 0;
  padding: 0;
  }

#index #profile { padding: 10px 25px 1em 28px; }

#index h3#title04 {
  background: url(../images/index_h3-02.jpg) 0 0 no-repeat;
  }

#index #content table {
  margin : 5px 0 10px 15px;
  }
  
#index #content th.type01 {
  width: 70px;
	background:url(../images/index01.jpg);
  }
#index #content th.type02 {
	background:url(../images/index01.jpg);
	padding-bottom:0;
}
  
#index #content table dl {
  margin: 5px;
  padding: 0;
  }


/*----------   Zirconia -----------*/
#zirconia h2#title01 { background: url(../images/zirconia_h2-01.jpg) 0 0 no-repeat; }
#zirconia h3#title02 { background: url(../images/zirconia_h3-02.jpg) 0 0 no-repeat; }
#zirconia h3#title03 { background: url(../images/zirconia_h3-03.jpg) 0 0 no-repeat; }
#zirconia h3#title04 { background: url(../images/zirconia_h3-04.jpg) 0 0 no-repeat; }

/*----------   Implant -----------*/
#implant h2#title01 { background: url(../images/implant_h2-01.jpg) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant h3#title03 { background: url(../images/implant_h3-03.jpg) 0 0 no-repeat; }

/*----------   Shade-taking -----------*/
#shade-taking h2#title01 { background: url(../images/shade-taking_h2-01.jpg) 0 0 no-repeat; }
#shade-taking h3#title02 { background: url(../images/shade-taking_h3-02.jpg) 0 0 no-repeat; }
#shade-taking h3#title03 { background: url(../images/shade-taking_h3-03.jpg) 0 0 no-repeat; }

/*----------   Example -----------*/
#example h2#title01 { background: url(../images/example_h2-01.jpg) 0 0 no-repeat; }
#example h3#title02 { background: url(../images/example_h3-02.jpg) 0 0 no-repeat; }
#example h3#title03 { background: url(../images/example_h3-03.jpg) 0 0 no-repeat; }

/*----------   Example_02 -----------*/
#example_02 h2#title01 { background: url(../images/example_02_h2-01.jpg) 0 0 no-repeat; }
#example_02 h3#title02 { background: url(../images/example_02_h3-02.jpg) 0 0 no-repeat; }
#example_02 h3#title03 { background: url(../images/example_02_h3-03.jpg) 0 0 no-repeat; }
#example_02 h3#title04 { background: url(../images/example_02_h3-04.jpg) 0 0 no-repeat; }
#example_02 h3#title05 { background: url(../images/example_02_h3-05.jpg) 0 0 no-repeat; }

/*----------   Example_03 -----------*/
#example_03 h2#title01 { background: url(../images/example_03_h2-01.jpg) 0 0 no-repeat; }
#example_03 h3#title02 { background: url(../images/example_03_h3-02.jpg) 0 0 no-repeat; }
#example_03 h3#title03 { background: url(../images/example_03_h3-03.jpg) 0 0 no-repeat; }
#example_03 h3#title04 { background: url(../images/example_03_h3-04.jpg) 0 0 no-repeat; }
#example_03 h3#title05 { background: url(../images/example_03_h3-05.jpg) 0 0 no-repeat; }

/*----------   Example_04 -----------*/
#example_04 h2#title01 { background: url(../images/example_04_h2-01.jpg) 0 0 no-repeat; }
#example_04 h3#title02 { background: url(../images/example_04_h3-02.jpg) 0 0 no-repeat; }


/*----------   Profile -----------*/
#profile h2#title01 { background: url(../images/profile_h2-01.jpg) 0 0 no-repeat; }
#profile h3#title02 { background: url(../images/profile_h3-02.jpg) 0 0 no-repeat; }

#profile #content table {
  margin : 5px 0 10px 15px;
  }
  
#profile #content th.type01 {
  width: 70px;
  }
  
#profile #content table dl {
  margin: 5px;
  padding: 0;
  }

#profile #content table img {
	margin:0 0 10px 10px;
}

	
#profile #content table img.logo {
	margin-left:50px;
}

/*----------   Greeting -----------*/
#greeting h2#title01 { background: url(../images/greeting_h2-01.jpg) 0 0 no-repeat; }
#greeting h3#title02 { background: url(../images/greeting_h3-02.jpg) 0 0 no-repeat; }
#greeting h3#title03 { background: url(../images/greeting_h3-03.jpg) 0 0 no-repeat; }

/*----------   Inquiry -----------*/
#inquiry h2#title01 { background: url(../images/inquiry_h2-01.jpg) 0 0 no-repeat; }

#inquiry #content table {
  margin-left: 5px;
  width: 525px;
  }

#inquiry #content th {
  width: 130px;
  padding: 5px 3px;
  }

/*----------   Sitemap -----------*/
#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }

#sitemap #content dt{
  margin-bottom: .3em;
  }

#sitemap #content dd{
  margin-bottom: .6em;
  }





