@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Perio                       */
/*                 09  Cleaning                    */
/*                 10  Esthe                       */
/*                 11  White                       */
/*                 12  Check-up                    */
/*                 13  Painless                    */
/*                 14  Lost                        */
/*                 15  Clinic                      */
/*                 16  Recruit                     */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*                                                 */
/*==================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) repeat-y;
	width: 820px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.jpg) repeat-y;
	}

#content {
	width: 570px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #584A30;
	background: #fff;
	padding: 0.5em 0 1em 0;
	margin-right:10px;
	}
* html #content {
	margin-right:5px;
	}


/*---------- 03  Header -----------*/
.header_text{
    margin:0 0 0 5px;
    padding:0 0 0 0;
    }

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 422px;
	width: 800px;
	margin: 0 0 0 10px;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 430px;
	height: 80px;
	line-height: 1.0;
	float: left;
	margin-top:12px;
	}
* html h1 {
	margin-top:15px;
	}
*:first-child+html  h1 {
	margin-top:15px;
	}

	
h1 a {
	display: block;
	width: 430px;
	height: 80px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 270px;
	float: right;
	margin: 12px 0 0 0;
	padding: 0;
	}
* html #header .section {
	margin: 15px 0 0 0;
	}
*:first-child+html #header .section {
	margin: 15px 0 0 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 60px;
	}
#header p.tel img { display: block; }

#header_nav {
    float:right;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 175px;
	height: 25px;
	}

#header_nav li {
	height: 25px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 25px;
	}

#nav01 { width: 78px; }
#nav02 { width: 95px; }

#nav01 a {
	background: url(../images/header_nav.jpg) 0 0 no-repeat;
	width: 78px;
	}
#nav02 a {
	background: url(../images/header_nav.jpg) -80px 0 no-repeat;
	width: 95px;
	}


/*----------04  Navigation -----------*/
#gnav {
	width: 800px;
	height: 60px;
	float: left;
	}
#gnav ul,
#gnav li {
	margin: 4px 0 0 0 ;
	padding: 0;
	list-style: none;
	text-indent:-9999px;
	}
#gnav .internal li {
	height: 60px;
	width:160px;
	float:left;
	}

#gnav .internal li a {
	display: block;
	height: 60px;
	width:160px;
	}
	
#nav03 a { background: url(../images/gnav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/gnav.jpg) -160px 0 no-repeat; }
#nav05 a { background: url(../images/gnav.jpg) -320px 0 no-repeat; }
#nav06 a { background: url(../images/gnav.jpg) -480px 0 no-repeat; }
#nav07 a { background: url(../images/gnav.jpg) -640px 0 no-repeat; }

#nav03 a:hover { background: url(../images/gnav.jpg) 0 -60px no-repeat; }
#nav04 a:hover { background: url(../images/gnav.jpg) -160px -60px no-repeat; }
#nav05 a:hover { background: url(../images/gnav.jpg) -320px -60px no-repeat; }
#nav06 a:hover { background: url(../images/gnav.jpg) -480px -60px no-repeat; }
#nav07 a:hover { background: url(../images/gnav.jpg) -640px -60px no-repeat; }


#nav a{
	text-decoration: none;
	color: #584A30;
    }
#nav a:hover{
	text-decoration: none;
	color: #987C0D;
    }

#nav h2#nav_title01 {
    text-indent:-9999px;
    background:url(../images/nav_h2-01.png) 0 0 no-repeat;
    height:64px;
    width:190px;
    margin:0 0 20px 0;
    padding:0;
    }
#nav h3{
    text-indent:-9999px;
    }
    
#nav h3#nav_title02 a{
    display:block;
    height:25px;
    width:190px;
    background:url(../images/nav_h3-02.png) 0 0 no-repeat;
    }
#nav h3#nav_title02 a:hover{
    background:url(../images/nav_h3-02.png) 0 -25px no-repeat;
    }
#nav h3#nav_title03 a{
    display:block;
    height:40px;
    width:190px;
    margin-bottom:3px;
    background:url(../images/nav_h3-03.png) 0 0 no-repeat;
    }
#nav h3#nav_title03 a:hover{
    background:url(../images/nav_h3-03.png) 0 -40px no-repeat;
    }

