@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: url(../images/body_bg.png) top repeat-x; }
 
#wrapper {
	width: 820px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	}
* html body #wrapper { width: 840px; }

#main {
	margin: 0 ;
	padding: 0 ;
	background: url(../images/main_bg.png) repeat-y;
	}

#main_02 {
  padding: 0 10px;
	background:url(../images/main_bg02.png) top center no-repeat; }

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 0 0 10px 0;
	}


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

#header {
	background: url(../images/header_bg.png) 0 0 no-repeat;
	height: 90px;
	width: 820px;
	margin: 0;
	padding: 0;
	}

#header .description {
  font-size: 85%;
	color:#666;
	margin: 0;
	padding: 0px 0 0 10px;
	height: 20px;
	line-height: 1.8; }
* html body  #header .description { font-size: 9px; }
*:first-child+html #header .description { font-size: 9px; }
	

h1 {
	text-indent: -9999px;
	width: 510px;
	height: 70px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 510px;
	height: 70px;
	background: url(../images/h1.png) 0 0 no-repeat;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 70px;
	float:right;
	}
#header p.tel img { display: block; }

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

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

#nav h2 {
  text-indent: -9999px;
	height: 31px;
	}


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

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

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

#nav h2#nav01 {	background:url(../images/nav.png) 0 0 no-repeat;}
#nav02 a { background: url(../images/nav.png) 0 -31px no-repeat; }
#nav03 a { background: url(../images/nav.png) 0 -56px no-repeat; }
#nav04 a { background: url(../images/nav.png) 0 -81px no-repeat; }
#nav05 a { background: url(../images/nav.png) 0 -106px no-repeat; }

#nav h2#nav06 {	background:url(../images/nav.png) 0 -131px no-repeat;}
#nav07 a { background: url(../images/nav.png) 0 -162px no-repeat; }
#nav08 a { background: url(../images/nav.png) 0 -187px no-repeat; }

#nav h2#nav09 {	background:url(../images/nav.png) 0 -212px no-repeat;}
#nav10 a { background: url(../images/nav.png) 0 -243px no-repeat; }

#nav h2#nav11 {	background:url(../images/nav.png) 0 -268px no-repeat;}
#nav12 a { background: url(../images/nav.png) 0 -299px no-repeat; }
#nav13 a { background: url(../images/nav.png) 0 -324px no-repeat; }

#nav02 a:hover { background: url(../images/nav.png) -200px -31px no-repeat; }
#nav03 a:hover { background: url(../images/nav.png) -200px -56px no-repeat; }
#nav04 a:hover { background: url(../images/nav.png) -200px -81px no-repeat; }
#nav05 a:hover { background: url(../images/nav.png) -200px -106px no-repeat; }
#nav07 a:hover { background: url(../images/nav.png) -200px -162px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -200px -187px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -200px -243px no-repeat; }
#nav12 a:hover { background: url(../images/nav.png) -200px -299px no-repeat; }
#nav13 a:hover { background: url(../images/nav.png) -200px -324px no-repeat; }



#nav p { text-align: center; }


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

#footer {
	clear: both;
	padding: 10px 0 0 0;
	margin: 0;
	background: url(../images/footer_bg.jpg) 0 0 no-repeat;
	height: 60px;
	font-size: 85%;
	text-align: center;
	color: #993300;
	}
*: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: #993300;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0 1em 6px 1em;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address {
  color: #FF6900;
	margin: 14px 1em 2px; }
#footer address a { color: #FF6900; }

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

#content #upside_nav {
  list-style: none;
	text-indent: -9999px;
	margin: 10px 10px 10px 15px;
	padding: 0;
	width: 570px;
	height: 26px;	
	}

#content #upside_nav li {
  list-style: none;
	float: left;
  height: 26px;
	margin: 0;
	padding: 0;
	}

#content #upside_nav li a{
  display: block;
	height: 26px;
	margin: 0;
	padding: 0;
	}

#upside_nav li#nav14 a{ 
  background: url(../images/upside_nav.png) 0 0 no-repeat;
  width: 145px; }  
#upside_nav li#nav15 a{ 
  background: url(../images/upside_nav.png) -145px 0 no-repeat;
	width: 140px; }  
#upside_nav li#nav16 a{ 
  background: url(../images/upside_nav.png) -285px 0 no-repeat;
	width: 140px; }  
