@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) bottom repeat-y;
	margin: 10px auto 0 auto;
	padding: 0;
	text-align: center;
	}
*:first-child+html #wrapper {
	background: url(../images/wrapper_bg.jpg) bottom repeat-y;
	margin: 10px auto 10px auto;
	padding: 0;
	text-align: center;
	}

#main {
	margin:15px auto;
	background: url(../images/main_bg.jpg) center repeat-y;
	width: 900px;
	text-align: left;
	}

#index #content {
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 10px 0 1em 0;
	margin:0 20px;
	}
#content {
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 0 0 2em 0;
	margin:0 10px;
	background: url(../images/content_bg.jpg) center bottom no-repeat;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 114px;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	position:relative;
	}
#header .header_nav{
	width:150px;
	height:20px;
	position:absolute;
	text-align:right;
	top:40px;
	right:20px;
}
#header .header_nav a{
	color:#666666;
	text-decoration:none;
}
#header .header_nav a:hover{
	text-decoration:underline;
}

h1 {
	text-indent: -9999px;
	width: 380px;
	height: 47px;
	line-height: 1.0;
	float: left;
	margin: 10px;
	}
h1 a {
	display: block;
	width: 380px;
	height: 47px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 900px;
	height: 45px;
	margin: 0;
	padding: 0;
	}
	
#nav ul {
	margin: 0 5px;
	padding: 0;
	list-style: none;
	width: 890px;
	}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 45px;
	text-indent: -9999px;
	width:110px;
	float: left;
	}
#nav .internal #nav01 ,
#nav .internal #nav06 ,
#nav .internal #nav01 a ,
#nav .internal #nav06 a {width:115px;}

#nav .internal #nav03 ,
#nav .internal #nav04 ,
#nav .internal #nav03 a ,
#nav .internal #nav04 a {width:220px;}

#nav .internal li a {
	display: block;
	height: 45px;
	width:110px;
	}
	
#nav01 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav.jpg) -115px 0 no-repeat; }
#nav03 a { background: url(../images/nav.jpg) -225px 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) -445px 0 no-repeat; }
#nav05 a { background: url(../images/nav.jpg) -665px 0 no-repeat; }
#nav06 a { background: url(../images/nav.jpg) -775px 0 no-repeat; }

#nav01 a:hover { background: url(../images/nav.jpg) 0 -45px no-repeat; }
#nav02 a:hover { background: url(../images/nav.jpg) -115px -45px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -225px -45px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -445px -45px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -665px -45px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -775px -45px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0px 0 100px 0;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) top repeat-x;
	font-size: 85%;
	text-align: center;
	color: #3F3F3F;
	position:relative;
	}
#index #footer{padding: 0 0 0 0;}

*: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: #3F3F3F;
	}
#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 { padding: 10px; clear:both; position:absolute; top:170px; left:0; width:100%; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 25px 1em 25px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
	height: 120px;
	text-indent: -9999px;
	margin: 0;
	}
#content h3 {
	clear: both;
	height: 50px;
	text-indent: -9999px;
	}
#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.jpg) 0 7px 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: 0 16px 8px 0;
	}

.image_r {
	float: right;
	margin: 0 0 8px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	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: 24px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 24px;
	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 */




input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

.box_h4{border: solid 1px #C4C4C4; padding:15px; margin:20px 50px;}



/*---------- 07  Index -----------*/
#index h2#title01 {background:url(../images/index_h2-01.jpg) 0 bottom no-repeat; height:20px;}

#index #main {
	margin: 0 auto;
	background:none;
	}

#index .section_l{
	float:left;
	width:305px;
	background:url(../images/index_bg.jpg) center bottom no-repeat;
	padding:0 0 10px 0;
	}
#index .image_box{
	width:520px;
	height:205px;
	margin-top:10px;
	float:right;
	background:url(../images/index02.jpg) center top no-repeat;
	padding:10px 0 0 15px;
	line-height:22px;
}
#index .new{
	width:520px;
	height:120px;
	margin-top:10px;
	float:right;
	background:none;
	padding:0 0 0 5px;
}
#index .new p{
	margin:0;
}
#index .new dl{
	width:490px;
	height:65px;
	overflow:auto;
}
#index .new dl dt{
	width:80px;
	float:left;
}
#index .new dl dd{
	padding-left:80px;
}

#index .image_r{margin-top:10px;}
#index .image_l{margin:5px 10px 10px 0;}
#index .section_l .box{padding:0 15px;}

#index .section_l ul,
#index .section_l li{
	list-style:none;
	padding:0;
	margin:0 10px;
	width:265px;
	}
#index .section_l li a{
	display:block;
	width:265px;
	height:40px;
	text-indent:-9999px;
	}
#index #click01 a {background:url(../images/index_nav.jpg) 0 0 no-repeat;}
#index #click02 a {background:url(../images/index_nav.jpg) 0 -30px no-repeat;}
#index #click03 a {background:url(../images/index_pdf.jpg) repeat;}

#index #click01 a:hover {background:url(../images/index_nav.jpg) -265px 0 no-repeat;}
#index #click02 a:hover {background:url(../images/index_nav.jpg) -265px -30px no-repeat;}
#index #click03 a:hover { background-position:0 100%;}

#index #pickup {
	margin:0px auto 0 auto ;
	width:880px;
	}
#index #pickup a {
	display:block;
	height:154px;
	text-indent:-9999px;
	float:left;
	padding:0;
	margin:10px 10px 10px 0;
	}
	
#index #pickup01 a { background:url(../images/index_pickup.jpg) 0 0 no-repeat; width:302px; }
#index #pickup02 a { background:url(../images/index_pickup.jpg) -302px 0 no-repeat; width:274px; }
#index #pickup03 a { background:url(../images/index_pickup.jpg) -576px 0 no-repeat; width:274px; }

#index #pickup01 a:hover { background:url(../images/index_pickup.jpg) 0 -154px no-repeat; }
#index #pickup02 a:hover { background:url(../images/index_pickup.jpg) -302px -154px no-repeat; }
#index #pickup03 a:hover { background:url(../images/index_pickup.jpg) -576px -154px no-repeat; }

#index .ban_pdf{
	margin-left:20px;
	font-size:70%;
}
/*---------- 08  about -----------*/
#about h2#title01 {background:url(../images/about_h2-01.jpg) center top no-repeat;}
#about h3#title02 {background:url(../images/about_h3-02.jpg) 0 0 no-repeat;}

#about .box{
	background:url(../images/about01.jpg) right top no-repeat;
	padding:0 400px 200px 0;
	}
#about .image_r{padding-top:30px;}
#about .unei{
	padding:70px 0 0 0;
}

/*---------- 09  regulation -----------*/
#regulation h2#title01 {background:url(../images/regulation_h2-01.jpg) center top no-repeat;}
#regulation h3#title02 {background:url(../images/regulation_h3-02.jpg) 0 0 no-repeat;}
#regulation h3#title03 {background:url(../images/regulation_h3-03.jpg) 0 0 no-repeat;}
#regulation h4#title04 {background:url(../images/regulation_h4-04.jpg) 0 0 no-repeat;}
#regulation h4#title05 {background:url(../images/regulation_h4-05.jpg) 0 0 no-repeat;}
#regulation h4#title06 {background:url(../images/regulation_h4-06.jpg) 0 0 no-repeat;}
#regulation h3#title07 {background:url(../images/regulation_h3-07.jpg) 0 0 no-repeat;}
#regulation h4#title08 {background:url(../images/regulation_h4-08.jpg) 0 0 no-repeat;}
#regulation h4#title09 {background:url(../images/regulation_h4-09.jpg) 0 0 no-repeat;}
#regulation h4#title10 {background:url(../images/regulation_h4-10.jpg) 0 0 no-repeat;}
#regulation h4#title11 {background:url(../images/regulation_h4-11.jpg) 0 0 no-repeat;}
#regulation h3#title12 {background:url(../images/regulation_h3-12.jpg) 0 0 no-repeat;}
#regulation h4#title13 {background:url(../images/regulation_h4-13.jpg) 0 0 no-repeat;}
#regulation h4#title14 {background:url(../images/regulation_h4-14.jpg) 0 0 no-repeat;}
#regulation h4#title15 {background:url(../images/regulation_h4-15.jpg) 0 0 no-repeat;}
#regulation h4#title16 {background:url(../images/regulation_h4-16.jpg) 0 0 no-repeat;}
#regulation h3#title17 {background:url(../images/regulation_h3-17.jpg) 0 0 no-repeat;}
#regulation h4#title18 {background:url(../images/regulation_h4-18.jpg) 0 0 no-repeat;}
#regulation h4#title19 {background:url(../images/regulation_h4-19.jpg) 0 0 no-repeat;}
#regulation h4#title20 {background:url(../images/regulation_h4-20.jpg) 0 0 no-repeat;}
#regulation h4#title21 {background:url(../images/regulation_h4-21.jpg) 0 0 no-repeat;}
#regulation h4#title22 {background:url(../images/regulation_h4-22.jpg) 0 0 no-repeat;}
#regulation h4#title23 {background:url(../images/regulation_h4-23.jpg) 0 0 no-repeat;}
#regulation h4#title24 {background:url(../images/regulation_h4-24.jpg) 0 0 no-repeat;}
#regulation h4#title25 {background:url(../images/regulation_h4-25.jpg) 0 0 no-repeat;}
#regulation h3#title26 {background:url(../images/regulation_h3-26.jpg) 0 0 no-repeat;}
#regulation h4#title27 {background:url(../images/regulation_h4-27.jpg) 0 0 no-repeat;}
#regulation h4#title28 {background:url(../images/regulation_h4-28.jpg) 0 0 no-repeat;}
#regulation h4#title29 {background:url(../images/regulation_h4-29.jpg) 0 0 no-repeat;}
#regulation h3#title30 {background:url(../images/regulation_h3-30.jpg) 0 0 no-repeat;}