#nav h3#nav_title04 a{
    display:block;
    height:25px;
    width:190px;
    background:url(../images/nav_h3-04.png) 0 0 no-repeat;
    }
#nav h3#nav_title04 a:hover{
    background:url(../images/nav_h3-04.png) 0 -25px no-repeat;
    }

#nav h3#nav_title05 a{
    display:block;
    height:25px;
    width:190px;
    background:url(../images/nav_h3-05.png) 0 0 no-repeat;
    }
#nav h3#nav_title05 a:hover{
    background:url(../images/nav_h3-05.png) 0 -25px no-repeat;
    }

#nav h3#nav_title06 a{
    display:block;
    height:40px;
    width:190px;
    margin-bottom:3px;
    background:url(../images/nav_h3-06.png) 0 0 no-repeat;
    }
#nav h3#nav_title06 a:hover{
    background:url(../images/nav_h3-06.png) 0 -40px no-repeat;
    }

#nav h3#nav_title07 a{
    display:block;
    height:25px;
    width:190px;
    background:url(../images/nav_h3-07.png) 0 0 no-repeat;
    }
#nav h3#nav_title07 a:hover{
    background:url(../images/nav_h3-07.png) 0 -25px no-repeat;
    }

#nav h3#nav_title08 a{
    display:block;
    height:25px;
    width:190px;
    background:url(../images/nav_h3-08.png) 0 0 no-repeat;
    }
#nav h3#nav_title08 a:hover{
    background:url(../images/nav_h3-08.png) 0 -25px no-repeat;
    }

    
#nav .internal{
    }
#nav .internal li{
    margin-left:15px;
    text-indent:10px;
    background:url(../images/nav_li_bg.gif) 0 4px no-repeat;
    }
#nav .nav_bg01{
    width:190px;
    padding: 5px 0 20px 0 ;
    margin-bottom:3px;
    background:url(../images/nav_bg01.png) bottom no-repeat;
    }
#nav .nav_bg03{
    width:190px;
    padding: 5px 0 20px 0 ;
    margin-bottom:3px;
    background:url(../images/nav_bg01.png) bottom no-repeat;
    }
#nav .nav_bg03{
    width:190px;
    padding: 5px 0 20px 0 ;
    margin-bottom:3px;
    background:url(../images/nav_bg03.png) bottom no-repeat;
    }
#nav .nav_bg04{
    width:190px;
    padding: 5px 0 20px 0 ;
    margin-bottom:3px;
    background:url(../images/nav_bg04.png) bottom no-repeat;
    }

#nav .nav_bg06{
    width:190px;
    padding: 5px 0 20px 0 ;
    margin-bottom:3px;
    background:url(../images/nav_bg06.png) bottom no-repeat;
    }
#nav .nav_bg07{
    width:190px;
    padding: 5px 0 20px 0 ;
    margin-bottom:3px;
    background:url(../images/nav_bg07.png) bottom no-repeat;
    }


#nav {
	width: 180px;
	float: left;
	padding: 5px 0 20px 29px;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav .internal li {
	height:15px;
	}

#nav .internal li a {
	display: block;
	}

#nav08 a { background: url(../images/nav.jpg) 0 -200px no-repeat; text-indent: -9999px;height: 40px;}
#nav09 a { background: url(../images/nav.jpg) 0 -240px no-repeat; height: 12px;}
#nav10 a { background: url(../images/nav.jpg) 0 -280px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -320px no-repeat;  text-indent: -9999px;height: 40px;}
#nav12 a { background: url(../images/nav.jpg) 0 -360px no-repeat;  text-indent: -9999px;height: 40px;}
#nav13 a { background: url(../images/nav.jpg) 0 -400px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -440px no-repeat; }
#nav15 a { background: url(../images/nav.jpg) 0 -440px no-repeat; }
#nav16 a { background: url(../images/nav.jpg) 0 -440px no-repeat; }

#nav08 a:hover { background: url(../images/nav.jpg) -180px -200px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -180px -240px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -180px -280px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -180px -320px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -180px -360px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -180px -400px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -180px -440px no-repeat; }

#nav p { text-align: center; }