#upside_nav li#nav17 a{ 
  background: url(../images/upside_nav.png) -425px 0 no-repeat;
	width: 145px; }  

#upside_nav li#nav14 a:hover { background: url(../images/upside_nav.png) 0 -26px no-repeat;}  
#upside_nav li#nav15 a:hover { background: url(../images/upside_nav.png) -145px -26px no-repeat; }  
#upside_nav li#nav16 a:hover { background: url(../images/upside_nav.png) -285px -26px no-repeat; }  
#upside_nav li#nav17 a:hover { background: url(../images/upside_nav.png) -425px -26px no-repeat; }  

.section { padding: .5em 20px 0 20px;
  clear: both; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
	height: 34px;
	text-indent: -9999px;
	margin: 0 0 0 20px;
	}
#content h3 {
	clear: both;
	height: 27px;
	text-indent: -9999px;
	margin-left: -5px;
	}
#content h4 {
	height: 24px;
	text-indent: -9999px;
	margin: .5em;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #FF9900;
	color: #FF9900;
	}

#content ul li {
	list-style: none;
	background: url(../images/list.png) 0 4px no-repeat;
	padding-left: 20px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { 
  font-weight: bold;
	background: url(../images/list.png) 0 3px no-repeat;
	padding-left: 1em;
 }

#content a { text-decoration: underline; }

a {
	color: #FF6900;
	outline: none;
	}
a:hover { color: #993300; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 8px 16px 0 0;
	}

.image_r {
	float: right;
	margin: 8px 0 0 16px;
	}

.frame {
  border: 1px solid #663300;
	padding: 4px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow.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: 80px;
	height: 18px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 18px;
	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 #FFCC61;
	font-size: 100%;
	color: #666;
	width: 500px;
	margin: 10px 0 0 30px;
	}

#content table th,
#content table td {
	padding: 5px;
	border: 1px solid #FFCC61;
	}

#content table th {
	background: #FF9B55;
	color: #636570;
	width: 130px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

#content .pickup_naka {
  margin: 0 0px 0 30px;
	}

#content .pickup_naka .alpha {
  float:left;
	width: 180px;
	} 

/*---------- 07  Index -----------*/
#index #content h2#title01 { 
  background:url(../images/index01.jpg) 0 0 no-repeat;
  height:250px; }

#index .pickup {
 padding: 0 15px;
 clear: both;
 }

#index .pickup .alpha {
  float: left;
	width: 180px;
	margin: 0;
	padding: 0;
	}

#index .pickup .beta {
  float: right;
	width: 380px;
	margin: 0;
	padding: 0;
	}
#index .pickup .image_r{
  margin: 0;
	padding: 0;
	}

#index h3 { height: 25px;
  margin: .3em 0 0 0;
	padding: 0; }
#index h3#title02 { background: url(../images/index_h-01.png) 0 0 no-repeat; }
#index h3#title03 { background: url(../images/index_h-02.png) 0 0 no-repeat; }
#index h3#title04 { background: url(../images/index_h-03.png) 0 0 no-repeat; }

#index h4#title05 { 
  background: url(../images/index_h-04.png) 0 0 no-repeat;
	height: 32px;
	margin: 0 0 5px 0; }

#index #clinic_info {
  clear: both;
	padding: 0 15px;
	}

#index #clinic_info .alpha {
  float: left;
	width: 205px;
	}
#index #clinic_info .beta {
  float: right;
	width: 360px;
	}

#index #clinic_info dl {
  margin: 0;
	padding: 0;
	}

#index #clinic_info dt {
  float:left;
	width: 70px;
	}

#index #clinic_info dd {
  padding-left: 70px;
	}

/*---------- 08  Esthe -----------*/
#esthe h2#title01 { background: url(../images/esthe_h2-01.png) 0 0 no-repeat; }
#esthe h3#title02 { background: url(../images/esthe_h3-02.png) 0 0 no-repeat; }
#esthe h3#title03 { background: url(../images/esthe_h3-03.png) 0 0 no-repeat; }

/*---------- 09  Cost -----------*/
#cost h2#title01 { background: url(../images/cost_h2-01.png) 0 0 no-repeat; }
#cost h3#title02 { background: url(../images/cost_h3-02.png) 0 0 no-repeat; }

#cost #content table #th_01 {
  width: 300px;
  }
#cost #content table td.cost {
  text-align: right;
	}

#cost #content table .th_04 {
	background: #FFE394;
	color: #636570;
	width: 130px;
	text-align:left;
	}

