@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-color:#99CC66; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) center repeat-y;
	width: 820px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}

#index #main {
	margin: 0 auto;
	background: url(../images/main_bg.jpg) top repeat-x;
	width: 800px;
	}


#main {
	margin: 0 auto;
	background: url(../images/main_bg02.jpg) top repeat-x;
	width: 800px;
	text-align: left;
	}

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 2em 0 1em 0;
	}
	

#index #content {
	width: 800px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 1em 0;
	text-align:left;
	}


/*---------- 03  Header -----------*/

#header {
	background: #99CC66 url(../images/header_bg.jpg) 0 20px no-repeat;
	height: 120px;
	width: 820px;
	margin: 0;
	padding: 0;
	text-align:left;
	}
	
#header #h_box {
	height: 20px;
}
#header h1 {
	padding: 5px 0 0 5px;
	font-size:93%;
	color:#39532E;
}

#header p#logo {
	width: 330px;
	height: 65px;
	line-height: 1.0;
	float: left;
	margin: 25px 0 0 25px;
	}
*html #header p#logo {margin:25px 0 0 13px;}
#header p#logo a {
	display: block;
	width: 330px;
	height: 65px;
	}

#header .info {
	width: 370px;
	float: right;
	margin: 20px 20px 0 0;
	padding: 0;
	}
*html #header .info {
	margin: 20px 10px 0 0;
	padding: 0;
	}
	
#header .info_l {
	background:url(../images/header_bg02.jpg) 0 0 no-repeat; 
    width:180px;
	height:70px;
	margin:0;
	color:#FFFFFF;
	font-size:85%;
	float:left;
}
#header .info_r {
	background:url(../images/header_bg02.jpg) 0 0 no-repeat; 
    width:180px;
	height:70px;
	padding:0;
	margin:0;
	color:#FFFFFF;
	float:right;
	font-size:85%;
}
				
#header .info_l p,
#header .info_r p{ padding:5px 5px 0 20px;}

#header .info_l strong,
#header .info_r strong{ color:#56552C;}

#index #header_img {
	background:url(../images/header_main01.jpg) 0 0 no-repeat;
	width:820px;
	height:270px;
	padding:0;
	margin:0 auto;
}
#index #header_img #pickup{width:500px; float:left; padding:0;}
#index #header_img #pickup_l{width:220px; float:left; margin:20px 0 0 30px; padding:0;}
#index #header_img #pickup_r{width:220px; float:left; margin:30px 0 0 10px; padding:0;}

*html #index #header_img #pickup_l{width:220px; float:left; margin:20px 0 0 15px; padding:0;}
*html #index #header_img #pickup_r{width:220px; float:left; margin:30px 0 0 10px; padding:0;}


#index #pickup_l a,
#index #pickup_r a { display:block; width:220px; height:80px; margin-bottom:20px;}

#header_img {
	width:800px;
	height:120px;
	padding:0;
	margin:0 auto;
}

/*----------04  Navigation -----------*/

#index #nav_01 {
	width: 182px;
	float: right;
	margin: 10px 20px 0 0;
	}
*html #index #nav_01 {
	margin: 10px 10px 0 0;
	}

#nav_01 {
	width: 182px;
	float: left;
	margin: 5px 5px 20px 5px;
	text-align: center;
	}

#nav_01 ul,
#nav_01 li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
*html #nav_01 .internal ul {
	height:226px;
}

*html #nav_01 .internal li {
	margin: 0 0 -3px 0;
}


#nav_01 .internal li {
	width: 182px;
	margin: 0;
	padding: 0;
	height:30px;
	}
#nav_01 .internal li.n_li02 {
	height:45px;
}

#nav_02 {
	width: 820px;
	height:30px;
	margin:0 auto;
	float:0;
	background:url(../images/nav02_bg.jpg) 0 0 no-repeat;
}
*html #nav_02{
	margin:-1px auto;
} 
#nav_02 .nav_img ul {margin:0;}
#nav_02 .nav_img li{
	margin-left:20px;
	float:left;
	list-style: none;
	border-bottom: solid 1px #5C7C48;
}
#nav_02 .nav_img li a{display: block; width:180px; height:29px;}

*html #nav_02 #nav08{ margin-left:10px;}

#nav08 a { background: url(../images/nav02.jpg) 0 0 no-repeat; }
#nav09 a { background: url(../images/nav02.jpg) -180px 0 no-repeat; }
#nav10 a { background: url(../images/nav02.jpg) -360px 0 no-repeat; }
#nav11 a { background: url(../images/nav02.jpg) -540px 0 no-repeat; }