#nav_bg01 { background: url(../images/nav_bg01.png) 0 0 no-repeat;}
#nav_bg02 { background: url(../images/nav_bg01.png) 0 0 no-repeat;}
#nav_bg03 { background: url(../images/nav_bg01.png) 0 0 no-repeat;}
#nav_bg04 { background: url(../images/nav_bg01.png) 0 0 no-repeat;}
#nav_bg05 { background: url(../images/nav_bg01.png) 0 0 no-repeat;}
#nav_bg06 { background: url(../images/nav_bg01.png) 0 0 no-repeat;}
#nav_bg07 { background: url(../images/nav_bg01.png) 0 0 no-repeat;}

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 14px 0;
	margin: 0;
	background: #fff url(../images/footer_bg.png) bottom no-repeat;
	font-size: 85%;
	text-align: center;
	color: #C8C8C8;
	}
*: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: #C8C8C8;
	}
#footer a:hover { text-decoration: underline; color: #C8C8C8;}

#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;}


/*---------- 06  Contents -----------*/

.section { padding: .5em 15px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 55px;
	text-indent: -9999px;
	margin: 0;
	}
#content h3 {
	clear: both;
	height: 30px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	clear: both;
	height: 26px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 0 4px no-repeat;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#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 16px 0;
	}

.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .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: 105px;
	height: 31px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 31px;
	background: url(../images/to_top.png) 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 {
    margin-top:10px;
    border: 1px solid #1B2549;
    line-height:20px;
    }
#content table td {
    border: 1px solid #1B2549;
    color:#6F6F6F;
    vertical-align: top;
    }
#content table dl {
    padding:0;
    }  
#content table th{
    text-align:center;
    border: 1px solid #1B2549;
    background:#6D7CAF;
    color:#fff;
    font-weight:bold;
    }
#content table ul{
    margin:0;
    padding:0;
    }
#content table ol{
    margin-top:0;
    margin-bottom:0;
    }
#content table li{
    line-height:20px;
    } 
* html #content table{font-size:95%;}
* html #content table th {padding:3px 5px 3px 5px;}

.img_border {
    border:#1B2549 1px solid;
    padding:2px 2px 2px 2px;
    }

.subtitle{
    font-weight:bold;
    font-size:108%;
    border-bottom:dotted 1px #584A30;
    }

/*-------- 07  Index --------*/
#index h2#title01 {
    background:url(../images/index_h2-01.png) 0 0 no-repeat;
    height:30px;
    width:550px;
    margin:0;
    padding:0;
    }
#index h3#title02 {
    background:url(../images/index_h3-02.png) 0 0 no-repeat;
    height:30px;
    width:505px;
    margin:0;
    padding:0;
    }
#index h3#title03 {
    background:url(../images/index_h3-03.png) 0 0 no-repeat;
    height:35px;
    width:260px;
    margin:0;
    padding:0;
    }


.pkup {
    padding-bottom:20px;
    }

#pkup01 {
    text-indent:-9999px;
    }
#pkup01 a {
    float:left;
    display:block;
    width:270px;
    height:150px;
    background:url(../images/pkup01.png) 0 0 no-repeat;
    }
#pkup01 a:hover { background:url(../images/pkup01.png) 0 -150px no-repeat;}

#pkup02 {
    text-indent:-9999px;
    }
#pkup02 a {
    float:left;
    display:block;
    width:270px;
    height:150px;
    background:url(../images/pkup02.png) 0 0 no-repeat;
    }
#pkup02 a:hover { background:url(../images/pkup02.png) 0 -150px no-repeat;}

.greeting{ 
    width:550px;
    margin:0;
    padding:0;
    background:url(../images/greeting_bg.png) bottom no-repeat;
    margin-bottom:10px;
    }
.greeting p{
    padding:0 20px 10px 20px;
    }

.news {
    width:550px;
    height:150px;
    border:solid 1px #666;
    margin-bottom:15px;
    }

.news .box_column{
    width:550px;
    height:120px;
}

#index .clinic_info{
    float:left;
    margin-right:12px;
    width:260px;
    height:250px;
    background:url(../images/clinic_info_bg.png) top center no-repeat;
    }

