@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.jpg) top repeat-x; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 800px;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.png) repeat-y;
	}

#content {
	width: 575px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	margin-top:25px;
	padding: 0px 0px 1em 0px;
}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header.jpg) 0 0 no-repeat;
	height: 94px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 440px;
	height: 80px;
	line-height: 1.0;
	float:left;
	}

h1 a {
	display: block;
	width: 440px;
	height: 80px;
	text-indent: -9999px;
	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: 61px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin:0px;
	padding:0px;
	float:right;
	list-style: none;
	width: 338px;
	height: 19px;
}

#header_nav li {
	height:19px;
	float:left;	
	list-style:none;
	margin:0px;
	padding:0px;
}
#header_nav li a {
	display: block;
	height: 19px;
}
/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	padding: 5px 0 20px 0;
	}

#nav ul{
	margin: 0;
	padding: 10px 0 0 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;
	}

#nav01   { background: url(../images/nav01.jpg) 0 0 no-repeat;}
#nav02 a { background: url(../images/nav01.jpg) 0 -40px no-repeat; }
#nav03 a { background: url(../images/nav01.jpg) 0 -80px no-repeat; }
#nav04 a { background: url(../images/nav01.jpg) 0 -120px no-repeat; }

#nav05   { background: url(../images/nav02.jpg) 0 0 no-repeat;}
#nav06 a { background: url(../images/nav02.jpg) 0 -40px no-repeat; }
#nav07 a { background: url(../images/nav02.jpg) 0 -80px no-repeat; }
#nav08 a { background: url(../images/nav02.jpg) 0 -120px no-repeat; }

#nav09   { background: url(../images/nav03.jpg) 0 0 no-repeat;}
#nav10 a { background: url(../images/nav03.jpg) 0 -40px no-repeat; }
#nav11 a { background: url(../images/nav03.jpg) 0 -80px no-repeat; }
#nav12 a { background: url(../images/nav03.jpg) 0 -120px no-repeat; }








#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	height:106px;
	padding: 20px 0px 0px 0px;
	margin:0px;
	font-size:11px;
	background: #fff url(../images/footer.jpg)  repeat-x;
	text-align: center;
	color: #285bd8;
	}
*: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:#06C;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0px 1em 2px 1em;
	padding: 0px;	
	clear: both;
	height:14px;
}

#footer ul li {
	display: inline;
	margin: 0px;	
	padding: 0px;
}

#footer address { 
	margin: 22px 10px 10px;
	font-size:11px;
}


/*---------- 06  Contents -----------*/
/*
.section { padding: .5em 25px 1em 10px; }
.section .section { padding: .5em 10px 1em 10px; } */

.center { text-align: center; }

#content h2 {
	height: 46px;
	text-indent: -9999px;
	margin: 10 0 0 0;
	}
#content h3 {
	clear: both;
	height: 38px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#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 4px no-repeat;
	padding-left: 20px;
	}
#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: 0 16px 8px 0;
	}

.image_r {
	float: right;
	margin: 0 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: 25px;
	background: url(../images/to_top.jpg) 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;
	margin-left: 40px;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #ddddff;
	}

#content table th {
	background: #efefff;
	color: #636570;
	width: 130px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

ul#global_nav,
ul#global_nav li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

ul#global_nav {
	width: 557px;
	height: 37px;
	padding:0px;
	margin:0px;
	margin-bottom:15px;	
}

ul#global_nav li {
	height: 37px;
	text-indent: -9999px;
	float: left;
	}

ul#global_nav li a {
	display: block;
	height: 37px;
	}

#gnav01 a {
	width: 138px;
	background: url(../images/g_nav.jpg) 0 0 no-repeat;
	}

#gnav02 a {
	width: 140px;
	background: url(../images/g_nav.jpg) -138px 0 no-repeat;
	}

#gnav03 a {
	width: 140px;
	background: url(../images/g_nav.jpg) -278px 0 no-repeat;
	}

#gnav04 a {
	width: 139px;
	background: url(../images/g_nav.jpg) -418px 0 no-repeat;
	}


/*---------- 07  Index -----------*/
#index .alpha{
   float:left;
   margin:0 7px 10px 0;
   width:266px;
}