#cost #content span.blue { color: blue; }
#cost #content span.red { color: red; }

/*---------- 10  Silver -----------*/
#silver h2#title01 { background: url(../images/silver_h2-01.png) 0 0 no-repeat; }
#silver h3#title02 { background: url(../images/silver_h3-02.png) 0 0 no-repeat; }
#silver h3#title03 { background: url(../images/silver_h3-03.png) 0 0 no-repeat; }
#silver h3#title04 { background: url(../images/silver_h3-04.png) 0 0 no-repeat; }

/*---------- 11  Foretooth -----------*/
#foretooth h2#title01 { background: url(../images/foretooth_h2-01.png) 0 0 no-repeat; }
#foretooth h3#title02 { background: url(../images/foretooth_h3-02.png) 0 0 no-repeat; }
#foretooth h3#title03 { background: url(../images/foretooth_h3-03.png) 0 0 no-repeat; }

/*---------- 12  Whitening -----------*/
#whitening h2#title01 { background: url(../images/whitening_h2-01.png) 0 0 no-repeat; }
#whitening h3#title02 { background: url(../images/whitening_h3-02.png) 0 0 no-repeat; }
#whitening h3#title03 { background: url(../images/whitening_h3-03.png) 0 0 no-repeat; }
#whitening h3#title04 { background: url(../images/whitening_h3-04.png) 0 0 no-repeat; }
#whitening h3#title05 { background: url(../images/whitening_h3-05.png) 0 0 no-repeat; }
#whitening h3#title06 { background: url(../images/whitening_h3-06.png) 0 0 no-repeat; }
#whitening h3#title07 { background: url(../images/whitening_h3-07.png) 0 0 no-repeat; }

/*---------- 13  Faq -----------*/
#faq h2#title01 { background: url(../images/faq_h2-01.png) 0 0 no-repeat; }
#faq h3#title02 { background: url(../images/faq_h3-02.png) 0 0 no-repeat; }
#faq h3#title03 { background: url(../images/faq_h3-03.png) 0 0 no-repeat; }
#faq h3#title04 { background: url(../images/faq_h3-04.png) 0 0 no-repeat; }
#faq h3#title05 { background: url(../images/faq_h3-05.png) 0 0 no-repeat; }
#faq h3#title06 { background: url(../images/faq_h3-06.png) 0 0 no-repeat; }
#faq h3#title07 { background: url(../images/faq_h3-07.png) 0 0 no-repeat; }

/*---------- 14  Prevent -----------*/
#prevent h2#title01 { background: url(../images/prevent_h2-01.png) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-02.png) 0 0 no-repeat; }
#prevent h3#title03 { background: url(../images/prevent_h3-03.png) 0 0 no-repeat; }
#prevent h4#title04 { background: url(../images/prevent_h4-04.png) 0 0 no-repeat; }
#prevent h4#title05 { background: url(../images/prevent_h4-05.png) 0 0 no-repeat; }
#prevent h4#title06 { background: url(../images/prevent_h4-06.png) 0 0 no-repeat; }

#prevent #content #flow ol li {
	margin-top: 6px;
	padding-bottom: 30px;
	background: url(../images/arrow_flow.png) center bottom no-repeat;
	clear: both;
	}

#prevent #content #flow ol li#last{
  background-image: none;
	padding-bottom: 10px;
	}

/*---------- 15  Clinic -----------*/
#clinic h2#title01 { background: url(../images/clinic_h2-01.png) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-02.png) 0 0 no-repeat; }
#clinic h3#title03 { background: url(../images/clinic_h3-03.png) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-04.png) 0 0 no-repeat; }

#clinic #content #dr {
	}

#clinic #content .alpha {
  float: left;
	width: 160px;
	}

#clinic #content .beta {
  float:right;
	width: 400px;
	}

#clinic #dr dt {
  float: left;
	width: 140px;
	margin: 0;
	padding: 0 0 0 1em;
	}

#clinic #dr dd {
  padding-left: 145px;
	margin: 0;
	padding: 0;
	}

/*---------- 16  Sitemap -----------*/
#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }

#sitemap #content h3 {
  background-image: none;
	text-indent: 0;
	height: 20px;
	font-size: 108%;
	font-weight: bold;
	margin: 0;
	padding: .5em 0 0 .5em;
	border-bottom: 1px dotted #FF9900;
	color: #FF9900;
	}

