@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 - 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: #E3E0D4 url(../images/body_bg.jpg) top repeat-x; }

#wrapper {
	width: 820px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	background: #fff;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.jpg) bottom no-repeat;
	width: 820px;
	padding: 0;
	}

#content {
  font-size: 100%;
  line-height: 1.6;
  color: #fff;
  height: 344px;
  width:784px;
  margin: 0 0 45px 20px;
  }

/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 247px;
	width: 820px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 420px;
	height: 100px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 420px;
	height: 100px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 270px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header .info {
  margin: 0;
  padding: 0;
  height: 40px;
  text-align: right;
  color: #fff;
  }

#header p.tel {
	margin: 0;
	padding: 0;
	height: 30px;
	float: right;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 240px;
	height: 30px;
	float: right;
	}

#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: 130px; }
#nav02 { width: 110px; }

#nav01 a {
	background: url(../images/header_nav.jpg) -50px 0 no-repeat;
	width: 80px;
	margin-left: 50px;
	}
#nav02 a {
	background: url(../images/header_nav.jpg) -140px 0 no-repeat;
	width: 100px;
	margin-left: 10px;
	}

#header .section02 {
  clear: both;
  height: 270px;
  }

#header .section02 .result{
  margin-left: 595px;
  padding-top: 15px;
  }

.result{
  text-indent: -9999px;
  height: 82px;
  width: 202px;
  }

.result a {
  background: url(../images/bn_result.jpg) 0 0 no-repeat;
  height: 82px;
  width: 202px;
  display: block;
  }

.result a:hover {
  background: url(../images/bn_result.jpg) -202px 0 no-repeat;
  }

/*----------04  Navigation -----------*/

#header #nav {
  clear: both;
  width: 820px;
  height: 40px;
  padding: 10px 10px 0;
  margin: 0 ;
  }
* html body #header #nav { 
  width: 820px;
  padding: 0 0 0 10px;
  margin-top: 10px; } 

#nav ul,
#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav .internal li {
  width: 134px;
  height: 40px;
  text-indent: -9999px;
  float:left;
  }

#nav08,
#nav08 a { width: 130px; }

#nav .internal li a {
  display: block;
  height: 40px;
  width: 134px;
  }

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) -134px 0 no-repeat; }
#nav05 a { background: url(../images/nav.jpg) -268px 0 no-repeat; }
#nav06 a { background: url(../images/nav.jpg) -402px 0 no-repeat; }
#nav07 a { background: url(../images/nav.jpg) -536px 0 no-repeat; }
#nav08 a { background: url(../images/nav.jpg) -670px 0 no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) 0 -40px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -134px -40px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -268px -40px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -402px -40px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -536px -40px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -670px -40px no-repeat; }



/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 14px 0;
	margin: 0;
	background: #E3E0D4 url(../images/footer_bg.jpg) 0 0  no-repeat;
	font-size: 85%;
	text-align: center;
	color: #fff;
	height: 80px;
	}
*: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: #fff;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0 1em 2px 1em;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 8px 1em; }


/*---------- 06  Contents -----------*/

.section { padding: 0px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
	text-indent: -9999px;
	height: 72px;
	}
#content h3 {
	clear: both;
	text-indent: -9999px;
	}
#content h4 {
	height: 26px;
	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/li_bg.png) 0 2px no-repeat;
	padding-left: 25px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { 
  font-weight: bold;
  }

#content a { text-decoration: underline; }

a {
	color: #987C0D;
	outline: none;
	}
a:hover { color: #5A3D1C; }

#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: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.png) 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: 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.png) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 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 #d0d0ff;
	font-size: 100%;
	color: #666;
	width: 500px;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #ddddff;
	}

#content table th {
	background: #efefff;
	color: #636570;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}
	
#catch { 
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  } 


/*---------- 07  Index -----------*/
#index #header {
  height: 410px;
  background: url(../images/index_header_bg.jpg) 0 0 no-repeat; }

#index #header #nav {
  clear: both;
  width: 820px;
  height: 40px;
  padding: 0px 10px 0;
  margin: 0 ;
  }