#index .image_l02{
	float: left;
	margin: 0 4px 8px 0;
}

#index .image_l03{
	float: left;
	margin: 0px;
	}


/*---------- 08  Implant -----------*/
#implant #title01 { background: url(../images/implant_h2-01.jpg) 0 0 no-repeat; }
#implant #title02 { background: url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant #title03 { background: url(../images/implant_h3-03.jpg) 0 0 no-repeat; }
#implant #title04 { background: url(../images/implant_h4-04.jpg) 0 0 no-repeat; }
#implant #title05 { background: url(../images/implant_h4-05.jpg) 0 0 no-repeat; }
#implant #title06 { background: url(../images/implant_h4-06.jpg) 0 0 no-repeat; }



/*---------- 09  recommend -----------*/
#recommend #title01 { background: url(../images/recommend_h2-01.jpg) 0 0 no-repeat; }
#recommend #title02 { background: url(../images/recommend_h3-02.jpg) 0 0 no-repeat; }
#recommend #title03 { background: url(../images/recommend_h4-03.jpg) 0 0 no-repeat; }
#recommend #title04 { background: url(../images/recommend_h4-04.jpg) 0 0 no-repeat; }
#recommend #title05 { background: url(../images/recommend_h4-05.jpg) 0 0 no-repeat; }
#recommend #title06 { background: url(../images/recommend_h4-06.jpg) 0 0 no-repeat; }
#recommend #title07 { background: url(../images/recommend_h4-07.jpg) 0 0 no-repeat; }
#recommend #title08 { background: url(../images/recommend_h4-08.jpg) 0 0 no-repeat; }
#recommend #title09 { background: url(../images/recommend_h4-09.jpg) 0 0 no-repeat; }
#recommend #title10 { background: url(../images/recommend_h4-10.jpg) 0 0 no-repeat; }

/*---------- 10  Merit -----------*/
#merit #title01 { background: url(../images/merit_h2-01.jpg) 0 0 no-repeat; }
#merit #title02 { background: url(../images/merit_h3-02.jpg) 0 0 no-repeat; }
#merit #title03 { background: url(../images/merit_h4-03.jpg) 0 0 no-repeat; }
#merit #title04 { background: url(../images/merit_h4-04.jpg) 0 0 no-repeat; }

#merit .point li{
 background: url(../images/list.jpg) 0 0 no-repeat;
 text-indent:5px;
 line-height:16px;
 padding-bottom:10px;
}

/*---------- 11  Treatment -----------*/
#treatment #title01 { background: url(../images/treatment_h2-01.jpg) 0 0 no-repeat; }
#treatment #title02 { background: url(../images/treatment_h3-02.jpg) 0 0 no-repeat; }
#treatment #title03 { background: url(../images/treatment_h4-03.jpg) 0 0 no-repeat; }
#treatment #title04 { background: url(../images/treatment_h4-04.jpg) 0 0 no-repeat; }
#treatment #title05 { background: url(../images/treatment_h3-05.jpg) 0 0 no-repeat; }
#treatment #title06 { background: url(../images/treatment_h4-06.jpg) 0 0 no-repeat; }
#treatment #title07 { background: url(../images/treatment_h4-07.jpg) 0 0 no-repeat; }
#treatment #title08 { background: url(../images/treatment_h3-08.jpg) 0 0 no-repeat; }
#treatment #title09 { background: url(../images/treatment_h4-09.jpg) 0 0 no-repeat; }
#treatment #title10 { background: url(../images/treatment_h4-10.jpg) 0 0 no-repeat; }
#treatment #title11 { background: url(../images/treatment_h4-11.jpg) 0 0 no-repeat; }
#treatment #title12 { background: url(../images/treatment_h4-12.jpg) 0 0 no-repeat; }
#treatment #title13 { background: url(../images/treatment_h4-13.jpg) 0 0 no-repeat; }
#treatment #title14 { background: url(../images/treatment_h4-14.jpg) 0 0 no-repeat; }


/*---------- 12  Flow -----------*/
#flow #title01 { background: url(../images/flow_h2-01.jpg) 0 0 no-repeat; }
#flow #title02 { background: url(../images/flow_h3-02.jpg) 0 0 no-repeat; }
#flow #title03 { background: url(../images/flow_h3-03.jpg) 0 0 no-repeat; }