#index .clinic_info dl{
    margin:5px 0 0 15px;
    padding:0;
    font-size:93%;
    }
#index .clinic_info dt{
    font-weight:normal;
    float:left;
    width:70px;
    }
#index .clinic_info dd{
    margin-left:70px;
    }
#clinic_link {
    text-indent:-9999px;
    }
#clinic_link a {
    float:right;
    display:block;
    width:144px;
    height:20px;
    margin-right:5px;
    background:url(../images/clinic_link.png) 0 0 no-repeat;
    }
#clinic_link a:hover { background:url(../images/clinic_link.png) 0 -20px no-repeat;}

.clinic_map {
    float:left;
    margin-top:15px;
    }


/*-------- 08  Perio --------*/
#perio h2#title01 { background:url(../images/perio_h2-01.png) 0 0 no-repeat; }
#perio h3#title02 { background:url(../images/perio_h3-02.png) 0 0 no-repeat; }
#perio h3#title03 { background:url(../images/perio_h3-03.png) 0 0 no-repeat; }
#perio h4#title04 { background:url(../images/perio_h4-04.png) 0 0 no-repeat; }
#perio h3#title05 { background:url(../images/perio_h3-05.png) 0 0 no-repeat; }
#perio h3#title06 { background:url(../images/perio_h3-06.png) 0 0 no-repeat; }
#perio h3#title07 { background:url(../images/perio_h3-07.png) 0 0 no-repeat; }

#perio .info{
   margin-bottom:10px;
   }

#perio .info_photo{
   float:left;
   width:180px;
   }
#perio .info_text{
   float:left;
   width:270px;
   margin-left:15px;
   }

#perio table {
   width:450px;
   }

#perio table th{
   width:140px;
   }


/*-------- 09  Cleaning --------*/
#cleaning h2#title01 { background:url(../images/cleaning_h2-01.png) 0 0 no-repeat; }
#cleaning h3#title02 { background:url(../images/cleaning_h3-02.png) 0 0 no-repeat; }
#cleaning h3#title03 { background:url(../images/cleaning_h3-03.png) 0 0 no-repeat; }


/*-------- 10  Esthe --------*/
#esthe h2#title01 { background:url(../images/esthe_h2-01.png) 0 0 no-repeat; }
#esthe h3#title02 { background:url(../images/esthe_h3-02.png) 0 0 no-repeat; }
#esthe h3#title03 { background:url(../images/esthe_h3-03.png) 0 0 no-repeat; }
#esthe h3#title04 { background:url(../images/esthe_h3-04.png) 0 0 no-repeat; }
#esthe h4#title05 { background:url(../images/esthe_h4-05.png) 0 0 no-repeat; }
#esthe h4#title06 { background:url(../images/esthe_h4-06.png) 0 0 no-repeat; }

#esthe .alpha,
#esthe .beta,
#esthe .gamma{
   width:155px;
   float:left;
   padding-right:5px;
   padding-left:3px;
}
#esthe .alpha,
#esthe .beta{
   background:url(../images/arrow_hs.png) right center no-repeat;
}
#esthe .alpha{
    margin-left:18px;
    }

/*-------- 11  White --------*/
#white h2#title01 { background:url(../images/white_h2-01.png) 0 0 no-repeat; }
#white h3#title02 { background:url(../images/white_h3-02.png) 0 0 no-repeat; }
#white h3#title03 { background:url(../images/white_h3-03.png) 0 0 no-repeat; }
#white h3#title04 { background:url(../images/white_h3-04.png) 0 0 no-repeat; }
#white h3#title05 { background:url(../images/white_h3-05.png) 0 0 no-repeat; }


/*-------- 12  Check-up --------*/
#check-up h2#title01 { background:url(../images/check-up_h2-01.png) 0 0 no-repeat; }
#check-up h3#title02 { background:url(../images/check-up_h3-02.png) 0 0 no-repeat; }
#check-up h4#title03 { background:url(../images/check-up_h4-03.png) 0 0 no-repeat; }
#check-up h3#title04 { background:url(../images/check-up_h3-04.png) 0 0 no-repeat; }
#check-up h4#title05 { background:url(../images/check-up_h4-05.png) 0 0 no-repeat; }
#check-up h4#title06 { background:url(../images/check-up_h4-06.png) 0 0 no-repeat; }

