@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: #E3E5E5; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 800px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
	}
*html body #wrapper {
  width: 840px;
	}

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

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


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

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

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

#header .section {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	}

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

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	height: 16px;
	}

#header_nav li {
	height: 16px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 16px;
	}

#nav01 { width: 110px; }
#nav02 { width: 90px; }

#nav01 a {
	background: url(../images/header_nav.png) -40px 0 no-repeat;
	width: 60px;
	margin-left: 40px;
	}
#nav02 a {
	background: url(../images/header_nav.png) -110px 0 no-repeat;
	width: 90px;
	}


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

#nav {
	width: 190px;
	float: left;
	padding: 5px 0 20px 0;
	}

#nav h2 { 
  background: url(../images/nav.jpg) 0 0 no-repeat;
	height: 20px;
	text-indent: -9999px;
	}
 

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

#nav .internal li {
	height: 55px;
	color: #344063;
	}

#nav .internal li a {
	display: block;
	height: 50px;
	color: #344063;
	text-decoration: none;
	padding: .2em 0 0 .4em;
	font-weight: bold;
	}

#nav .internal li a:hover { color: #E8799E; }

#nav03 a { background: url(../images/nav.jpg) 0 -20px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -75px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -130px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -185px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -295px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -350px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -405px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -460px no-repeat; }

#nav p { text-align: center; }


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

#footer {
	clear: both;
	padding: 15px 0 5px 0;
	margin: 0;
	background: #fff url(../images/footer_bg.png) top no-repeat;
	font-size: 85%;
	text-align: center;
	color: #344063;
	}
*: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: #344063;
	}
#footer a:hover {
	color: #E8799E; }

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

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

#footer address { margin: 8px 1em; }


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

.section { padding: .5em 20px 1em 30px; }
.section .section { padding: 10px 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
	height: 40px;
	text-indent: -9999px;
	margin: 0 15px 0 30px;
	}
#content h3 {
	clear: both;
	height: 22px;
	text-indent: -9999px;
	}
	
#content h4 {
	height: 18px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 0;
	padding: .3em 0 0 .3em;
	background: #7B9AAF;
	color: #fff;
	height: 18px;
	}

#content ul li {
	list-style: none;
	background: url(../images/list.png) 0 5px no-repeat;
	padding-left: 15px;
	}
#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: 10px 16px 15px 0;
	}

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

.case {
	margin: 10px 20px;
	background: url(../images/arrow.gif) center center no-repeat;
	}

.case .image_l { margin: 5px 0 5px; }
.case .image_r { margin: 5px 0 5px; }

.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 {
	color: #028eaf;
	margin: 0 0 20px;
	}


#content ul.totop {
	clear: both;
	padding-bottom: 10px;
	}

#content ul.totop li {
	list-style: none;
	width: 150px;
	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;
	}