#flow #step dt{
   font-size:108%;
   color:#3366cc;
}

#flow .next{
 text-algin:center;
}

/*---------- 13  Aftercare -----------*/
#aftercare #title01 { background: url(../images/aftercare_h2-01.jpg) 0 0 no-repeat; }
#aftercare #title02 { background: url(../images/aftercare_h3-02.jpg) 0 0 no-repeat; }
#aftercare #title03 { background: url(../images/aftercare_h4-03.jpg) 0 0 no-repeat; }
#aftercare #title04 { background: url(../images/aftercare_h4-04.jpg) 0 0 no-repeat; }

/*---------- 14  Price -----------*/
#price #title01 { background: url(../images/price_h2-01.jpg) 0 0 no-repeat; }
#price #title02 { background: url(../images/price_h3-02.jpg) 0 0 no-repeat; }
#price #title03 { background: url(../images/price_h4-03.jpg) 0 0 no-repeat; }
#price #title04 { background: url(../images/price_h4-04.jpg) 0 0 no-repeat; }
#price #title05 { background: url(../images/price_h3-05.jpg) 0 0 no-repeat; }
#price #title06 { background: url(../images/price_h3-06.jpg) 0 0 no-repeat; }
#price #title07 { background: url(../images/price_h4-07.jpg) 0 0 no-repeat; }
#price #title08 { background: url(../images/price_h4-08.jpg) 0 0 no-repeat; }
#price #title09 { background: url(../images/price_h4-09.jpg) 0 0 no-repeat; }
#price #title10 { background: url(../images/price_h3-10.jpg) 0 0 no-repeat; }

/*---------- 15  Faq -----------*/
#faq #title01 { background: url(../images/faq_h2-01.jpg) 0 0 no-repeat; }
#faq #title02 { background: url(../images/faq_h3-02.jpg) 0 0 no-repeat; }

#faq #faqcontents dt{
   font-size:108%;
   color:#cc3333;
   clear:both;
}

#faq #faqcontents dd{
   background:#effcff;
   margin:5px 0 10px 0;
}

/*---------- 16  Faq -----------*/
#staff #title01 { background: url(../images/staff_h2-01.jpg) 0 0 no-repeat; }
#staff #title02 { background: url(../images/staff_h3-02.jpg) 0 0 no-repeat; }
#staff #title03 { background: url(../images/staff_h4-03.jpg) 0 0 no-repeat; }



/*---------- 17  Clinic -----------*/
#clinic #title01 { background: url(../images/clinic_h2-01.jpg) 0 0 no-repeat; }
#clinic #title02 { background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic #title03 { background: url(../images/clinic_h4-03.jpg) 0 0 no-repeat; }
#clinic #title04 { background: url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }
#clinic #title05 { background: url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }
#clinic #title06 { background: url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic #title07 { background: url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }
#clinic #title08 { background: url(../images/clinic_h4-08.jpg) 0 0 no-repeat; }
#clinic #title09 { background: url(../images/clinic_h4-09.jpg) 0 0 no-repeat; }
#clinic #title10 { background: url(../images/clinic_h4-10.jpg) 0 0 no-repeat; }

/*---------- 18  Information -----------*/
#information #title01 { background: url(../images/information_h2-01.jpg) 0 0 no-repeat; }
#information #title02 { background: url(../images/information_h3-02.jpg) 0 0 no-repeat; }
#map {
	width: 500px;
	margin: 0 0 20px 40px;
	border: 1px solid #ddd;
}
div#map div#map_inner {
	text-align: right;
	margin: 0;
	padding: 0;
}
div#map div#map_inner p#name {
	text-align: left;
	font-size: 16px;
	border-bottom: 1px solid #aac;
	color: #55a;
	margin: 0;
	padding: 0;
}

/*---------- 18  Contact -----------*/
#contact #title01 { background: url(../images/contact_h2-01.jpg) 0 0 no-repeat; }
#contact #title02 { background: url(../images/contact_h3-02.jpg) 0 0 no-repeat; }

/*---------- 18  Sitemap -----------*/
#sitemap #title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }
