@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  Recruit                     */
/*                 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/bg01.jpg) center 10px no-repeat; }

#wrapper {
	background: url(../images/bg02.jpg) repeat-y;
	width: 810px;
	margin: 15px auto 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	width: 800px;
	margin: 0 5px 0 5px;
	padding:0;
	background: url(../images/bg04.jpg) repeat-y;
	}

#content {
	width: 610px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 2em 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header01.jpg) 0 0 no-repeat;
	height: 80px;
	width: 800px;
	margin: 0 5px 0 5px;
	padding: 0;
	}
* html body #header { height: 81px; } /*  for IE6 only */

h1 {
	text-indent: -9999px;
	width: 430px;
	height: 80px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 330px;
	height: 70px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 250px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header #nav_h a {
	background: url(../images/header_nav.jpg) 0 0 no-repeat;
	width: 70px;
	height: 15px;
	margin-top: 2px;
	padding: 2px 0 0 10px;
	vertical-align: top;
	}

#header #nav_h a.nav_l {
	float: left;
	text-align: left;
	font-size:85%;
	}

#header #nav_h a.nav_r {
	float: right;
	text-align: left;
	font-size:85%;
	}

#header #nav_h a { color: #003991; }
#header #nav_h a:hover { color: #cde5ff; }


#header #nav_h {
	margin:0;
	padding:0;
	vertical-align: top;
	width: 170px;
	height:15px;
	float: right;
	display: block;
	font-size:85%;
	}

#header a.nav_h{
	background: url(../images/header_nav.jpg) 0 0 no-repeat;
	width: 70px;
	height: 15px;
	text-align: left;
	display: block;
	margin-top: 2px;
	margin-left: 15px;
	font-size:85%;
	}

#header p.tel {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	width: 205px;
	height: 35px;
	line-height: 1.0;
	}

#header p.add {
	clear: both;
    	text-align: right;
	font-size:76%;
	margin: 20px 10px 0 -10px;
	padding: 0;
	width:auto;
	line-height: 1.0;
	color:#ffffff;
	}

*:first-child+html #header p.add { margin-top: 10px;　font-size:67%; } /*  for IE7 only */
* html body #header p.add { margin-top: 0; 　font-size:67%; } /*  for IE6 only */


/*----------04  Navigation -----------*/

#nav {
	width: 190px;
	float: left;
	padding: 0 0 20px 0;
	margin:0;
	background:none;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 30px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 30px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -30px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -60px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -90px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -150px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -180px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -210px no-repeat; }


#nav03 a:hover { background: url(../images/nav.jpg) -190px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -190px -30px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -190px -60px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -190px -90px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -190px -120px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -190px -150px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -190px -180px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -190px -210px no-repeat; }

#nav p.mp0 {
	text-align: center;
	padding: 0;
	margin:0;
	}
#nav p.mp0 img { display: block; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
    width:800px;
	clear: both;
	padding: 10px 0px 10px 0px;
	margin: 0 5px 0 5px;
	background: #fff url(../images/footer_bg.png) bottom repeat-x;
	font-size: 85%;
	text-align: center;
	color: #666;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #0171a3;
	}
*: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: #0171a3;
	}
#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 1em; }

#footer_img{
	height: 20px;
	width: 810px;
	background-color:#FFF;
	background-image:none
	text-indent: -9999px;
	vertical-align: text-top;
	margin: 0 auto 0 auto;
}

#footer_img img{display: block;}

/*---------- 06  Contents -----------*/

.section { padding: .5em 30px; }
.section .section { padding: .5em 10px; }
.section .sr_section { padding: .5em 25px; }
.section .sr_section_clinic { padding: 5px 0 5px 10px; width:550px;}

p.center { text-align: center; }

#content h2 {
	height: 50px;
	text-indent: -9999px;
	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: 100%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	background-image: url(../images/li_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center ;
	text-align: left;
	padding-left: 12px;
	color:#003991;
	}


#content ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 0 10px 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: #63aac8; }
a:hover { color: #63aac8; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 10px 16px 16px 0;
	}

.image_r {
	float: right;
	margin: 10px 0 16px 16px;
	}

.case {
	background: url(../images/arrow.jpg) center center no-repeat;
	height: 150px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	}
.mgBt20 { margin-bottom:20px; }
.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: 11px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 0 1px no-repeat;
	}
	