#nav08 a:hover { background: url(../images/nav02.jpg) 0 -30px no-repeat; }
#nav09 a:hover { background: url(../images/nav02.jpg) -180px -30px no-repeat; }
#nav10 a:hover { background: url(../images/nav02.jpg) -360px -30px no-repeat; }
#nav11 a:hover { background: url(../images/nav02.jpg) -540px -30px no-repeat; }


#nav_01 h3#title00 {
	background:url(../images/index_h3-02.jpg) 0 0 no-repeat;
	height:30px;
	margin:10px 5px 0 5px;
	text-indent:-9999px;
}

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0 0 9px 0;
	margin: 0;
	background: url(../images/footer_bg.jpg) bottom no-repeat;
	font-size: 85%;
	text-align: left;
	color: #006633;
	width: 820px;
	margin: 0 auto;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer #link{margin:0 10px; padding:10px; background-color:#E6E6CF; border-top: solid 1px #5C7C48;}

#footer a {
	text-decoration: none;
	color: #5C7C48;
	}
#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: 10px 1em 0 1em; }


/*---------- 06  Contents -----------*/

.section { padding: 1em 20px; }
.section .section { padding: .5em 10px; }



p.center { text-align: center; }

#content h2 {
	height: 46px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 30px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 20px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	color:#666633;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 0 6px 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: #2E492E;
	outline: none;
	}
a:hover { color: #2E492E; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 10px 16px 0;
	}

.image_r {
	float: right;
	margin: 0 0 16px 10px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow01.jpg) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	}


#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 strong{ color:#3C873C;}
.box_r01{ width:370px; float:right; margin-bottom:10px;}
.box_r02{ width:340px; float:right; margin-bottom:10px;}

/*---------- 07  Index -----------*/
#index h2#title01{background:url(../images/index_h2-01.jpg) 0 0 no-repeat; width:350px; height:30px; margin:0;}
#index h3#title02{background:url(../images/index_h3-02.jpg) 0 0 no-repeat; height:30px; margin:0;}

#index .text{width:350px; float:left; margin:0; padding:0; margin:0;}
#index .text p{padding: 0 10px;}
#index .image_l {margin-left:10px;}


/*---------- 08  implant -----------*/
#implant h2#title01{background:url(../images/implant_h2-01.jpg) 0 0 no-repeat; }
#implant h3#title02{background:url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant h4#title03{background:url(../images/implant_h4-03.jpg) 0 0 no-repeat; }

/*---------- 09  flow -----------*/
#flow h2#title01{background:url(../images/flow_h2-01.jpg) 0 0 no-repeat; }
#flow h3#title02{background:url(../images/flow_h3-02.jpg) 0 0 no-repeat; }
#flow h4#title03{background:url(../images/flow_h4-03.jpg) 0 0 no-repeat; }
#flow h4#title04{background:url(../images/flow_h4-04.jpg) 0 0 no-repeat; }
#flow h4#title05{background:url(../images/flow_h4-05.jpg) 0 0 no-repeat; }
#flow h4#title06{background:url(../images/flow_h4-06.jpg) 0 0 no-repeat; }
#flow h4#title07{background:url(../images/flow_h4-07.jpg) 0 0 no-repeat; }
#flow h4#title08{background:url(../images/flow_h4-08.jpg) 0 0 no-repeat; }
#flow h4#title09{background:url(../images/flow_h4-09.jpg) 0 0 no-repeat; }
#flow h3#title10{background:url(../images/flow_h3-10.jpg) 0 0 no-repeat; }
#flow h4#title11{background:url(../images/flow_h4-11.jpg) 0 0 no-repeat; }
#flow h4#title12{background:url(../images/flow_h4-12.jpg) 0 0 no-repeat; }
#flow h4#title13{background:url(../images/flow_h4-13.jpg) 0 0 no-repeat; }
#flow h4#title14{background:url(../images/flow_h4-14.jpg) 0 0 no-repeat; }
#flow h4#title15{background:url(../images/flow_h4-15.jpg) 0 0 no-repeat; }
#flow h4#title16{background:url(../images/flow_h4-16.jpg) 0 0 no-repeat; }

#flow .step{background:url(../images/arrow02.jpg) center bottom no-repeat; padding: .5em 10px 35px 10px;} 
#flow .step p{padding:10px; border: solid 1px #99CC66;}
#flow p.step_text{padding:10px; border: solid 1px #99CC66;}