/* 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 #9298AB;
	font-size: 100%;
	color: #666;
	width: 500px;
	margin-top: 10px;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #9298AB;
	}

#content table th {
	background: #E6E9EA;
	color: #344063;
	}

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

#content .pickup {
  margin: 0;
	padding: 0;
	clear: both;
	}
#content .pickup ul{
  margin: 0 10px 0 15px;
	padding: 0;
	}
	
#content .pickup li{
  list-style: none;
	float: left;
	width: 262px;
	height: 82px;
	background-image: none;
	text-indent: -9999px;
	}
#content .pickup li a{
  height: 82px;
	width: 262px;
	display: block;
	}

#content .pickup #pick03 a{ background: url(../images/pickup.jpg) 0 0 no-repeat; }
#content .pickup #pick04 a{ background: url(../images/pickup.jpg) 0 -82px no-repeat; }
#content .pickup #pick05 a{ background: url(../images/pickup.jpg) 0 -164px no-repeat; }
#content .pickup #pick06 a{ background: url(../images/pickup.jpg) 0 -246px no-repeat; }
#content .pickup #pick07 a{ background: url(../images/pickup.jpg) 0 -328px no-repeat; }
#content .pickup #pick08 a{ background: url(../images/pickup.jpg) 0 -410px no-repeat; }
#content .pickup #pick09 a{ background: url(../images/pickup.jpg) 0 -492px no-repeat; }
#content .pickup #pick10 a{ background: url(../images/pickup.jpg) 0 -574px no-repeat; }
#content .pickup #pick11 a{ background: url(../images/pickup.jpg) 0 -656px no-repeat; }

#content .pickup #pick03 a:hover { background: url(../images/pickup.jpg) -262px 0 no-repeat; }
#content .pickup #pick04 a:hover { background: url(../images/pickup.jpg) -262px -82px no-repeat; }
#content .pickup #pick05 a:hover { background: url(../images/pickup.jpg) -262px -164px no-repeat; }
#content .pickup #pick06 a:hover { background: url(../images/pickup.jpg) -262px -246px no-repeat; }
#content .pickup #pick07 a:hover { background: url(../images/pickup.jpg) -262px -328px no-repeat; }
#content .pickup #pick08 a:hover { background: url(../images/pickup.jpg) -262px -410px no-repeat; }
#content .pickup #pick09 a:hover { background: url(../images/pickup.jpg) -262px -492px no-repeat; }
#content .pickup #pick10 a:hover { background: url(../images/pickup.jpg) -262px -574px no-repeat; }
#content .pickup #pick11 a:hover { background: url(../images/pickup.jpg) -262px -656px no-repeat; }

.reserv {
  margin: 0;
	padding: 5px 25px 10px 40px;
	clear: both;
	}

.reserv p {
  text-indent: -9999px; }

.reserv p a{ 
  background: url(../images/bn_reservation.jpg) 0 0 no-repeat;
	display: block;
	height: 80px;
	}
.reserv p a:hover{ background: url(../images/bn_reservation.jpg) 0 -80px no-repeat; }
  


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

#index .greeting { margin: 15px 25px 10px; }

#index .pickup {
  clear: both;
  margin: 10px 0 10px 25px;
	}

#index .pickup p {
	text-indent: -9999px;
	}

#index .pickup p a{
	height: 70px;
	display: block;
	}

#index #pick01 {
  margin-bottom: 10px;
	}

#index #pick01 a{ background: url(../images/index_pick01.jpg) 0 0 no-repeat;	}
#index #pick01 a:hover{ background: url(../images/index_pick01.jpg) 0 -70px no-repeat;	}
#index #pick02 a{ background: url(../images/index_pick02.jpg) 0 0 no-repeat;	}
#index #pick02 a:hover{ background: url(../images/index_pick02.jpg) 0 -70px no-repeat;	}

#index h3#title02 { background: url(../images/index_access_h01.png) 0 0 no-repeat; }

#index .alpha {
  float: left;
	width: 150px;
	}

#index .beta {
  float: right;
	width: 350px;
	}

#index #access dt {
  height: 18px;
	text-indent: -9999px;
	float: left;
	width: 70px;
  margin: .2em 0 0 0;
	}

#index #access01 {
	background: url(../images/index_access_h02.png) 0 0 no-repeat;
	}

#index #access02 {
	background: url(../images/index_access_h03.png) 0 0 no-repeat;
	}

#index #access dd {
  margin: 0;
	padding-left: 70px;
	}

/*---------- 08 Free -----------*/
#free h2#title01 { background: url(../images/free_h2-01.png) 0 0 no-repeat; }
#free h3#title02 { background: url(../images/free_h3-02.png) 0 0 no-repeat; }
#free h3#title03 { background: url(../images/free_h3-03.png) 0 0 no-repeat; }

/*---------- 09 Implant -----------*/
#implant h2#title01 { background: url(../images/implant_h2-01.png) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.png) 0 0 no-repeat; }
#implant h3#title03 { background: url(../images/implant_h3-03.png) 0 0 no-repeat; }
#implant h4#title04 { background: url(../images/implant_h4-04.png) 0 0 no-repeat; }
#implant h4#title05 { background: url(../images/implant_h4-05.png) 0 0 no-repeat; }

#implant .case { margin: 10px 60px; }