p.title{
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	background-image: url(../images/li_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center ;
	text-align: left;
	padding-left: 12px;
	color:#003991;
}

a.click {
	display: block;
    float: right;
	background: url(../images/click.jpg) 0 1px no-repeat;
	width:98px;
	height:16px;
	text-indent: -9999px;
	}

.case02 {
	background: url(../images/arrow.jpg) center center no-repeat;
	height: 120px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	}	
.case02 .alpha,   
.case02 .beta {   
    float: left;   
    margin: 0 15px 15px 0;   
    }   
.case02 .gamma {   
    float: left;   
    margin: 0 0 15px 0;   
    }
 
 

.raquo {
	font-size: 124%;
	font-weight: bold;
	}

.detail {
	text-align: right;
	margin-right: 1em;
	}


p.answer { padding: 0 1em 1em 1em; }




/*---------- 07  Index -----------*/

#index h2#title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat;	height:25px; }
#index h3#title02 {
	background-image: url(../images/index_h3-02.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0;
	height:30px;
}
#index h3#title03 { background: url(../images/index_h3-03.jpg) 0 0 no-repeat;
	background-repeat: no-repeat;
	background-position: 5px 0;
	height:30px; }

#index #img_main {
           padding:0;
           magin:0;
		   width:800px;
		   height:200px;
		   }
#index #img_main img { display: block; }
		   
#index #left {width:370px;
              background-color:#cde5ff;
	          float: left;
			  padding:5px 10px 10px 10px;}


#index #content table {
	width: 350px;
	font-size: 100%;
	color: #666;
	}
#index #content table th,
#index #content table td {
	padding: 2px 3px;
	border: 1px solid #225abc;
	}
#index #content table th { 
    background: url(../images/index_bg01.jpg) repeat-y;
	color:#225abc; }
	
#index #content table td {
	background-color:#FFF;
	width:30px;
	text-align: center;
    color:#225abc;
	} 
#index #content table td.day {
    background-color:#63aac8;
	}                           

#index #content table td abbr {
	display: block;
	height: 18px;
	width: 30px;
	text-indent: -9999px;
	border-bottom: 0;
    background-color:#FFF;
	}

#index #content table td abbr.open {
	background-image: url(../images/open.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#index #content table td abbr.close { background: url(../images/close.jpg);
	background-repeat: no-repeat;
	background-position: center center; }

#index .calender {
	float: right;
	margin: 0px;
	}

#index .pickup_l  {
	float: left;
	margin: 10px 10px 16px 0;
	}

#index .pickup_r {
	float: right;
	margin: 10px 0 16px 10px;
	}
	
	
	#index #pick_up_l  {
		float: left;
		margin: 10px 10px 16px 0;
		text-indent: -9999px;
	}
	
		#index #pick_up_l a  {
			display: block;
			width: 275px;
			height: 135px;
			background: url(../images/index_pu01.jpg) 0 0 no-repeat;
		}

	#index #pick_up_r {
		float: right;
		margin: 10px 0 16px 10px;
		text-indent: -9999px;
	}
	
		#index #pick_up_r a {
			display: block;
			width: 275px;
			height: 135px;
			background: url(../images/index_pu02.jpg) 0 0 no-repeat;
		}


#index .section_i{
width: 570px;
padding: 0px;
margin: 20px;}



/*---------- 08  Concept -----------*/

#concept h2#title01 { background: url(../images/concept_h2-01.jpg) 0 0 no-repeat; }
#concept h3#title02 { background: url(../images/concept_h3-02.jpg) 0 0 no-repeat; }
#concept h3#title03 { background: url(../images/concept_h3-03.jpg) 0 0 no-repeat; }
#concept h3#title04 { background: url(../images/concept_h3-04.jpg) 0 0 no-repeat; }


/*---------- 09  Staff -----------*/

#staff h2#title01 { background: url(../images/staff_h2-01.jpg) 0 0 no-repeat; }
#staff h3#title02 { background: url(../images/staff_h3-02.jpg) 0 0 no-repeat; }
#staff h3#title03 { background: url(../images/staff_h3-03.jpg) 0 0 no-repeat; }
#staff h3#title04 { background: url(../images/staff_h3-04.jpg) 0 0 no-repeat; }
#staff h4#title05 { background: url(../images/staff_h4-06.jpg) 0 0 no-repeat; }
#staff h4#title06 { background: url(../images/staff_h4-07.jpg) 0 0 no-repeat; }
#staff h4#title07 { background: url(../images/staff_h4-08.jpg) 0 0 no-repeat; }
#staff h4#title08 { background: url(../images/staff_h4-06.jpg) 0 0 no-repeat; }
#staff h4#title09 { background: url(../images/staff_h4-07.jpg) 0 0 no-repeat; }
#staff h4#title10 { background: url(../images/staff_h4-08.jpg) 0 0 no-repeat; }
#staff h3#title11 { background: url(../images/staff_h3-05.jpg) 0 0 no-repeat; }
#staff h4#title12 { background: url(../images/staff_h4-09.jpg) 0 0 no-repeat; }
#staff h4#title13 { background: url(../images/staff_h4-10.jpg) 0 0 no-repeat; }
#staff h4#title14 { background: url(../images/staff_h4-09.jpg) 0 0 no-repeat; }
#staff h4#title15 { background: url(../images/staff_h4-09.jpg) 0 0 no-repeat; }

