@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_3.jpg) top repeat-x; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-left: 9px solid #EEEEEE;
	border-right: 9px solid #EEEEEE;
	}

#main {
	width: 950px;
	margin: 0;
	background: url(../images/main_bg.jpg) repeat-y;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	}

#content {
	width: 750px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 0 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 70px;
	width: 950px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	}

h1 {
	text-indent: -9999px;
	width: 670px;
	height: 50px;
	line-height: 1.0;
	margin:10px 30px;
	float: left;
	}
h1 a {
	display: block;
	width: 670px;
	height: 50px;
	}

#header .section {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header_img {
	width:950px;
	margin:0;
	padding:0;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	}

#header_nav {
	margin: 0;
	padding: 15px 10px 5px 10px;
	list-style: none;
	width: 180px;
	float:left;
	background:#EEE;
	}
*html #header_nav {
	padding: 15px 9px 5px 9px;
	}

#header_nav li {
	height: 80px;
	text-indent: -9999px;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	width: 180px;
	}

#header_nav li a {
	display: block;
	height: 80px;
	width: 180px;
	}

#nav01 a {background: url(../images/header_nav.jpg) 0 0 no-repeat;}
#nav02 a {background: url(../images/header_nav.jpg) 0 -80px no-repeat;}

#nav01 a:hover {background: url(../images/header_nav.jpg) -180px 0 no-repeat;}
#nav02 a:hover {background: url(../images/header_nav.jpg) -180px -80px no-repeat;}

#catch{
	width:750px;
	float:right;
	margin:0;
	padding:0;
	text-indent:-9999px;
	height:200px;
	}

/*----------04  Navigation -----------*/

#nav {
	width: 190px;
	float: left;
	padding: 10px 0 10px 10px ;
	background:#FFFFFF;
	}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li{list-style: none;}

#nav ul.green {
	border-top: solid 5px #00821F;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	margin:0 0 10px 0;
	padding:0 0 4px 0;
	width: 180px;
	}
		
#nav ul.green li a{
	background:url(../images/nav_green.jpg) 160px 9px no-repeat;
	margin:0 4px;
	padding:3px 5px 4px 5px;
	border-bottom: solid 1px #CCC;
	color:#333;
	display: block;
	}

#nav ul.orange {
	border-top: solid 5px #FF6600;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	margin:0 0 10px 0;
	padding:0 0 4px 0;
	width: 180px;
	}
		
#nav ul.orange li a{
	background:url(../images/nav_orange.jpg) 160px 9px no-repeat;
	margin:0 4px;
	padding:3px 5px 4px 5px;
	border-bottom: solid 1px #CCC;
	color:#333;
	display: block;
	}
		
#nav ul.orange li.text a{
	background:url(../images/nav_orange02.jpg) 15px 7px no-repeat;
	margin:0 4px;
	padding:3px 5px 4px 23px;
	color:#666;
	display: block;
	border-bottom: solid 1px #EEE;
	}

#nav ul.red {
	border-top: solid 5px #C6004C;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	margin:0 0 10px 0;
	padding:0 0 4px 0;
	width: 180px;
	}

#nav ul.red li a{
	background:url(../images/nav_red.jpg) 160px 9px no-repeat;
	margin:0 4px;
	padding:3px 5px 4px 5px;
	border-bottom: solid 1px #CCC;
	color:#333;
	display: block;
	}

#nav ul.red li.text a{
	background:url(../images/nav_red02.jpg) 15px 7px no-repeat;
	margin:0 4px;
	padding:3px 5px 4px 23px;
	color:#666;
	display: block;
	border-bottom: solid 1px #EEE;
	}

#nav ul.blue {
	border-top: solid 5px #000066;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	margin:0 0 10px 0;
	padding:0 0 4px 0;
	width: 180px;
	}

#nav ul.blue li a{
	background:url(../images/nav_blue.jpg) 160px 9px no-repeat;
	margin:0 4px;
	padding:3px 5px 4px 5px;
	border-bottom: solid 1px #CCC;
	color:#333;
	display: block;
	}

*html #nav ul.green li a{ height:20px;}
*html #nav ul.orange li a{ height:20px;}
*html #nav ul.red li a{ height:20px;}
*html #nav ul.blue li a{ height:20px;}

#nav ul.blue li.text a{
	background:url(../images/nav_blue02.jpg) 15px 7px no-repeat;
	margin:0 4px;
	padding:3px 5px 4px 23px;
	color:#666;
	display: block;
	border-bottom: solid 1px #EEE;
	}

#nav03 {
	background: url(../images/nav03.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	height:30px;
	border-left: none;
	border-right: none;
	}
#nav04 {
	background: url(../images/nav04.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	height:30px;
	border-left: none;
	border-right: none;
	}
#nav05 {
	background: url(../images/nav05.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	height:30px;
	border-left: none;
	border-right: none;
	}
#nav06 {
	background: url(../images/nav06.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	height:30px;
	border-left: none;
	border-right: none;
	}

#nav p { text-align: center; }

#content #nav_main {width:744px; height:23px; margin:10px 4px 10px 0;}
#content #nav_main ul {
	width:744px;
	height:23px;
	padding:0;
	margin:0;
	}

#content #nav_main li{
	float:left;
	width:93px;
	list-style:none;
	padding:0;
	margin:0;
	text-indent:-9999px;
	}

#content #nav_main li a{
	width:93px;
	height:23px;
	display:block;
	list-style:none;
	}
	
#content #nav07 a {background:url(../images/nav_main.jpg) 0 0 no-repeat;}
#content #nav08 a {background:url(../images/nav_main.jpg) -93px 0 no-repeat;}
#content #nav09 a {background:url(../images/nav_main.jpg) -186px 0 no-repeat;}
#content #nav10 a {background:url(../images/nav_main.jpg) -279px 0 no-repeat;}
#content #nav11 a {background:url(../images/nav_main.jpg) -371px 0 no-repeat;}
#content #nav12 a {background:url(../images/nav_main.jpg) -464px 0 no-repeat;}
#content #nav13 a {background:url(../images/nav_main.jpg) -557px 0 no-repeat;}
#content #nav14 a {background:url(../images/nav_main.jpg) -650px 0 no-repeat;}
	
#content #nav07 a:hover {background:url(../images/nav_main.jpg) 0 -23px no-repeat;}
#content #nav08 a:hover {background:url(../images/nav_main.jpg) -93px -23px no-repeat;}
#content #nav09 a:hover {background:url(../images/nav_main.jpg) -186px -23px no-repeat;}
#content #nav10 a:hover {background:url(../images/nav_main.jpg) -279px -23px no-repeat;}
#content #nav11 a:hover {background:url(../images/nav_main.jpg) -371px -23px no-repeat;}
#content #nav12 a:hover {background:url(../images/nav_main.jpg) -464px -23px no-repeat;}
#content #nav13 a:hover {background:url(../images/nav_main.jpg) -557px -23px no-repeat;}
#content #nav14 a:hover {background:url(../images/nav_main.jpg) -650px -23px no-repeat;}


/*---------- 05  Footer -----------*/

#footer {
	width: 950px;
	height:110px;
	clear: both;
	padding: 5px 0;
	margin: 0;
	background: #fff url(../images/footer_bg_3.jpg) bottom repeat-x;
	font-size: 85%;
	color: #006666;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	}
*: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: #004BFF;
	}
#footer a:hover { text-decoration: underline; }

#footer .section{
	float:right;
	width:600px;
	text-align: right;
	padding:10px 10px 10px 10px;
	}

#footer ul { 
	list-style: none;
	margin: 0 1em 2px 1em;
	padding: 0;
	clear: both;
	color: #004BFF;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #004BFF;
	}

#footer address { margin: 8px 1em; color:#004BFF; }
#footer .image_l {margin:20px 10px;}

/*---------- 06  Contents -----------*/
	
#content_l { width:550px; float:left; margin: 0; }
*html #content_l { width:540px; float:left; margin: 0; }


#pickup {width:190px; float:right;}
#pickup p{ margin:0; }

#pickup a{display:block;width:180px;}

#pickup .pickup01 a {
	background:url(../images/index_pickup.jpg) 0 0 no-repeat;
	height:80px;
	display:block;
	line-height:0;
	text-indent:-9999px;
	margin-bottom:10px;
	}
#pickup .pickup02 a {
	background:url(../images/index_pickup.jpg) 0 -80px no-repeat;
	height:81px;
	display:block;
	line-height:0;
	text-indent:-9999px;
	margin-bottom:10px;
	}
#pickup .pickup03 a {
	background:url(../images/index_pickup.jpg) 0 -161px no-repeat;
	height:80px;
	display:block;
	line-height:0;
	text-indent:-9999px;
	margin-bottom:10px;
	}
#pickup .pickup04 a {
	background:url(../images/index_pickup.jpg) 0 -241px no-repeat;
	height:96px;
	display:block;
	line-height:0;
	text-indent:-9999px;
	margin-bottom:10px;
	}

#pickup .pickup01 a:hover {background:url(../images/index_pickup.jpg) -180px 0 no-repeat;}
#pickup .pickup02 a:hover {background:url(../images/index_pickup.jpg) -180px -80px no-repeat;}
#pickup .pickup03 a:hover {background:url(../images/index_pickup.jpg) -180px -161px no-repeat;}
#pickup .pickup04 a:hover {background:url(../images/index_pickup.jpg) -180px -241px no-repeat;}

#pickup ul{
	margin:0;
	width:180px;
	background:#F8FFF9;
	}
#pickup ul li a{
	background:url(../images/index_pickup_li.jpg) 160px 8px no-repeat;
	padding:5px;
	
	}
#pickup li#n_title01 {
	background:url(../images/title01.jpg) 0 5px no-repeat #FFF;
	text-indent:-9999px;
	margin:0;
	padding:0;
	height:35px;
	display:block;
	}
.link li{
	display:block;
	}
#index #pickup li#n_title01 {
	background:url(../images/title01.jpg) 0 5px no-repeat #FFF;
	text-indent:-9999px;
	margin:0;
	padding:0;
	height:35px;
	display:block;
	}
#pickup #n_title02 {
	background:url(../images/title02.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	margin:0;
	padding:0;
	height:30px;
	display:block;
	}

#pickup .section{
	padding:0;
	margin:10px 0;
	background:#C0D1FC;
	border-bottom: 2px solid #3366ff;
	width:180px;
	}
#pickup .section p{padding:10px;}

.content_banner a {
	display: block;
	height: 80px;
	width: 180px;
	text-indent: -9999px;
	}

.content_banner .content_bn01 a {background: url(../images/header_nav.jpg) 0 0 no-repeat; float:left; }
.content_banner .content_bn02 a {background: url(../images/header_nav.jpg) 0 -80px no-repeat; float:right;}

.content_banner .content_bn01 a:hover {background: url(../images/header_nav.jpg) -180px 0 no-repeat;}
.content_banner .content_bn02 a:hover {background: url(../images/header_nav.jpg) -180px -80px no-repeat;}

	
.section { padding: .5em 5px 1em 5px; }
.section .section { padding: .5em 5px 1em 5px; }

.center { text-align: center; }

#content h2 {
	height: 50px;
	text-indent: -9999px;
	margin: 0;
	}
#content h3 {
	clear: both;
	height: 35px;
	text-indent: -9999px;
	}
#content h4 {
	height: 20px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	color:#006699;
	clear: right;
	}

#content_l ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 0 7px no-repeat;
	padding-left: 12px;
	}
#content_l ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }

a {
	color: #006699;
	outline: none;
	}
a:hover { color: #006699; }

#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: 1px solid #ccc;
	color:#006666;
	font-weight:bold;
	}


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 80px;
	height: 16px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 16px;
	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 #999;
	font-size: 100%;
	color: #666;
	margin-left: 10px;
	}

#content table th,
#content table td {
	padding: 4px 5px;
	border: 1px solid #999;
	}

.link_arrow a{background: url(../images/link_arrow.jpg) 0 0 no-repeat; padding-left:15px;}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

.box01{
	width:300px;
	float:right; 
	margin-bottom:15px;
	}
.box02{
	padding: 10px;
	border: solid 1px #CCC;
	margin-bottom:10px;
	}
.box03{
	padding: 10px;
	background:#EEE;
	}
.box04{
	padding: 10px;
	background:#DEFCF7;
	}
.box05{
	padding: 10px;
	background:#EBFCEE;
	}
.box06{
	padding: 10px;
	background:#EBF7FF;
	}

.click01 a{
	background:url(../images/click01.jpg) 0 0 no-repeat;
	width:300px; 
	height:40px;
	display:block;
	text-indent:-9999px;}
.click01 a:hover{background:url(../images/click01.jpg) 0 -40px no-repeat;}

.click02 a{
	background:url(../images/click02.jpg) 0 0 no-repeat;
	width:300px; 
	height:40px;
	display:block;
	text-indent:-9999px;}

.click02 a:hover{background:url(../images/click02.jpg) 0 -40px no-repeat;}

/*---------- 07  Index -----------*/
#index #catch {background:url(../images/index_catch.jpg) 0 0 no-repeat;}

#index h2#title01 {background:url(../images/index_h2-01.jpg) 0 0 no-repeat; margin:10px 0 0 0; height:40px;}

#index #content_l p{line-height:0; padding:0; margin:0 0 10px 0;}

#index #content_l .section{margin:0; padding:0; width:550px; margin:0 0 15px 0; height:100px; }

#index .banner01 a {
	background:url(../images/index_banner01.jpg) 0 0 no-repeat;
	width:550px;
	display:block;
	height:100px;
	text-indent:-9999px;
	}
#index .banner02 a {
	background:url(../images/index_banner02.jpg) 0 0 no-repeat;
	width:550px;
	display:block;
	height:100px;
	text-indent:-9999px;
	}


#index .banner03 a {
	background:url(../images/index_banner03.jpg) 0 0 no-repeat;
	width:265px;
	float:left;
	display:block;
	height:100px;
	text-indent:-9999px;
	}
#index .banner04 a {
	background:url(../images/index_banner04.jpg) 0 0 no-repeat;
	width:265px;
	float:right;
	display:block;
	height:100px;
	text-indent:-9999px;
	}
#index .banner05 a {
	background:url(../images/index_banner05.jpg) top left no-repeat;
	width:265px;
	display:block;
	height:100px;
	float:left;
	text-indent:-9999px;
}
#index .banner06 a {
	background:url(../images/index_banner06.jpg) top left no-repeat;
	width:265px;
	display:block;
	height:100px;
	float:right;
	text-indent:-9999px;
}

#index .banner06 a:hover {
	background-position: 0 bottom;
}

#index .banner08 a {
	width:265px;
	display:block;
	height:100px;
	float:right;

}


#index .banner01 a:hover {background:url(../images/index_banner01.jpg) -550px 0 no-repeat; }
#index .banner02 a:hover {background:url(../images/index_banner02.jpg) right bottom no-repeat; }
#index .banner03 a:hover {background:url(../images/index_banner03.jpg) -265px 0 no-repeat; }
#index .banner04 a:hover {background:url(../images/index_banner04.jpg) -265px 0 no-repeat; }
#index .banner05 a:hover {background:url(../images/index_banner05.jpg) 0 bottom no-repeat; }



#index #content_l dl{ margin:0; padding:0; width:550px;}
#index #content_l dt{
	border-bottom: solid 1px #CCC;
	width:115px; 
	background: url(../images/li_bg.jpg) 5px 8px no-repeat;
	padding-left: 18px;
	float:left;
	font-weight:normal;
	}
#index #content_l dd{
	border-bottom: solid 1px #CCC;
	margin-left:105px;
	}


/*---------- 08  experience -----------*/
#experience #catch {background:url(../images/experience_catch.jpg) 0 0 no-repeat;}

#experience h2#title01 {background:url(../images/experience_h2-01.jpg) 0 0 no-repeat; }
#experience h3#title02 {background:url(../images/experience_h3-02.jpg) 0 0 no-repeat; }
#experience h4#title03 {background:url(../images/experience_h4-03.jpg) 0 0 no-repeat; }
#experience h4#title04 {background:url(../images/experience_h4-04.jpg) 0 0 no-repeat; }
#experience h4#title05 {background:url(../images/experience_h4-05.jpg) 0 0 no-repeat; }
#experience h4#title06 {background:url(../images/experience_h4-06.jpg) 0 0 no-repeat; }
#experience h3#title07 {background:url(../images/experience_h3-07.jpg) 0 0 no-repeat; }

#experience .box_l{
	width:150px;
	float:left; 
	margin-bottom:15px;
	}

#experience .box_r{
	width:150px;
	float:right; 
	}
	
#experience .box_l ul,
#experience .box_r ul {margin:0;}

#experience #content .box01 dl {margin:0;}
#experience #content .box01 dt {
	width:6.5em;
	float:left;
	font-weight:normal;
	}
#experience #content .box01 dd {margin-left:7em;}

#experience table th{
	width:150px;
	background: url(../images/table02.jpg) left repeat-y #BAF0CC;
	text-align:left;
	color:#006666;
	}
#experience table td{width:300px;}
#experience .require{width:15px;}


/*---------- 09  admission -----------*/
#admission #catch {background:url(../images/admission_catch.jpg) 0 0 no-repeat;}

#admission h2#title01 {background:url(../images/admission_h2-01.jpg) 0 0 no-repeat; }
#admission h3#title02 {background:url(../images/admission_h3-02.jpg) 0 0 no-repeat; }
#admission h4#title03 {background:url(../images/admission_h4-03.jpg) 0 0 no-repeat; }
#admission h4#title04 {background:url(../images/admission_h4-04.jpg) 0 0 no-repeat; }
#admission h4#title05 {background:url(../images/admission_h4-05.jpg) 0 0 no-repeat; }
#admission h4#title06 {background:url(../images/admission_h4-06.jpg) 0 0 no-repeat; }
#admission h4#title07 {background:url(../images/admission_h4-07.jpg) 0 0 no-repeat; }
#admission h3#title08 {background:url(../images/admission_h3-08.jpg) 0 0 no-repeat; }
#admission h4#title09 {background:url(../images/admission_h4-09.jpg) 0 0 no-repeat; }
#admission h4#title10 {background:url(../images/admission_h4-10.jpg) 0 0 no-repeat; }
#admission h4#title11 {background:url(../images/admission_h4-11.jpg) 0 0 no-repeat; }

#admission .table01 table{width:500px;}
#admission .table01 table th{
	width:200px;
	background: url(../images/table02.jpg) left repeat-y #BAF0CC;
	text-align:left;
	color:#006666;
	}
#admission .table01 table td{ width: auto; }
#admission .table01 table td dl { margin:0; }
#admission .table01 table td dt { width:13em; float:left; }
#admission .table01 table td dd { margin-left:13em; }

#admission .table02 table th{
	width:120px;
	background: url(../images/table02.jpg) left repeat-y #BAF0CC;
	text-align:left;
	color:#006666;
	}

#admission .table02 table th.title{
	width:120px;
	background: url(../images/table01.jpg) top repeat-x #CCFFCC;
	text-align:center;
	color:#006699;
	}
#admission .table02 table td{ width: auto; }


/*---------- 10  recruit -----------*/
#recruit #catch {background:url(../images/recruit_catch.jpg) 0 0 no-repeat;}

#recruit h2#title01 {background:url(../images/recruit_h2-01.jpg) 0 0 no-repeat; }
#recruit h3#title02 {background:url(../images/recruit_h3-02.jpg) 0 0 no-repeat; }
#recruit h4#title03 {background:url(../images/recruit_h4-03.jpg) 0 0 no-repeat; }
#recruit h3#title04 {background:url(../images/recruit_h3-04.jpg) 0 0 no-repeat; }
#recruit h4#title05 {background:url(../images/recruit_h4-05.jpg) 0 0 no-repeat; }

#recruit table.table01 {width:500px;}
#recruit table.table01 th{
	width:200px;
	background: url(../images/table02.jpg) left repeat-y #BAF0CC;
	text-align:left;
	color:#006666;
	}
#recruit table.table01  td{ width: auto; }

#recruit table.table02 {width:500px;}
#recruit table.table02 th{
	width:100px;
	background: url(../images/table02.jpg) left repeat-y #BAF0CC;
	text-align:left;
	color:#006666;
	}
#recruit table.table02 th.title{
	width:100px;
	background: url(../images/table03.jpg) left repeat-y #BAF0CC;
	text-align:left;
	color:#FFF;
	}
#recruit table.table02 td{ width: auto; }


#recruit table.table03 th {
	width:150px;
	background: url(../images/table01.jpg) top repeat-x #CCFFCC;
	text-align:center;
	color:#006699;
	}
#recruit table.table03 td { width: auto; text-align: center; }

#recruit table.table04 th {
	width:150px;
	background: url(../images/table01.jpg) top repeat-x #CCFFCC;
	text-align:center;
	color:#006699;
	}
#recruit table.table04 th.title{
	width:150px;
	background: url(../images/table02.jpg) left repeat-y #BAF0CC;
	text-align:left;
	color:#006666;
	}
#recruit table.table04 td { width: auto; text-align: center; }


/*---------- 11  denturist -----------*/
#denturist #catch {background:url(../images/denturist_catch.jpg) 0 0 no-repeat;}

#denturist h2#title01 {background:url(../images/denturist_h2-01.jpg) 0 0 no-repeat; }
#denturist h3#title02 {background:url(../images/denturist_h3-02.jpg) 0 0 no-repeat; }
#denturist h3#title03 {background:url(../images/denturist_h3-03.jpg) 0 0 no-repeat; }
#denturist h4#title04 {background:url(../images/denturist_h4-04.jpg) 0 0 no-repeat; }


/*---------- 12  hygienist -----------*/
#hygienist #catch {background:url(../images/hygienist_catch.jpg) 0 0 no-repeat;}

#hygienist h2#title01 {background:url(../images/hygienist_h2-01.jpg) 0 0 no-repeat; }
#hygienist h3#title02 {background:url(../images/hygienist_h3-02.jpg) 0 0 no-repeat; }
#hygienist h4#title03 {background:url(../images/hygienist_h4-03.jpg) 0 0 no-repeat; }
#hygienist h3#title04 {background:url(../images/hygienist_h3-04.jpg) 0 0 no-repeat; }


/*---------- 13  curriculum -----------*/
#curriculum #catch {background:url(../images/curriculum_catch.jpg) 0 0 no-repeat;}

#curriculum h2#title01 {background:url(../images/curriculum_h2-01.jpg) 0 0 no-repeat; }
#curriculum h3#title02 {background:url(../images/curriculum_h3-02.jpg) 0 0 no-repeat; }
#curriculum h4#title03 {background:url(../images/curriculum_h4-03.jpg) 0 0 no-repeat; }
#curriculum h4#title04 {background:url(../images/curriculum_h4-04.jpg) 0 0 no-repeat; }
#curriculum h4#title05 {background:url(../images/curriculum_h4-05.jpg) 0 0 no-repeat; }
#curriculum h4#title06 {background:url(../images/curriculum_h4-06.jpg) 0 0 no-repeat; }
#curriculum h4#title07 {background:url(../images/curriculum_h4-07.jpg) 0 0 no-repeat; }
#curriculum h4#title08 {background:url(../images/curriculum_h4-08.jpg) 0 0 no-repeat; }
#curriculum h4#title09 {background:url(../images/curriculum_h4-09.jpg) 0 0 no-repeat; }
#curriculum h4#title10 {background:url(../images/curriculum_h4-10.jpg) 0 0 no-repeat; }
#curriculum h4#title11 {background:url(../images/curriculum_h4-11.jpg) 0 0 no-repeat; }
#curriculum h4#title12 {background:url(../images/curriculum_h4-12.jpg) 0 0 no-repeat; }
#curriculum h4#title13 {background:url(../images/curriculum_h4-13.jpg) 0 0 no-repeat; }
#curriculum h4#title14 {background:url(../images/curriculum_h4-14.jpg) 0 0 no-repeat; }
#curriculum h4#title15 {background:url(../images/curriculum_h4-15.jpg) 0 0 no-repeat; }
#curriculum h3#title16 {background:url(../images/curriculum_h3-16.jpg) 0 0 no-repeat; }
#curriculum h4#title17 {background:url(../images/curriculum_h4-17.jpg) 0 0 no-repeat; }
#curriculum h4#title18 {background:url(../images/curriculum_h4-18.jpg) 0 0 no-repeat; }
#curriculum h4#title19 {background:url(../images/curriculum_h4-19.jpg) 0 0 no-repeat; }
#curriculum h4#title20 {background:url(../images/curriculum_h4-20.jpg) 0 0 no-repeat; }
#curriculum h4#title21 {background:url(../images/curriculum_h4-21.jpg) 0 0 no-repeat; }
#curriculum h4#title22 {background:url(../images/curriculum_h4-22.jpg) 0 0 no-repeat; }


/*---------- 14  current -----------*/
#current #catch {background:url(../images/current_catch.jpg) 0 0 no-repeat;}

#current h2#title01 {background:url(../images/current_h2-01.jpg) 0 0 no-repeat; }
#current h3#title02 {background:url(../images/current_h3-02.jpg) 0 0 no-repeat; }
#current h4#title03 {background:url(../images/current_h4-03.jpg) 0 0 no-repeat; }
#current h4#title04 {background:url(../images/current_h4-04.jpg) 0 0 no-repeat; }
#current h3#title05 {background:url(../images/current_h3-05.jpg) 0 0 no-repeat; }
#current h4#title06 {background:url(../images/current_h4-06.jpg) 0 0 no-repeat; }
#current h4#title07 {background:url(../images/current_h4-07.jpg) 0 0 no-repeat; }
#current h4#title08 {background:url(../images/current_h4-08.jpg) 0 0 no-repeat; }
#current h4#title09 {background:url(../images/current_h4-09.jpg) 0 0 no-repeat; }
#current h4#title10 {background:url(../images/current_h4-10.jpg) 0 0 no-repeat; }
#current h4#title11 {background:url(../images/current_h4-11.jpg) 0 0 no-repeat; }
#current h4#title12 {background:url(../images/current_h4-12.jpg) 0 0 no-repeat; }

#current .comment .image_l { width: 100px; }
#current .comment {background: url(../images/current_bg01.jpg) 110px 70px no-repeat;}
#current .comment_box { width:380px; float:right; padding:10px; background:#DEFCF7; margin:0;}

*html #current .comment_box { width:400px; float:right; padding:10px; background:#DEFCF7; margin:0;}

/*---------- 15  alumni -----------*/
#alumni #catch {background:url(../images/alumni_catch.jpg) 0 0 no-repeat;}

#alumni h2#title01 {background:url(../images/alumni_h2-01.jpg) 0 0 no-repeat; }
#alumni h3#title02 {background:url(../images/alumni_h3-02.jpg) 0 0 no-repeat; }
#alumni h4#title03 {background:url(../images/alumni_h4-03.jpg) 0 0 no-repeat; }
#alumni h4#title04 {background:url(../images/alumni_h4-04.jpg) 0 0 no-repeat; }
#alumni h4#title05 {background:url(../images/alumni_h4-05.jpg) 0 0 no-repeat; }
#alumni h4#title06 {background:url(../images/alumni_h4-06.jpg) 0 0 no-repeat; }
#alumni h3#title07 {background:url(../images/alumni_h3-07.jpg) 0 0 no-repeat; }
#alumni h4#title08 {background:url(../images/alumni_h4-08.jpg) 0 0 no-repeat; }
#alumni h4#title09 {background:url(../images/alumni_h4-09.jpg) 0 0 no-repeat; }
#alumni h4#title10 {background:url(../images/alumni_h4-10.jpg) 0 0 no-repeat; }

#alumni .comment .image_l { width: 100px; }

#alumni .comment {background: url(../images/current_bg01.jpg) 110px 70px no-repeat;}
#alumni .comment_box { width:380px; float:right; padding:10px; background:#DEFCF7; margin:0;}

*html #alumni .comment_box { width:400px; float:right; padding:10px; background:#DEFCF7; margin:0;}

/*---------- 16  instructor -----------*/
#instructor #catch {background:url(../images/instructor_catch.jpg) 0 0 no-repeat;}

#instructor h2#title01 {background:url(../images/instructor_h2-01.jpg) 0 0 no-repeat; }
#instructor h3#title02 {background:url(../images/instructor_h3-02.jpg) 0 0 no-repeat; }
#instructor h3#title03 {background:url(../images/instructor_h3-03.jpg) 0 0 no-repeat; }
#instructor h3#title04 {background:url(../images/instructor_h3-04.jpg) 0 0 no-repeat; }

#instructor .image_r, .image_l{width:200px;}


/*---------- 17  school -----------*/
#school #catch {background:url(../images/school_catch.jpg) 0 0 no-repeat;}

#school h2#title01 {background:url(../images/school_h2-01.jpg) 0 0 no-repeat; }
#school h3#title02 {background:url(../images/school_h3-02.jpg) 0 0 no-repeat; }
#school h3#title03 {background:url(../images/school_h3-03.jpg) 0 0 no-repeat; }
#school h4#title04 {background:url(../images/school_h4-04.jpg) 0 0 no-repeat; }
#school h3#title05 {background:url(../images/school_h3-05.jpg) 0 0 no-repeat; }
#school h3#title06 {background:url(../images/school_h3-06.jpg) 0 0 no-repeat; }

#school table {width:500px;}
#school table th{
	width:120px;
	background: url(../images/table02.jpg) left repeat-y #BAF0CC;
	text-align:left;
	color:#006666;
	}
#school table  td{ width: auto; }

#school #content_l li{color:#006666; font-weight: bold;}

/*---------- 18  campus -----------*/
#campus #catch {background:url(../images/campus_catch.jpg) 0 0 no-repeat;}

#campus h2#title01 {background:url(../images/campus_h2-01.jpg) 0 0 no-repeat; }
#campus h3#title02 {background:url(../images/campus_h3-02.jpg) 0 0 no-repeat; }
#campus h3#title03 {background:url(../images/campus_h3-03.jpg) 0 0 no-repeat; }
#campus h3#title04 {background:url(../images/campus_h3-04.jpg) 0 0 no-repeat; }

#campus .image_r, .image_l{width:200px;}
#campus .image_r, .image_l2 {width:240px; text-align: center; float: left; margin-right: 30px; }
#campus .image_r, .image_l3 {width:240px; text-align: center; float: left; }
/*---------- 19  burse -----------*/
#burse #catch {background:url(../images/burse_catch.jpg) 0 0 no-repeat;}

#burse h2#title01 {background:url(../images/burse_h2-01.jpg) 0 0 no-repeat; }
#burse h3#title02 {background:url(../images/burse_h3-02.jpg) 0 0 no-repeat; }
#burse h4#title03 {background:url(../images/burse_h4-03.jpg) 0 0 no-repeat; }

#burse table {width:500px;}
#burse table th{
	width:180px;
	background: url(../images/table02.jpg) left repeat-y #BAF0CC;
	text-align:left;
	color:#006666;
	}
#burse table  td{ width: auto; }
#burse table ul{margin:0 5px;}

/*---------- 20  new -----------*/
#new #catch {background:url(../images/new_catch.jpg) 0 0 no-repeat;}

#new h2#title01 {background:url(../images/new_h2-01.jpg) 0 0 no-repeat; }
#new h3#title02 {background:url(../images/new_h3-02.jpg) 0 0 no-repeat; }
#new h4#title03 {background:url(../images/new_h4-03.jpg) 0 0 no-repeat; }
#new h4#title04 {background:url(../images/new_h4-04.jpg) 0 0 no-repeat; }
#new h4#title05 {background:url(../images/new_h4-05.jpg) 0 0 no-repeat; }
#new h4#title06 {background:url(../images/new_h4-06.jpg) 0 0 no-repeat; }

#new .section dl{margin:5px 15px;} 
#new .section dt{width:8em; float:left;} 
#new .section dd{margin-left:8.5em;} 

.fR { float: right;}
.mr15 { margin-right: 15px;}
.ml15 { margin-left: 15px;}
.mt40 { margin-top: 40px;}
/*---------- 21  access -----------*/
#access #catch {background:url(../images/access_catch.jpg) 0 0 no-repeat;}

#access h2#title01 {background:url(../images/access_h2-01.jpg) 0 0 no-repeat; }
#access h3#title02 {background:url(../images/access_h3-02.jpg) 0 0 no-repeat; }
#access h3#title03 {background:url(../images/access_h3-03.jpg) 0 0 no-repeat; }


/*---------- 22  job -----------*/
#job #catch {background:url(../images/job_catch.jpg) 0 0 no-repeat;}

#job h2#title01 {background:url(../images/job_h2-01.jpg) 0 0 no-repeat; }
#job h3#title02 {background:url(../images/job_h3-02.jpg) 0 0 no-repeat; }
#job h4#title03 {background:url(../images/job_h4-03.jpg) 0 0 no-repeat; }
#job h4#title04 {background:url(../images/job_h4-04.jpg) 0 0 no-repeat; }
#job h3#title05 {background:url(../images/job_h3-05.jpg) 0 0 no-repeat; }
#job h4#title06 {background:url(../images/job_h4-06.jpg) 0 0 no-repeat; }
#job h4#title07 {background:url(../images/job_h4-07.jpg) 0 0 no-repeat; }



/*---------- 23  license -----------*/
#license #catch {background:url(../images/license_catch.jpg) 0 0 no-repeat;}

#license h2#title01 {background:url(../images/license_h2-01.jpg) 0 0 no-repeat; }
#license h3#title02 {background:url(../images/license_h3-02.jpg) 0 0 no-repeat; }
#license h3#title03 {background:url(../images/license_h3-03.jpg) 0 0 no-repeat; }
#license h4#title04 {background:url(../images/license_h4-04.jpg) 0 0 no-repeat; }
#license h4#title05 {background:url(../images/license_h4-05.jpg) 0 0 no-repeat; }
#license h3#title06 {background:url(../images/license_h3-06.jpg) 0 0 no-repeat; }

#license strong{color:#006666;}

#license .section dl{margin:5px 15px;}
#license .section dt{
	width:8em;
	float:left;
	background: url(../images/li_bg.jpg) 0 7px no-repeat;
	padding-left: 12px;
	color:#006699;
	} 
#license .section dd{margin-left:8.5em;} 


/*---------- 23  data -----------*/
#data #catch {background:url(../images/data_catch.jpg) 0 0 no-repeat;}

#data h2#title01 {background:url(../images/data_h2-01.jpg) 0 0 no-repeat; }
#data h3#title02 {background:url(../images/data_h3-02.jpg) 0 0 no-repeat; }

#data table th{
	width:150px;
	background: url(../images/table02.jpg) left repeat-y #BAF0CC;
	text-align:left;
	color:#006666;
	}
#data table td{width:300px;}
#data .require{width:15px;}

/*---------- 24  embrace -----------*/
#embrace #catch {background:url(../images/embrace_catch.jpg) 0 0 no-repeat;}

#embrace h2#title01 {background:url(../images/embrace_h2-01.jpg) 0 0 no-repeat; }
#embrace h3#title02 {background:url(../images/embrace_h3-02.jpg) 0 0 no-repeat; }
#embrace h4#title03 {background:url(../images/embrace_h4-03.jpg) 0 0 no-repeat; }

#embrace table th{
	width:150px;
	background: url(../images/table02.jpg) left repeat-y #BAF0CC;
	text-align:left;
	color:#006666;
	}
#embrace table td{width:300px;}
#embrace .require{width:15px;}



/*---------- 25  faq -----------*/
#faq #catch {background:url(../images/faq_catch.jpg) 0 0 no-repeat;}

#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 h4#title03 {background:url(../images/faq_h4-03.jpg) 0 0 no-repeat; }


#faq .section dl{margin:0;}
#faq .section dt{
	background:url(../images/faq_q.jpg) 0 0 no-repeat;
	padding: 0 0 0 40px;
	height:40px;
	color:#006666;
	}
#faq .section dd{
	background:url(../images/faq_a.jpg) 20px 0 no-repeat;
	padding: 0 0 20px 60px;
	}


#faq table th{
	width:150px;
	background: url(../images/table02.jpg) left repeat-y #BAF0CC;
	text-align:left;
	color:#006666;
	}
#faq table td{width:300px;}
#faq .require{width:15px;}

#faq .box02 ul{margin:0 5px;}