#regulation .box_h4 dl{
	margin:10px;
	}
#regulation .box_h4 dt{
	float:left;
	width:8em;
	font-weight:normal;
	}
#regulation .box_h4 dd{padding-left:8.5em;}


/*---------- 10  instructor -----------*/
#instructor h2#title01 {background:url(../images/instructor_h2-01.jpg) center top no-repeat;}
#instructor h3#title02 {background:url(../images/instructor_h3-02.jpg) 0 0 no-repeat;}
#instructor h4#title01 {background:url(../images/report_h4-08.jpg) 0 0 no-repeat;}
#instructor h4#title02 {background:url(../images/report_h4-07.jpg) 0 0 no-repeat;}
#instructor h4#title03 {background:url(../images/report_h4-06.jpg) 0 0 no-repeat;}
#instructor h4#title04 {background:url(../images/report_h4-09.jpg) 0 0 no-repeat;}
#instructor h4#title10 {background:url(../images/report_h4-10.jpg) 0 0 no-repeat;}

#instructor h4#title32 {background:url(../images/regulation_h4-32.jpg) 0 0 no-repeat;}



#instructor .report{
	color: #028eaf;
	outline: none;
	text-decoration:underline;
	}
#instructor .report:hover { color: #de91a2; }
/*---------- 11  report -----------*/
#report h2#title01 {background:url(../images/report_h2-01.jpg) center top no-repeat;}
#report h3#title02 {background:url(../images/report_h3-02.jpg) 0 0 no-repeat;}
#report h3#title02 {background:url(../images/report_h3-03.jpg) 0 0 no-repeat;}
#report h4#title04 {background:url(../images/report_h4-04.jpg) 0 0 no-repeat;}
#report h4#title05 {background:url(../images/report_h4-05.jpg) 0 0 no-repeat; margin-top:30px;}


#report h4#title05a {background:url(../images/report_h4-10.jpg) 0 0 no-repeat; margin-top:30px;}
#report h4#title02a {background:url(../images/report_h4-07.jpg) 0 0 no-repeat; margin-top:30px;}



#report #bn_report a{
	width:300px;
	height:50px;
	margin: 10px auto 20px 280px;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background:url(../images/bn_report.jpg);
}
#report #bn_report a:hover{
	background-position:0 100%;
}
#report .report{
	color: #028eaf;
	outline: none;
	text-decoration:underline;
	}
#report .report:hover { color: #de91a2; }

/*---------- 12  case -----------*/
#case h2#title01 {background:url(../images/case_h2-01.jpg) center top no-repeat;}
#case h3#title02 {background:url(../images/case_h3-02.jpg) 0 0 no-repeat;}

#case #bn_case01,
#case #bn_case02,
#case #bn_case03,
#case #bn_case04 {
  width: 700px;
	height: 70px;
	margin: 0 70px 10px 70px;
	padding: 0;
	}
	
#case #bn_case01 a,
#case #bn_case02 a,
#case #bn_case03 a,
#case #bn_case04 a {
	height: 70px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	}

#case #bn_case01 a { background:url(../images/bn_case01.jpg) 0 0 no-repeat; }
#case #bn_case02 a { background:url(../images/bn_case02.jpg) 0 0 no-repeat; } 
#case #bn_case03 a { background:url(../images/bn_case03.jpg) 0 0 no-repeat; } 
#case #bn_case04 a { background:url(../images/bn_case04.jpg) 0 0 no-repeat; } 