* html body#index #header #nav { 
  width: 820px;
  padding: 0 0 0 10px;
  margin: 0;
  } 

#index #main {
  background-image: none;
  }

#index #content {
  width: 780px;
  height: auto;
  padding:0 0 0 20px;
  margin: 0;
  color: #666;
  }
* html body#index #content {
  width: 800px;
  } 

#index h2#title01 { background: url(../images/index_h2-01.png) 0 0 no-repeat;
  height: 36px;
  margin-top: 10px; }

#index h3 { 
  height: 24px;
  margin-top: 10px;
  }
#index h3#title02 { background: url(../images/index_h3-02.png) 0 0 no-repeat; }
#index h3#title03 { background: url(../images/index_h3-03.png) 0 0 no-repeat; }

#index #content .alpha{
  float: left;
  width: 555px;
  }

#index #content .alpha p {
  padding: 0 10px;
  }

#index #content .beta {
  float: right;
  width: 210px;
  padding: 0;
  margin: 20px 0 0 0; 
  }

#index #content .beta p{
  margin: 0;
  padding: 0;
  }

#index #content .beta p img{
  margin: 0;
  padding: 0;
  }


#index #content .alpha02 {
  float: left;
  width: 220px;
  }

#index #content .beta02 {
  float: right;
  width: 310px;
  }

#index #content .alpha02 p,
#index #content .beta02 p {
  padding: 0 5px; 
  }


/*---------- 08  Philosophy -----------*/
#philosophy #content { background: url(../images/philosophy_bg.jpg) 0 0 no-repeat; }
#philosophy h2#title01 { background: url(../images/philosophy_h2-01.jpg) 0 0 no-repeat; }

#philosophy #content .alpha {
  float: left;
  width: 522px;
  }

#philosophy #catch {
  background: url(../images/philosophy_catch.jpg) top left no-repeat;
  height: 160px;
  }

#philosophy #content .beta {
  float: right;
  width: 262px;
  }

#philosophy #content .beta dl{
  background: url(../images/philosophy_text_bg.jpg) 0 0 no-repeat;
  height: 85px;
  margin: 165px 0 0 0;
  padding: 0;
 }

#philosophy #content .beta dt{
  margin: 0;
  padding: 8px 0 .2em 10px;
  }
  
/*---------- 09  Introduction -----------*/
#introduction #content { background: url(../images/introduction_bg.jpg) 0 0 no-repeat; }
#introduction h2#title01 { background: url(../images/introduction_h2-01.jpg) 0 0 no-repeat; }

#introduction #catch { 
  background: url(../images/introduction_catch.jpg) 0 0 no-repeat;
  height: 45px;
  }

#introduction .clinic {
  clear: both;
  margin: 0 0 0 135px;
  }

#introduction .clinic p {
  float: left;
  margin: 0 10px 10px 0; 
  }

/*---------- 10  Subject -----------*/
#subject #content { background: url(../images/subject_bg.jpg) 0 0 no-repeat; }
#subject h2#title01 { background: url(../images/subject_h2-01.jpg) 0 0 no-repeat; }

#subject #catch { 
  background: url(../images/subject_catch.jpg) 0 0 no-repeat;
  height: 100px;
  }

#subject #content .alpha {
  float: left;
  width: 610px;
  }

#subject #content .beta {
  float: right;
  width: 174px;
  }

#subject #content .beta dl{
  background: url(../images/subject_text_bg.jpg) 0 0 no-repeat;
  height: 235px;
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 90%;
 }

#subject #content .beta dt{
  margin: 0;
  padding: 8px 0 .2em 10px;
  }

#subject #content .beta dd{
  margin: 0 0 0 15px;
  padding: 0;
  } 

/*---------- 11  Access -----------*/
#access #content { background: url(../images/access_bg.jpg) 0 0 no-repeat; }
#access h2#title01 { background: url(../images/access_h2-01.jpg) 0 0 no-repeat; }

#access .alpha {
  float: left;
  width: 540px;
  }

#access .alpha .text-aria{
  width: 482px;
  background: url(../images/access_text_bg.jpg) 0 0 no-repeat;
  height: 225px;
  margin: 20px 0 0 25px;
  padding: 0;
  font-size: 90%;
 }

#access .alpha .text-aria dl{
  margin: 0;
  padding:10px 0 0 10px;
  }

#access .alpha .text-aria dt{
  float: left;
  width: 60px;
  }
  
#access .alpha .text-aria dd{
  padding-left: 60px;
  }
 
#access .alpha .text-aria dd.s01{
  padding-left: 60px;
  font-size: 12px;
  } 
 
#access .alpha .text-aria p {
  padding-left: 10px;
  }

#access .beta {
  float: right;
  width: 244px;
  }

#access .beta p{
  margin-top: 20px;
  }

/*---------- 12  Plup-canal -----------*/
#plup-canal #content { background: url(../images/plup-canal_bg.jpg) 0 0 no-repeat; }
#plup-canal h2#title01 { background: url(../images/plup-canal_h2-01.jpg) 0 0 no-repeat; }

#plup-canal #catch { 
  background: url(../images/plup-canal_catch.jpg) 0 0 no-repeat;
  height: 75px;
  }

#plup-canal .alpha {
  float: left;
  width: 550px;
  }

#plup-canal .alpha .text-aria{
  background: url(../images/plup-canal_text_bg.jpg) 0 0 no-repeat;
  height: 135px;
  width: 480px;
  margin: 20px 0 0 25px;
  padding: 5px 0 0 0;
  font-size: 90%;
 }

#plup-canal .alpha .text-aria p {
  padding: 5px 10px 0 15px;
  } 

#plup-canal .beta {
  float: right;
  width: 234px;
  }

#plup-canal .beta p{
  margin-top: 73px;
  }

/*---------- 13  Occulusion -----------*/
#occulusion #content { background: url(../images/occulusion_bg.jpg) 0 0 no-repeat; }
#occulusion h2#title01 { background: url(../images/occulusion_h2-01.jpg) 0 0 no-repeat; }

#occulusion #catch { 
  background: url(../images/occulusion_catch.jpg) 0 0 no-repeat;
  height: 75px;
  }

#occulusion .alpha {
  float: left;
  width: 550px;
  }

#occulusion .alpha .text-aria{
  background: url(../images/occulusion_text_bg.jpg) 0 0 no-repeat;
  height: 135px;
  width: 480px;
  margin: 20px 0 0 25px;
  padding: 5px 0 0 0;
  font-size: 90%;
 }

#occulusion .alpha .text-aria p {
  padding: 0px 10px 0 15px;
  } 

#occulusion .beta {
  float: right;
  width: 234px;
  }

#occulusion .beta p{
  margin-top: 73px;
  }

/*---------- 14  Sitemap -----------*/
#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }

#sitemap #content {
  color: #887B38;
  }

#sitemap #content dt{
  float: left;
  width: 120px;
  margin: 0 0 5px 0;
  background: url(../images/li_bg.png) 0 2px no-repeat;
  padding-left: 25px;
  }

#sitemap #content dd{
  padding-left: 120px;
  margin: 0 0 5px 0;
  }


#pop {
  width: 600px;
  margin: 10px auto 0;
  background: #FFF;
  border-top: #999999 1px solid;
  border-left: #999999 1px solid;
  border-right: #666666 2px solid;
  border-bottom: #666 2px solid;
  text-align: left;
}

#pop h3 {
  text-align: aleft;
  margin: 10px;
}

#pop .ex {
  text-align: left;
  width: 500px;
  margin: 10px 0 10px 10px;
  padding: 0;
}

#pop h4 {
  width: 350px;
  height: 26px;
  background: url(../images/case_h4.jpg) 0 0 no-repeat;
  padding: 3px 0 0 13px;
  margin: 10px;
  font-weight: bold;
  color: #948C5E;
}

#pop .ex p.before {
  float: left;
}

#pop .ex p.after {
  float: right;
}

#pop .ex .pic {
  width: 460px;
  height: 154px;
  background: url(../images/case_arrow.jpg) center center no-repeat;
  margin-left: 40px;
}