/*---------- 10 Flow -----------*/
#flow h2#title01 { background: url(../images/flow_h2-01.png) 0 0 no-repeat; }
#flow h3#title02 { background: url(../images/flow_h3-02.png) 0 0 no-repeat; }
#flow h4#title03 { background: url(../images/flow_h4-03.png) 0 0 no-repeat; }
#flow h4#title04 { background: url(../images/flow_h4-04.png) 0 0 no-repeat; }
#flow h4#title05 { background: url(../images/flow_h4-05.png) 0 0 no-repeat; }
#flow h4#title06 { background: url(../images/flow_h4-06.png) 0 0 no-repeat; }
#flow h4#title07 { background: url(../images/flow_h4-07.png) 0 0 no-repeat; }
#flow h4#title08 { background: url(../images/flow_h4-08.png) 0 0 no-repeat; }
#flow h4#title09 { background: url(../images/flow_h4-09.png) 0 0 no-repeat; }
#flow h4#title10 { background: url(../images/flow_h4-10.png) 0 0 no-repeat; }

#flow #content .flow { 
  background: url(../images/arrow_h.gif) bottom no-repeat;
  padding-bottom: 25px;
	clear: both;
	}

/*---------- 11 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 h4#title03 { background: url(../images/esthe_h4-03.png) 0 0 no-repeat; }
#esthe h4#title04 { background: url(../images/esthe_h4-04.png) 0 0 no-repeat; }
#esthe h4#title05 { background: url(../images/esthe_h4-05.png) 0 0 no-repeat; }
#esthe h4#title06 { background: url(../images/esthe_h4-06.png) 0 0 no-repeat; }

#esthe #content .alpha {
  float: left;
	width: 230px;
	clear: both;
	}

#esthe #content .beta {
  float: right;
	width: 230px;
	}

/*---------- 12 Perio -----------*/
#perio h2#title01 { background: url(../images/perio_h2-01.png) 0 0 no-repeat; }
#perio h3#title02 { background: url(../images/perio_h3-02.png) 0 0 no-repeat; }
#perio h4#title03 { background: url(../images/perio_h4-03.png) 0 0 no-repeat; }
#perio h4#title04 { background: url(../images/perio_h4-04.png) 0 0 no-repeat; }

/*---------- 13 Root -----------*/
#root h2#title01 { background: url(../images/root_h2-01.png) 0 0 no-repeat; }
#root h3#title02 { background: url(../images/root_h3-02.png) 0 0 no-repeat; }
#root h4#title03 { background: url(../images/root_h4-03.png) 0 0 no-repeat; }

/*---------- 14 Female -----------*/
#female h2#title01 { background: url(../images/female_h2-01.png) 0 0 no-repeat; }
#female h3#title02 { background: url(../images/female_h3-02.png) 0 0 no-repeat; }
#female h3#title03 { background: url(../images/female_h3-03.png) 0 0 no-repeat; }
#female h4#title04 { background: url(../images/female_h4-04.png) 0 0 no-repeat; }
#female h4#title05 { background: url(../images/female_h4-05.png) 0 0 no-repeat; }
#female h4#title06 { background: url(../images/female_h4-06.png) 0 0 no-repeat; }
#female h4#title07 { background: url(../images/female_h4-07.png) 0 0 no-repeat; }
#female h4#title08 { background: url(../images/female_h4-08.png) 0 0 no-repeat; }

/*---------- 15 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 h4#title03 { background: url(../images/cost_h4-03.png) 0 0 no-repeat; }
#cost h4#title04 { background: url(../images/cost_h4-04.png) 0 0 no-repeat; }

/*---------- 16 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 h4#title03 { background: url(../images/clinic_h4-03.png) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-04.png) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4-05.png) 0 0 no-repeat; }

#clinic #content th { width: 100px; }

#clinic #dr { margin-left: 100px; }

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

#sitemap #content dt {
  background: url(../images/list.png) 0 5px no-repeat;
	padding-left: 15px;
  }

#sitemap #content dd {
  margin-bottom: 10px;
	}