/*---------- 10  difference -----------*/
#difference h2#title01{background:url(../images/difference_h2-01.jpg) 0 0 no-repeat; }
#difference h3#title02{background:url(../images/difference_h3-02.jpg) 0 0 no-repeat; }
#difference h3#title03{background:url(../images/difference_h3-03.jpg) 0 0 no-repeat; }
#difference h4#title04{background:url(../images/difference_h4-04.jpg) 0 0 no-repeat; }
#difference h4#title05{background:url(../images/difference_h4-05.jpg) 0 0 no-repeat; }
#difference h4#title06{background:url(../images/difference_h4-06.jpg) 0 0 no-repeat; }

#difference #content ul{margin:0 5px;}


/*---------- 11  point -----------*/
#point h2#title01{background:url(../images/point_h2-01.jpg) 0 0 no-repeat; }
#point h3#title02{background:url(../images/point_h3-02.jpg) 0 0 no-repeat; }
#point h4#title03{background:url(../images/point_h4-03.jpg) 0 0 no-repeat; }


/*---------- 12  price -----------*/
#price h2#title01{background:url(../images/price_h2-01.jpg) 0 0 no-repeat; }
#price h3#title02{background:url(../images/price_h3-02.jpg) 0 0 no-repeat; }
#price h3#title03{background:url(../images/price_h3-03.jpg) 0 0 no-repeat; }
#price h4#title04{background:url(../images/price_h4-04.jpg) 0 0 no-repeat; }

#price table {
	text-align: left;	
	background-color:#99CC66;
	border:none;
	font-size:12px;
	color: #666;
	border-collapse:collapse;
	margin: 0 10px;
}
#price table th {
	text-align: left;	
	color:#2E492E;
	width: 380px;
}

#price td {
	background-color:#FFFFFF;
	width: 150px;
	text-align:right;
}
#price td,
#price th,{
	border: 1px solid #38542C;
}


/*---------- 13  faq -----------*/
#faq h2#title01{background:url(../images/faq_h2-01.jpg) 0 0 no-repeat; }
#faq h3#title02{background:url(../images/faq_h3-02.jpg) 0 0 no-repeat; }

#faq .box_q{
	background:url(../images/faq_q.jpg) left 0 no-repeat;
	padding:3px 0 0 40px;
	height:45px;
	vertical-align: middle;
	color:#38542C;
	font-weight:bold;
}
#faq .box_a{
	background:url(../images/faq_a.jpg) 5px 5px no-repeat;
	padding:5px 5px 5px 50px; border: solid 1px #99CC66;
}


/*---------- 14  case -----------*/
#case h2#title01{background:url(../images/case_h2-01.jpg) 0 0 no-repeat; }


/*---------- 15  clinic -----------*/
#clinic h2#title01{background:url(../images/clinic_h2-01.jpg) 0 0 no-repeat; }
#clinic h3#title02{background:url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic h4#title03{background:url(../images/clinic_h4-03.jpg) 0 0 no-repeat; }
#clinic h4#title04{background:url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }
#clinic h3#title05{background:url(../images/clinic_h3-05.jpg) 0 0 no-repeat; }
#clinic h4#title06{background:url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic h4#title07{background:url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }

#clinic #content  dl{margin:0 5px;}
#clinic #content dl dt{width:60px; float:left; font-weight:normal;}
#clinic #content dl dd{overflow:hidden;}

#clinic #content .box_r02 p{margin:0 5px;}


/*---------- 16  study -----------*/
#study h2#title01{background:url(../images/study_h2-01.jpg) 0 0 no-repeat; }
#study h3#title02{background:url(../images/study_h3-02.jpg) 0 0 no-repeat; }
#study h4#title03{background:url(../images/study_h4-03.jpg) 0 0 no-repeat; }


/*---------- 17  movie -----------*/
#movie h2#title01{background:url(../images/movie_h2-01.jpg) 0 0 no-repeat; }
#movie h3#title02{background:url(../images/movie_h3-02.jpg) 0 0 no-repeat; }
#movie h3#title03{background:url(../images/movie_h3-03.jpg) 0 0 no-repeat; }
#movie h3#title04{background:url(../images/movie_h3-04.jpg) 0 0 no-repeat; }

#movie #fspace01,
#movie #fspace02,
#movie #fspace03 {
	margin-left: 60px;
}

/*---------- 18  sitemap -----------*/
#sitemap h2#title01{background:url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }

