@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; }

body#index { background: url(../images/body_bg_index.jpg) top center no-repeat; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#wrapper_child {
	background: url(../images/wrapper_child_bg.jpg) repeat-y;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#wrapper_adult {
	background: url(../images/wrapper_adult_bg.jpg) repeat-y;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}


#main {
	margin: 0;
	background: url(../images/main_bg.jpg) repeat-y;
	}

#main_left{
	margin: 0;
	float: left;
	width: 690px;
	}



#content {
	float: right;
	width: 480px;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 2em 0 1em 0;
	}


#content_child {
	float: right;
	width: 690px;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 2em 0 1em 0;
	}


#content_adult {
	float: left;
	width: 690px;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 2em 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat #FFF;
	height: 89px;
	width: 900px;
	margin: 0;
	padding: 0;
	position: relative;
	}

#header h1 {
	position: absolute;
	left: 6px;
	font-size: 75%;
	color: #666;
	font-weight: normal;
	margin-top: 2px;
	padding-top: 3px;
}

#header p.logo {
	width: 350px;
	height: 60px;
	float: left;
	margin-top:20px;
	}

#header .section {
	width: 371px;
	height:28px;
	float: right;
	margin: 5px 0 0 0;
	padding: 45px 0 0 0;
	/*padding: 52px 0 0 0;*/
	background: url(../images/header_nav.jpg) 0 0 no-repeat;
	}
	
*html #header .section {
	height:81px;
	}

#header p.tel img { display: block; }

ul#header_nav  {
	margin: 0 0 0 4px;
	padding: 0;
	list-style: none;
	height: 35px;
	}

#header_nav li {
	width: 180px;
	height: 31px;
	text-indent: 0;
	list-style: none;
	margin: 0 2px 0 0;
	padding: 0;
	float:left;
	}
#header_nav li a {
	display: block;
	height: 31px;
	width: 180px;
	}
	
#header_img{
	background:url(../images/header_bg02.jpg) 0 0 no-repeat;
	width:900px;
	height:252px;
	margin: 0;
	padding: 0;
	}
#header_img p{margin:0;}

#header_img a{
	display:block;
	text-indent:-9999px;
	width:426px;
	height:225px;
	margin:12px 8px;
	}

*html #header_img a{
	margin:12px 4px;
	}

#header_img #nav03 a { background:url(../images/header_nav02.jpg) 0 0 no-repeat; float:left; }
#header_img #nav04 a { background:url(../images/header_nav03.jpg) 0 0 no-repeat; float:right; }

#header_img #nav03 a:hover { background:url(../images/header_nav02.jpg) 0 -225px no-repeat; }
#header_img #nav04 a:hover { background:url(../images/header_nav03.jpg) 0 -225px no-repeat; }



#header_img_child{
	background:url(../images/header_bg02_child.jpg) 0 0 no-repeat;
	width:900px;
	height:115px;
	margin: 0;
	padding: 20px 0 0 3px;
	}

*html #header_img_child{
	background:url(../images/header_bg02_child.jpg) 0 0 no-repeat;
	background-color: #FF0000;
	width:900px;
	height:115px;
	margin: 0;
	padding: 20px 0 7px 3px;
	}

#header_img_child h2 {
	height: 100px;
	text-indent: -9999px;
	margin:0;
	}


#header_img_adult{
	background:url(../images/header_bg02_adult.jpg) 0 0 no-repeat;
	width:900px;
	height:115px;
	margin: 0;
	padding: 20px 0 7px 3px;
	}


#header_img_adult h2 {
	height: 100px;
	text-indent: -9999px;
	margin:0;
	}


/*----------04  Navigation -----------*/

#nav_l {
	width: 210px;
	float: left;
	padding: 0;
	}

#nav_r {
	width: 210px;
	float: right;
	padding: 0;
	}

#nav_l ul,
#nav_r ul {
	margin: 0 2px 20px 3px;
	padding: 0;
	list-style: none;
	width:203px;
	line-height: 0;
	}
	
#nav_l li,
#nav_r li {
	margin: 1px 0;
	padding: 0;
	list-style: none;
	width:203px;
	background: none;
	padding-left: 0px;
	}
	
*html body #nav_l li,
*html body #nav_r li { margin: -2px 0; }

*:first-child+html #nav_l li,
*:first-child+html #nav_r li { margin: -2px 0; }

#nav_l li a,
#nav_r li a {
	display: block;
	height: 37px;
	text-decoration: none;
	border-style: none;
}

#nav_l p,
#nav_r p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 20px 0 14px 45px;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) 0 10px repeat-x;
	font-size: 100%;
	color:#3D1700;
	}

#footer .section{width:900px; margin:auto; text-align:left;}

#footer a {
	text-decoration: none;
	color: #f94956;
	}
#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 0;
	background:url(../images/footer_copyright.jpg) 0 0 no-repeat;
	height:15px;
	width:248px;
	text-indent:-9999px;
	}

#footer_l{width:210px; float:left; margin-right:10px;}
#footer_r{width:340px; float:right;}
*html #footer_r{width:340px; float:right;}

#footer #f_title{
	text-indent:-9999px;
	background:url(../images/footer01.jpg) 0 0 no-repeat;
	width:180px;
	height:75px;
	}

#footer .f_click a {
	background:url(../images/footer_click.jpg) 0 0 no-repeat;
	display:block;
	width:260px;
	height:30px;
	text-indent:-9999px;
	}
#footer .f_click a:hover {background:url(../images/footer_click.jpg) 0 -30px no-repeat;}


/*---------- 06  Contents -----------*/

.section { padding: .5em 15px 1em 15px; }
.section .section { padding: .5em 10px 1em 10px; }

*html body .section { padding: .5em 10px 1em 10px;}


.box{
   border:1px solid #dddddd;
   margin:10px;
   background: #fdf7f4;
   color:#330000;
}

#content_adult .section { padding: .5em 15px 1em 20px; }
#content_adult .section .section { padding: .5em 10px 1em 10px; }



.center { text-align: center; }

h3 {
	clear: both;
	height: 36px;
	text-indent: -9999px;
	margin:0 0 2px 10px;
	}
h4 {
	clear: both;
	height: 26px;
	text-indent: -9999px;
	margin:0 0 2px 20px;	
	}

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: 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;
	border:#dddddd 1px solid;
	padding:2px;
	background:#ffffff;
	}

.image_r {
	float: right;
	margin: 0 0 8px 16px;
	border:#dddddd 1px solid;
	padding:2px;
	background:#ffffff;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}

.case-narrow {
	margin: 10px 100px;
	background: url(../images/arrow_h.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: 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.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:collapse;
	border: 1px solid #f3d8a9;
	font-size: 100%;
	color: #666;
	width: 95%;
	margin-left: 10px;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #f3d8a9;
	}

#content table th {
	background: #fbf6ec;
	color: #7b6848;
	width: 120px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

.click a {
	background:url(../images/click.jpg) 0 0 no-repeat;
	display:block;
	width:130px;
	height:30px;
	float:right;
	text-indent:-9999px;
	}
.click a:hover {background:url(../images/click.jpg) 0 -30px no-repeat;}

.banner01 a{width:445px;
	height:61px;
	display:block;
	text-indent:-9999px;
	background:url(../images/banner01.jpg) 0 0 no-repeat
	}
.banner01 a:hover{background:url(../images/banner01.jpg) -445px 0 no-repeat}
	
/*---------- 07  Index -----------*/
#index #header p.toph1 {
	position: absolute;
	left: 6px;
	font-size: 75%;
	color: #666;
	font-weight: normal;
	margin: 0;
	padding-top: 3px;
}

#index p#title03,
#index h2#title03,
#index h3#title01,
#index p#title01{
	height:30px;
	margin:0;
	text-indent:0;
	line-height: 0;
}

#index p#title02{
	text-indent:0;
	height:30px;
	clear: both;
	/*text-indent: -9999px;*/
	margin:0 0 2px 10px;
	}
#index .section p.txtTit{
  color:#00236a;
  font-weight: bold;
  padding:10px 0 0 0;
  margin: 0;
}

#index .section dl { padding: 0; margin: 0; }
#index .section dt{
  margin:10px 0 0 0;
  padding: 0;
}

#index .pickup a{
	width:210px;
	height:90px;
	text-indent:-9999px;
	display:block;
	}

#index .pickup01 a {background:url(../images/index_pickup01.jpg) 0 0 no-repeat; float:left;}
#index .pickup02 a {background:url(../images/index_pickup02.jpg) 0 0 no-repeat; float:left;}
#index .pickup03 a {background:url(../images/index_pickup03.jpg) 0 0 no-repeat; float:right;}
#index .pickup04 a {background:url(../images/index_pickup04.jpg) 0 0 no-repeat; float:right;}

#index .pickup01 a:hover {background:url(../images/index_pickup01.jpg) -210px 0 no-repeat;}
#index .pickup02 a:hover {background:url(../images/index_pickup02.jpg) -210px 0 no-repeat;}
#index .pickup03 a:hover {background:url(../images/index_pickup03.jpg) -210px 0 no-repeat;}
#index .pickup04 a:hover {background:url(../images/index_pickup04.jpg) -210px 0 no-repeat;}


/*---------- 08  Role -----------*/

#role #title01 {background:url(../images/role_h2-01.jpg) no-repeat;}
#role #title02 {background:url(../images/role_h3-02.jpg) no-repeat;}
#role #title03 {background:url(../images/role_h4-03.jpg) no-repeat;}
#role #title04 {background:url(../images/role_h4-04.jpg) no-repeat;}




#role table {
	border-collapse:collapse;
	border: 1px solid #583e31;
	font-size: 100%;
	color: #666;
	width: 640px;
	margin-left: 50px;
	}

#role table th,
#role table td {
	padding: 4px 12px;
	border: 1px solid #583e31;
	}

#role table th{
 width:140px;
}

#role #mer{
  background:#ffecec;
}

#role #dme{
  background:#dadeff;
}


#role #knowledge ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 0 4px no-repeat;
	padding-left: 20px;
	}

#role .point{
  color:#ff9933;
  font-weight: bold;
}


/*---------- 09  check -----------*/

#check #title01 {background:url(../images/check_h2-01.jpg) no-repeat;}
#check #title02 {background:url(../images/check_h3-02.jpg) no-repeat;}
#check #title03 {background:url(../images/check_h4-03.jpg) no-repeat;}


#check dt{
  color:#993300;
  font-weight: bold;
  font-size: 108%;
  border-bottom:dotted #993300 1px;
}


/*---------- 09  Start -----------*/

#start #title01 {background:url(../images/start_h2-01.jpg) no-repeat;}
#start #title02 {background:url(../images/start_h3-02.jpg) no-repeat;}
#start #title03 {background:url(../images/start_h4-03.jpg) no-repeat;}


/*---------- 09  flow -----------*/
#flow #title01 {background:url(../images/flow_h2-01.jpg) no-repeat;}
#flow #title02 {background:url(../images/flow_h3-02.jpg) no-repeat;}

#flow dt{
  color:#993300;
  font-weight: bold;
  font-size: 108%;
  border-bottom:dotted #993300 1px;
  margin:10px 0 5px 0;
}

/*---------- 09  child_faq -----------*/
#child_faq #title01 {background:url(../images/child_faq_h2-01.jpg) no-repeat;}
#child_faq #title02 {background:url(../images/child_faq_h3-02.jpg) no-repeat;}

#child_faq .answer{
   border:1px solid #dddddd;
   margin:10px;
   padding:5px;
   background: #fdf7f4;
}

#child_faq dt{
 height:35px;
 text-indent:-9999px;
}



#child_faq #q01 {background:url(../images/child_faq-01.jpg) no-repeat;}
#child_faq #q02 {background:url(../images/child_faq-02.jpg) no-repeat;}
#child_faq #q03 {background:url(../images/child_faq-03.jpg) no-repeat;}
#child_faq #q04 {background:url(../images/child_faq-04.jpg) no-repeat;}
#child_faq #q05 {background:url(../images/child_faq-05.jpg) no-repeat;}
#child_faq #q06 {background:url(../images/child_faq-06.jpg) no-repeat;}



#child_faq dl{
margin:0;
padding:0;

}

/*---------- 09  child_case -----------*/
#child_case #title01 {background:url(../images/child_case_h2-01.jpg) no-repeat;}
#child_case #title02 {background:url(../images/child_case_h3-02.jpg) no-repeat;}
#child_case #title03 {background:url(../images/child_case_h3-03.jpg) no-repeat;}
#child_case #title04 {background:url(../images/child_case_h4-04.jpg) no-repeat;}
#child_case #title05 {background:url(../images/child_case_h4-05.jpg) no-repeat;}


#child_case table {
	border-collapse:collapse;
	border: 1px solid #583e31;
	font-size: 100%;
	color: #666;
	width: 660px;
	}

#child_case table th,
#child_case table td {
	padding: 4px 12px;
	border: 1px solid #583e31;
	}

#child_case table th{
 width:140px;
  text-align:left;
}

#child_case table td{
  text-align:right;
}

#child_case caption{
  color:#993300;
  font-weight: bold;
  font-size: 108%;
  text-align:left;

}

/*---------- 09  adult -----------*/
#adult #title01 {background:url(../images/adult_h2-01.jpg) no-repeat;}
#adult #title02 {background:url(../images/adult_h3-02.jpg) no-repeat;}
#adult #title03 {background:url(../images/adult_h4-03.jpg) no-repeat;}

#adult dt{
  color:#00236a;
  font-weight: bold;
  font-size: 108%;
  border-bottom:dotted #003399 1px;
  margin:10px 0 5px 0;
width:640px;
}

#adult dl{
margin:0;
padding:0;
}

#adult .box{

height:210px;
}


/*---------- 09  kind -----------*/
#kind #title01 {background:url(../images/kind_h2-01.jpg) no-repeat;}
#kind #title02 {background:url(../images/kind_h3-02.jpg) no-repeat;}

#kind #title04 {background:url(../images/kind_h3-04.jpg) no-repeat;}
#kind #title05 {background:url(../images/kind_h3-05.jpg) no-repeat;}
#kind #title06 {background:url(../images/kind_h3-06.jpg) no-repeat;}
#kind #title07 {background:url(../images/kind_h3-07.jpg) no-repeat;}


#kind table {
	border-collapse:collapse;
	border: 1px solid #583e31;
	font-size: 100%;
	color: #666;
	width: 650px;
	}

#kind table th,
#kind table td {
	padding: 4px 12px;
	border: 1px solid #583e31;
	}

#kind table th{
 width:180px;
  text-align:left;
}



/*---------- 09  young -----------*/
#young #title01 {background:url(../images/young_h2-01.jpg) no-repeat;}
#young #title02 {background:url(../images/young_h3-02.jpg) no-repeat;}
#young #title03 {background:url(../images/young_h3-03.jpg) no-repeat;}
#young #title04 {background:url(../images/young_h3-04.jpg) no-repeat;}
#young #title05 {background:url(../images/young_h3-05.jpg) no-repeat;}
#young #title06 {background:url(../images/young_h3-06.jpg) no-repeat;}
#young #title07 {background:url(../images/young_h3-07.jpg) no-repeat;}

#young .box{
height:160px;
}


/*---------- 09  old -----------*/
#old #title01 {background:url(../images/old_h2-01.jpg) no-repeat;}
#old #title02 {background:url(../images/old_h3-02.jpg) no-repeat;}
#old #title03 {background:url(../images/old_h3-03.jpg) no-repeat;}



#old .box{
height:155px;
}






/*---------- 09  old -----------*/
#adult_faq #title01 {background:url(../images/adult_faq_h2-01.jpg) no-repeat;}
#adult_faq #title02 {background:url(../images/adult_faq_h3-02.jpg) no-repeat;}

#adult_faq .answer{
   border:1px solid #dddddd;
   margin:10px;
   padding:5px;
   background: #fdf7f4;
}


#adult_faq #q01 {background:url(../images/adult_faq01.jpg) no-repeat;}
#adult_faq #q02 {background:url(../images/adult_faq02.jpg) no-repeat;}
#adult_faq #q03 {background:url(../images/adult_faq03.jpg) no-repeat;}
#adult_faq #q04 {background:url(../images/adult_faq04.jpg) no-repeat;}
#adult_faq #q05 {background:url(../images/adult_faq05.jpg) no-repeat;}
#adult_faq #q06 {background:url(../images/adult_faq06.jpg) no-repeat;}
#adult_faq #q07 {background:url(../images/adult_faq07.jpg) no-repeat;}
#adult_faq #q08 {background:url(../images/adult_faq08.jpg) no-repeat;}
#adult_faq #q09 {background:url(../images/adult_faq09.jpg) no-repeat;}
#adult_faq #q10 {background:url(../images/adult_faq10.jpg) no-repeat;}

#adult_faq dt{
 height:35px;
 text-indent:-9999px;
}

#adult_faq dl{
 margin:0;
 padding:0;
}

/*---------- 09  old -----------*/
#adult_case #title01 {background:url(../images/adult_case_h2-01.jpg) no-repeat;}
#adult_case #title02 {background:url(../images/adult_case_h3-02.jpg) no-repeat;}
#adult_case #title03 {background:url(../images/adult_case_h3-03.jpg) no-repeat;}
#adult_case #title04 {background:url(../images/adult_case_h4-04.jpg) no-repeat;}
#adult_case #title05 {background:url(../images/adult_case_h4-05.jpg) no-repeat;}



#adult_case table {
	border-collapse:collapse;
	border: 1px solid #583e31;
	font-size: 100%;
	color: #666;
	width: 100%;
	}

#adult_case table th,
#adult_case table td {
	padding: 4px 12px;
	border: 1px solid #583e31;
	}

#adult_case table th{
 width:140px;
  text-align:left;
}

#adult_case table td{
  text-align:right;
}



#adult_case table.adt01 {
	width: 650px;
}


#adult_case caption{
  color:#993300;
  font-weight: bold;
  font-size: 108%;
  text-align:left;

}


/*---------- 09 aspect -----------*/



#aspect h2#title01{background:url(../images/aspect_h2-01.jpg) 0 0 no-repeat; height:35px; margin:0;}
#aspect h3#title02{background:url(../images/aspect_h3-02.jpg) 0 0 no-repeat; height:30px; }
#aspect h3#title03{background:url(../images/aspect_h3-03.jpg) 0 0 no-repeat; height:30px; }

#aspect h2{
text-indent:-9999px;
}

/*---------- 09 aspect -----------*/

#contact h2#title01{background:url(../images/contact_h2-01.jpg) 0 0 no-repeat; height:35px; margin:0;}

#contact h2{
text-indent:-9999px;
}