#case #bn_case01 a:hover { background:url(../images/bn_case01.jpg) 0 -70px no-repeat; }
#case #bn_case02 a:hover { background:url(../images/bn_case02.jpg) 0 -70px no-repeat; } 
#case #bn_case03 a:hover { background:url(../images/bn_case03.jpg) 0 -70px no-repeat; } 
#case #bn_case04 a:hover { background:url(../images/bn_case04.jpg) 0 -70px no-repeat; } 

#case #bn_login a{
	width:300px;
	height:50px;
	margin: 10px auto 0 280px;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background:url(../images/bn_login.jpg);
}
#case #bn_login a:hover{
	background-position:0 100%;
}

/*---------- 13  search -----------*/
#search h2#title01 {background:url(../images/search_h2-01.jpg) center top no-repeat;}

#search .title{
	color:#cc3433;
	font-weight:bold;
	font-size:18px;
}
#search hr{
	color:#CCCCCC;
	margin:20px 0;
}
#search  dl {
	overflow: hidden;
	height: 100%;
	margin: 0 10px 5px 10px;
}
#search  dl dt {
	float: left;
	font-size: 83%;
	font-weight: bold;
	width:100px;
}
#search  dl dd {
	width: 500px;
	margin-left: 130px;
}
#search .title_l{
	color:#cc3433;
	font-weight:bold;
	font-size:18px;
	height:30px;
	float:left;
}
#search .title_r{
	height:30px;
	margin:5px 400px 0 0;
	float:right;
}
*html #search .title_r{
	margin:5px 200px 0 0;
}

.hide_dr,
.hide_dr02,
.hide_dr03,
.hide_dr04,
.hide_dr05,
.hide_dr06,
.hide_dr07,
.hide_dr08,
.hide_dr09,
.hide_dr10,
.hide_dr11,
.hide_dr12,
.hide_dr13,
.hide_dr14,
.hide_dr15,
.hide_dr16,
.hide_dr17,
.hide_dr18 { display: none }

.right{
	text-align:right;
}
.pdf{
	float:right;
	background:url(../images/pdf_small.gif) left 2px no-repeat;
	padding:0 0 0 25px;
}

#search #bn_back a{
	width:300px;
	height:40px;
	margin: 10px auto 0 280px;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background:url(../images/bn_back.jpg);
}
#search #bn_back a:hover{
	background-position:0 100%;
}

/*---------- 14  case0901 -----------*/
#case0901 h2#title01 {background:url(../images/case0901_h2-01.jpg) center top no-repeat;}
#case0901 h3#title02 {background:url(../images/case0901_h3-02.jpg) center top no-repeat;}



/*---------- 15  case0902 -----------*/
#case0902 h2#title01 {background:url(../images/case0902_h2-01.jpg) center top no-repeat;}
#case0902 h3#title02 {background:url(../images/case0902_h3-02.jpg) center top no-repeat;}

/*---------- 16  case0903 -----------*/
#case0903 h2#title01 {background:url(../images/case0903_h2-01.jpg) center top no-repeat;}
#case0903 h3#title02 {background:url(../images/case0903_h3-02.jpg) center top no-repeat;}

/*---------- 17  case0904 -----------*/
#case0904 h2#title01 {background:url(../images/case0904_h2-01.jpg) center top no-repeat;}
#case0904 h3#title02 {background:url(../images/case0904_h3-02.jpg) center top no-repeat;}

/*---------- 18  case common -----------*/

.caseinfo table {
	border-collapse:collapse;
	border: 1px solid #cccccc;
	font-size: 100%;
	color: #666;
	width: 80%;
	margin: 10px auto;
	}

.caseinfo table th,
.caseinfo table td {
	padding: 4px 6px;
	border: 1px solid #cccccc;
	}

.caseinfo table th {
	color: #636570;
	font-size: 14px;
	}

h2#case_h2 {background:url(../images/case_common_h2-01.jpg) center top no-repeat;}
h3#case_h3 {background:url(../images/case_common_h3-02.jpg) 0 0 no-repeat;}



#caselist{
width:660px;
margin-left:100px;
}

.caseimg{
width:200px;
float:left;
margin-right:20px;
}

.case_come table {
	border-collapse:collapse;
	border: 1px solid #cccccc;
	font-size: 100%;
	color: #666;
	width: 100%;
	margin: 5px auto 20px;
	}

.case_come table th,
.case_come table td {
	padding: 4px 6px;
	border: 1px solid #cccccc;
	}

.off {
	display: none;
}

.over {
	overflow: hidden;
	zoom: 1;
}

.fl { float: left;}
.fr { float: left; margin-left: 30px; display: inline;}

.g_box{
	background:#efefef;
	border:#ccc 1px solid;
	padding:10px;
}