#staff .dr {width:330px;
            float:right;
			padding-top:10px;}

#staff .dr dl{ margin-left:5px;}
#staff dl dt{
	width: 5em;
	float: left;
    }
#staff dl dd{
       overflow:hidden;}

/* 未使用	   
#staff .staff_photo {display: block;
	margin-left: 50px;}
*/

#staff .sf {width:330px;
            float:right;
			padding-top:10px;}

#staff .sf dl{ margin-left:5px;}
#staff .sf dl dt{
	width: auto;
	float: none;
    }
#staff .sf dl dd{
       overflow:hidden;}	   

/*---------- 10  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 h3#title03 { background: url(../images/clinic_h3-03.jpg) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4-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 h4#title08 { background: url(../images/clinic_h4-08.jpg) 0 0 no-repeat; }
#clinic h4#title09 { background: url(../images/clinic_h4-09.jpg) 0 0 no-repeat; }
#clinic h4#title10 { background: url(../images/clinic_h4-10.jpg) 0 0 no-repeat; }
#clinic h4#title11 { background: url(../images/clinic_h4-11.jpg) 0 0 no-repeat; }
#clinic h4#title12 { background: url(../images/clinic_h4-12.jpg) 0 0 no-repeat; }

#clinic .access {width:330px;
                 float:right;
			     padding:10px 0 10px 0;}  


	
/*---------- 11  Q&A -----------*/

#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 h4#title04 { background: url(../images/faq_h4-04.jpg) 0 0 no-repeat; }
#faq h4#title05 { background: url(../images/faq_h4-05.jpg) 0 0 no-repeat; }
#faq h4#title06 { background: url(../images/faq_h4-06.jpg) 0 0 no-repeat; }


/*---------- 12  Perio -----------*/

#perio h2#title01 { background: url(../images/perio_h2-01.jpg) 0 0 no-repeat; }
#perio h3#title02 { background: url(../images/perio_h3-02.jpg) 0 0 no-repeat; }
#perio h3#title03 { background: url(../images/perio_h3-03.jpg) 0 0 no-repeat; }
#perio h3#title15 { background: url(../images/perio_h3-15.jpg) 0 0 no-repeat; }
#perio h4#title04 { background: url(../images/perio_h4-04.jpg) 0 0 no-repeat; }
#perio h4#title05 { background: url(../images/perio_h4-05.jpg) 0 0 no-repeat; }
#perio h3#title06 { background: url(../images/perio_h3-06.jpg) 0 0 no-repeat; }
#perio h4#title07 { background: url(../images/perio_h4-07.jpg) 0 0 no-repeat; }
#perio h4#title08 { background: url(../images/perio_h4-08.jpg) 0 0 no-repeat; }
#perio h4#title09 { background: url(../images/perio_h4-09.jpg) 0 0 no-repeat; }
#perio h4#title10 { background: url(../images/perio_h4-10.jpg) 0 0 no-repeat; }
#perio h4#title11 { background: url(../images/perio_h4-11.jpg) 0 0 no-repeat; }
#perio h3#title12 { background: url(../images/perio_h3-12.jpg) 0 0 no-repeat; }
#perio h4#title13 { background: url(../images/perio_h4-13.jpg) 0 0 no-repeat; }
#perio h3#title14 { background: url(../images/perio_h3-14.jpg) 0 0 no-repeat; }

.orange{
	font-weight: bold;
	color: #ff6633;}

.underline{
    text-decoration:underline
}
/*---------- 13  Prevent -----------*/

#prevent h2#title01 { background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }
#prevent h3#title03 { background: url(../images/prevent_h3-03.jpg) 0 0 no-repeat; }
#prevent h4#title04 { background: url(../images/prevent_h4-04.jpg) 0 0 no-repeat; }
#prevent h3#title05 { background: url(../images/prevent_h3-05.jpg) 0 0 no-repeat; }
#prevent h4#title06 { background: url(../images/prevent_h4-06.jpg) 0 0 no-repeat; }
#prevent h3#title07 { background: url(../images/prevent_h3-07.jpg) 0 0 no-repeat; }
#prevent h4#title08 { background: url(../images/prevent_h4-08.jpg) 0 0 no-repeat; }
#prevent h4#title09 { background: url(../images/prevent_h4-09.jpg) 0 0 no-repeat; }

#prevent .prevent_photo{display: block;
	margin-left: 30px;}

	

/*---------- 14  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 h3#title03 { background: url(../images/implant_h3-03.jpg) 0 0 no-repeat; }
#implant h4#title04 { background: url(../images/implant_h4-04.jpg) 0 0 no-repeat; }
#implant h4#title05 { background: url(../images/implant_h4-05.jpg) 0 0 no-repeat; }
#implant h4#title06 { background: url(../images/implant_h4-06.jpg) 0 0 no-repeat; }
#implant h4#title07 { background: url(../images/implant_h4-07.jpg) 0 0 no-repeat; }
#implant h4#title08 { background: url(../images/implant_h4-08.jpg) 0 0 no-repeat; }


/*---------- 14  Denture -----------*/

#denture h2#title01 { background: url(../images/denture_h2-01.jpg) 0 0 no-repeat; }
#denture h3#title02 { background: url(../images/denture_h3-02.jpg) 0 0 no-repeat; }
#denture h4#title03 { background: url(../images/denture_h4-03.jpg) 0 0 no-repeat; }
#denture h3#title04 { background: url(../images/denture_h3-04.jpg) 0 0 no-repeat; }
#denture h3#title05 { background: url(../images/denture_h3-05.jpg) 0 0 no-repeat; }
#denture h3#title06 { background: url(../images/denture_h3-06.jpg) 0 0 no-repeat; }
#denture h4#title07 { background: url(../images/denture_h4-07.jpg) 0 0 no-repeat; }
#denture h4#title08 { background: url(../images/denture_h4-08.jpg) 0 0 no-repeat; }
#denture h4#title09 { background: url(../images/denture_h4-09.jpg) 0 0 no-repeat; }

#denture .section_c{ margin:0; padding: 5px 0 0 0 ;}

#denture #content .title{
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	background-image: url(../images/li_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center ;
	text-align: left;
	padding-left: 12px;
	color:#003991;
	}


/*---------- 15  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }
#sitemap h3#title02 { background: url(../images/sitemap_h3-02.jpg) 0 0 no-repeat; }
#sitemap h3#title03 { background: url(../images/sitemap_h3-03.jpg) 0 0 no-repeat; }
#sitemap h3#title04 { background: url(../images/sitemap_h3-04.jpg) 0 0 no-repeat; }
#sitemap h3#title05 { background: url(../images/sitemap_h3-05.jpg) 0 0 no-repeat; }
#sitemap h3#title06 { background: url(../images/sitemap_h3-06.jpg) 0 0 no-repeat; }
#sitemap h3#title07 { background: url(../images/sitemap_h3-07.jpg) 0 0 no-repeat; }
#sitemap h3#title08 { background: url(../images/sitemap_h3-08.jpg) 0 0 no-repeat; }
#sitemap h3#title09 { background: url(../images/sitemap_h3-09.jpg) 0 0 no-repeat; }
#sitemap h3#title10 { background: url(../images/sitemap_h3-10.jpg) 0 0 no-repeat; }
#sitemap h3#title11 { background: url(../images/sitemap_h3-11.jpg) 0 0 no-repeat; }


#sitemap h3 a {
	display: block;
	width: 550px;
	height: 25px;
	}


/*---------- 16  Recruit -----------*/

#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 div.box_table {
	text-align:center;
}
#recruit table.term {
	width:450px;
	margin:0 auto;
	text-align:left;
	border-collapse:separate;
	border-spacing:1px;
	border:solid 1px #229ACE;
}
#recruit table.term th {
	width:90px;
	color:#fff;
	background-color:#229ACE;
	border:solid 1px #229ACE;
}
#recruit table.term td {
	border:solid 1px #229ACE;
}

p.navi_link a {
color:#FFFFFF;
font-weight:bold;}
p.navi_link a:hover {
color:#FFFF99;}

.red {
  color: #FF0000;
}

p.sr_clinic {margin: .5em 0; }