#check-up table {
   width:450px;
    }
#check-up table th{
   width:120px;
    }
#check-up .flow th{
    width:150px;
    text-align:left;
    }
#check-up .color_box{
    border: 1px dotted #ccc;
    background:#FFFFEF;
    }


/*-------- 13  Painless --------*/
#painless h2#title01 { background:url(../images/painless_h2-01.png) 0 0 no-repeat; }
#painless h3#title02 { background:url(../images/painless_h3-02.png) 0 0 no-repeat; }
#painless h4#title03 { background:url(../images/painless_h4-03.png) 0 0 no-repeat; }
#painless h4#title04 { background:url(../images/painless_h4-04.png) 0 0 no-repeat; }
#painless h3#title05 { background:url(../images/painless_h3-05.png) 0 0 no-repeat; }
#painless h4#title06 { background:url(../images/painless_h4-06.png) 0 0 no-repeat; }
#painless h4#title07 { background:url(../images/painless_h4-07.png) 0 0 no-repeat; }
#painless h4#title08 { background:url(../images/painless_h4-08.png) 0 0 no-repeat; }


/*-------- 14  Lost --------*/
#lost h2#title01 { background:url(../images/lost_h2-01.png) 0 0 no-repeat; }
#lost h3#title02 { background:url(../images/lost_h3-02.png) 0 0 no-repeat; }
#lost h3#title03 { background:url(../images/lost_h3-03.png) 0 0 no-repeat; }
#lost h3#title04 { background:url(../images/lost_h3-04.png) 0 0 no-repeat; }
#lost h3#title05 { background:url(../images/lost_h3-05.png) 0 0 no-repeat; }
#lost h3#title06 { background:url(../images/lost_h3-06.png) 0 0 no-repeat; }

#lost table {
    width:450px;
    }
#lost table .t_head{
    width:80px;
    }

#lost table ul li{
    text-indent:16px;
	background: url(../images/li_bg2.png) 0 0 no-repeat;
    }

#lost table.t_type th{
    width:225px;
    }

#lost .info{
    clear:both;
    }
#lost .info_photo{
    width:170px;
    float:left;
    }
#lost .info_text{
    width:300px;
    float:left;
    margin-left:15px;
    }


/*-------- 15  Clinic --------*/
#clinic h2#title01 { background:url(../images/clinic_h2-01.png) 0 0 no-repeat; }
#clinic h3#title02 { background:url(../images/clinic_h3-02.png) 0 0 no-repeat; }
#clinic h4#title03 { background:url(../images/clinic_h4-03.png) 0 0 no-repeat; }
#clinic h4#title04 { background:url(../images/clinic_h4-04.png) 0 0 no-repeat; }
#clinic h4#title05 { background:url(../images/clinic_h4-05.png) 0 0 no-repeat; }
#clinic h3#title06 { background:url(../images/clinic_h3-06.png) 0 0 no-repeat; }
#clinic h4#title07 { background:url(../images/clinic_h4-07.png) 0 0 no-repeat; }
#clinic h4#title08 { background:url(../images/clinic_h4-08.png) 0 0 no-repeat; }
#clinic h4#title09 { background:url(../images/clinic_h4-09.png) 0 0 no-repeat; }
#clinic h3#title10 { background:url(../images/clinic_h3-10.png) 0 0 no-repeat; }
#clinic h3#title11 { background:url(../images/clinic_h3-11.png) 0 0 no-repeat; }

#clinic #content .dr_info ul{
    margin-left:5px;
    margin-top:5px;
    }
#clinic #content dl {
    margin-left:5px;
    }
    
#clinic #content dt {
    float:left;
    width:60px;
    margin-left:0;
    }
#clinic #content dd {
    margin-left:60px;
    }

#clinic .clinic_photos{
    clear:both;
    }
#clinic .clinic_photos .photos{
    float:left;
    margin-left:20px;
    }
* html #clinic .clinic_photos .photos{
    margin-left:12px;
    }
#clinic #content table{
    width:450px;
    margin-left:8px;
    }
/*-------- 16  Recruit --------*/





/*-------- 17  Sitemap --------*/


