@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.png) top repeat-x; }

#wrapper {
  background: url(../images/wrapper_bg.png) repeat-y;
  width: 902px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  }

#main {
  margin: 0;
  }

#content {
  width: 651px;
  float: right;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  padding: 0 0 10px 0;
  }


/*---------- 03  Header -----------*/

#header {
  background: url(../images/header_bg.png) 0 0 no-repeat;
  height: 266px;
  width: 902px;
  margin: 0;
  padding: 0;
  }

h1 {
  text-indent: -9999px;
  width: 540px;
  height: 94px;
  line-height: 1.0;
  float: left;
  }
h1 a {
  display: block;
  width: 540px;
  height: 94px;
  background: url(../images/h1.png) 0 0 no-repeat;
  }

#header #bt_sitemap {
  float: left;
  margin: 14px 0 0 0;
  padding: 0;
  }
#header #bt_sitemap img { display: block; }

#header p.tel {
  float: left;
  margin: 14px 0 0 0;
  padding: 0;
  }
#header p.tel img { display: block; }

#header_main {
  clear: both;
  height: 172px;
  }

#header_main  h2 {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  height: 172px;
  display: block;
  }

#header #catch {
  text-indent: -9999px;
  }

/*----------04  Navigation -----------*/

#nav {
  width: 251px;
  float: left;
  padding: 5px 0 10px 0;
  }

#nav #nav_cat00 {
  margin: 0 0 0 6px;
  padding: 0;
  list-style: none;
  }

#nav #nav_cat00 li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: -9999px;
  width: 240px;
  height: 40px;
  }

#nav #nav_cat00 li a {
  display: block;
  width: 240px;
  height: 40px;
  }

#nav01 a { background: url(../images/nav_cat01.png) 0 0 no-repeat; }
#nav01 a:hover { background: url(../images/nav_cat01.png) -240px 0 no-repeat; }

#nav #nav_cat01,
#nav #nav_cat02,
#nav #nav_cat03 {
  margin: 0 0 5px 6px;
  padding: 0;
  text-indent: -9999px;
  }
  
#nav #nav_cat01 dt {
  display: block;
  margin: 0;
  padding: 0;
  width: 240px;
  height: 38px;
  }

#nav #nav_cat01 dd {
  margin: 0;
  padding: 0;
  width: 240px;
  height: 35px;
  }

#nav #nav_cat01 dd a {
  display: block;
  width: 240px;
  height: 35px;
  }

#nav02 { background: url(../images/nav_cat01.png) 0 -40px no-repeat; }
#nav03 a { background: url(../images/nav_cat01.png) 0 -78px no-repeat; }
#nav04 a { background: url(../images/nav_cat01.png) 0 -113px no-repeat; }
#nav05 a { background: url(../images/nav_cat01.png) 0 -148px no-repeat; }
#nav06 a { background: url(../images/nav_cat01.png) 0 -183px no-repeat; }
#nav07 a { background: url(../images/nav_cat01.png) 0 -218px no-repeat; }
#nav08 a { background: url(../images/nav_cat01.png) 0 -253px no-repeat; }
#nav09 a { background: url(../images/nav_cat01.png) 0 -288px no-repeat; }
#nav10 a { background: url(../images/nav_cat01.png) 0 -323px no-repeat; }
#nav11 a { background: url(../images/nav_cat01.png) 0 -358px no-repeat; }

#nav03 a:hover { background: url(../images/nav_cat01.png) -240px -78px no-repeat; }
#nav04 a:hover { background: url(../images/nav_cat01.png) -240px -113px no-repeat; }
#nav05 a:hover { background: url(../images/nav_cat01.png) -240px -148px no-repeat; }
#nav06 a:hover { background: url(../images/nav_cat01.png) -240px -183px no-repeat; }
#nav07 a:hover { background: url(../images/nav_cat01.png) -240px -218px no-repeat; }
#nav08 a:hover { background: url(../images/nav_cat01.png) -240px -253px no-repeat; }
#nav09 a:hover { background: url(../images/nav_cat01.png) -240px -288px no-repeat; }
#nav10 a:hover { background: url(../images/nav_cat01.png) -240px -323px no-repeat; }
#nav11 a:hover { background: url(../images/nav_cat01.png) -240px -358px no-repeat; }

#nav #nav_cat02 dt {
  display: block;
  margin: 0;
  padding: 0;
  width: 240px;
  }

#nav #nav_cat02 dd {
  margin: 0;
  padding: 0;
  width: 240px;
  }

#nav #nav_cat02 dd a {
  display: block;
  }

#nav12 { background: url(../images/nav_cat02.png) 0 0 no-repeat; height: 30px; }
#nav13 { background: url(../images/nav_cat02.png) 0 -30px no-repeat; height: 60px; }
#nav14 a { background: url(../images/nav_cat02.png) 0 -90px no-repeat; height: 40px; }
#nav14 a:hover { background: url(../images/nav_cat02.png) -240px -90px no-repeat; height: 40px; }

#nav #nav_cat02 dd#nav13 dl#nav_voice{
  margin: 0 0 0 8px;
  padding: 0;
  }

#nav #nav_cat02 dd#nav13 #nav_voice dt {
  margin: 0;
  padding: 0;
  display: none;
  }

#nav #nav_cat02 dd#nav13 #nav_voice dd {
  text-indent: 0px;
  float: left;
  width: 60px;
  margin: 33px 0 0 0;
  padding: 0 0 0 12px;
  color: #666;
  background: url(../images/nav_li.png) 0 2px no-repeat;
  }


#nav #nav_cat02 dd#nav13 #nav_voice dd a {
  width: 60px;
  margin: 0;
  padding: 0;
  color: #666
  }

#nav #nav_cat02 dd#nav13 #nav_voice dd a:hover {
  color: #FF5C00;
  }
  
#nav #nav_cat03 dt {
  display: block;
  margin: 0;
  padding: 0;
  width: 240px;
  height: 33px;
  }

#nav #nav_cat03 dd {
  margin: 0;
  padding: 0;
  width: 240px;
  height: 35px;
  }

#nav #nav_cat03 dd a {
  display: block;
  width: 240px;
  height: 35px;
  }

#nav15 { background: url(../images/nav_cat03.png) 0 0 no-repeat; }
#nav16 a { background: url(../images/nav_cat03.png) 0 -33px no-repeat; }
#nav17 a { background: url(../images/nav_cat03.png) 0 -68px no-repeat; }

#nav16 a:hover { background: url(../images/nav_cat03.png) -240px -33px no-repeat; }
#nav17 a:hover { background: url(../images/nav_cat03.png) -240px -68px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 0;
  margin: 0;
  background: url(../images/footer_bg.png) bottom repeat-x;
  color: #666;
  height: 205px;
  }

#footer .section01 {
  clear: both;
  margin: 0;
  padding: 0;
  height: 188px;
  }

#footer p#to_clinic {
  text-indent: -9999px;
  width: 902px;
  margin: 0;
  padding: 0;
  }

#footer p#to_clinic a {
  display: block;
  height: 25px;
  background: url(../images/footer_clinic.png) bottom repeat-x;
  }

#footer .alpha {
  float: left;
  width: 410px;
  margin: 10px 0 0 0;
  }

#footer .alpha dl.style01 {
  margin: 0 0 0 20px;
  padding: 0;
  }

#footer .alpha dl.style01 dt {
  margin: 0;
  padding: 0;
  }

#footer .alpha dl.style01 dd {
  margin: 0;
  padding: 0;
  }

#footer .alpha dt#clinic_name {
  font-size: 108%;
  color: #FF6600;
  margin-bottom: .2em;
  }

#footer .alpha dl.style02 {
  margin: 0;
  padding: 0;
  }

#footer .alpha dl.style02 dt {
  margin: 0 0 .2em 0;
  padding: 0;
  font-size: normal;
  float: left;
  width: 100px;
  color: #FF6600;
  }

#footer .alpha dl.style02 dd {
  margin: 0 0 .2em 0;
  padding-left: 100px;
  }

#footer .beta {
  float: left;
  width: 490px;
  margin: 10px 0 0 0;
  }

#footer .beta  p{ 
  margin: 0;
  padding: 0;
  }

#footer .beta p.image_l {
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
  }

#footer .section02 {
  clear: both;
  margin: 0;
  padding: 0;
  }

#footer address { 
  text-align: center; 
  margin: 0;
  color: #FF9400;
  }


/*---------- 06  Contents -----------*/

#content .section { padding: .5em 15px 5px 20px; }
#content .section .section { padding: .7em 10px .5em 10px; }

.center { text-align: center; }

#content h3 {
  clear: both;
  height: 50px;
  text-indent: -9999px;
  margin-top: 10px;
  }
#content h4 {
  height: 27px;
  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.png) 0 4px no-repeat;
  padding-left: 15px;
  }
#content ul.olist li {
  background-image: none;
  padding-left: 0;
  }

#content dl,
#content ul {
  margin: 10px;
  }

#content dt {
  border-bottom: 1px solid #FF6600;
  color: #FF6600;
  height: 20px;
  font-size: 108%;
  font-weight: bold;
  margin: 0;
  padding: 0 .5em;
  }

#content a { 
  text-decoration: underline;
  color: #009C4A;
  }

#content a:hover {
  color: #4BB980;
  }

#content blockquote {
  margin: .5em;
  background: url(../images/blockquote_bg.jpg) top left repeat-y;
  padding: .5em 1em;
  }

.image_l  {
  float: left;
  margin: 8px 12px 8px 0;
  }

.image_r {
  float: right;
  margin: 8px 0 8px 12px;
  }

.case {
  margin: 10px 20px;
  background: url(../images/arrow.png) center center no-repeat;
  }

.case-narrow {
  margin: 10px 40px;
  background: url(../images/arrow.png) 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 .totop {
  margin: 10px 10px 10px 0;
  }

#content .totop ul {
  clear: both;
  padding-bottom: 10px;
  }

#content .totop li {
  list-style: none;
  width: 80px;
  height: 17px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content .totop li a {
  display: block;
  height: 16px;
  background: url(../images/to_top.png) 0 0 no-repeat;
  }

p.caution {
  padding-left: 24px;
  background: url(../images/caution.png) 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: 1px solid #FF6600;
  font-size: 100%;
  color: #666;
  width: 570px;
  margin-top: 10px;
  }

#content table th,
#content table td {
  padding: 4px 8px;
  border: 1px solid #FF6600;
  }

#content table th {
  background: #FFE5BF;
  color: #FF6600;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }

#content .flow {
  background: url(../images/arrow02.png) center bottom no-repeat;
  padding-bottom: 30px;
  }

#content .flow dl {
  margin: 10px 0 0 0;
  padding: 0;
  }

#content .flow dt {
  background: #FFEE9F;
  border-bottom: 1px solid #FF6600;
  height: 20px;
  font-size: 108%;
  margin: 0;
  padding: 0 .5em;
  color: #FF3000;
  }

#content .flow span {
  color:#FF6600;
  font-size: normal;
  }

#content .flow dd {
  margin: .5em;
  padding: 0;
  }

#content #end {
  background-image: none;
  padding-bottom: 10px;
  }

.point {
  color: #0066DF;
  }

.eye {
  color: #0066DF;
  text-align: center;
  font-weight: bold;
  font-size: 108%;
  line-height: 2;
  }

.to_next {
 text-indent: -9999px;
 width: 570px;
 }

.to_next a {
  display: block;
  height: 120px;
  }




/*---------- Index -----------*/
#index #header {
  height: 396px;
  }

#index #header_main {
  height: 302px;
  }

#index #header_main  h2 {
  height: 302px;
  }

#index #header h2 { background: url(../images/index_top.jpg) 0 0 no-repeat; }

#index #content h3#title02 { background: url(../images/index_h2-01.png) 0 0 no-repeat; }

#index #content #pickup h4 {
  background: url(../images/index_h3-02.png) 0 0 no-repeat;
  height: 30px;
  }

#index #pickup ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  } 

#index #pickup li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 610px;
  height: 65px;
  background-image: none;
  } 

#index #pickup li a {
  display: block;
  width: 610px;
  height: 65px;  
  }

#index #pickup #pick01 a { background: url(../images/pickup.png) 0 0 no-repeat; }
#index #pickup #pick02 a { background: url(../images/pickup.png) 0 -65px no-repeat; }
#index #pickup #pick03 a { background: url(../images/pickup.png) 0 -130px no-repeat; }
#index #pickup #pick04 a { background: url(../images/pickup.png) 0 -195px no-repeat; }
#index #pickup #pick05 a { background: url(../images/pickup.png) 0 -260px no-repeat; }
#index #pickup #pick06 a { background: url(../images/pickup.png) 0 -325px no-repeat; }
#index #pickup #pick07 a { background: url(../images/pickup.png) 0 -390px no-repeat; }
#index #pickup #pick08 a { background: url(../images/pickup.png) 0 -455px no-repeat; } 

#index #pickup #pick01 a:hover { background: url(../images/pickup.png) -610px 0 no-repeat; }
#index #pickup #pick02 a:hover { background: url(../images/pickup.png) -610px -65px no-repeat; }
#index #pickup #pick03 a:hover { background: url(../images/pickup.png) -610px -130px no-repeat; }
#index #pickup #pick04 a:hover { background: url(../images/pickup.png) -610px -195px no-repeat; }
#index #pickup #pick05 a:hover { background: url(../images/pickup.png) -610px -260px no-repeat; }
#index #pickup #pick06 a:hover { background: url(../images/pickup.png) -610px -325px no-repeat; }
#index #pickup #pick07 a:hover { background: url(../images/pickup.png) -610px -390px no-repeat; }
#index #pickup #pick08 a:hover { background: url(../images/pickup.png) -610px -455px no-repeat; } 

#index #content .point {
  text-align: center;
  margin: 15px 0 0 0;
  }


/*---------- Whitening -----------*/
#whitening #header_main { background: url(../images/whitening_header_main.jpg) 0 0 no-repeat; } 
#whitening #title01 { background: url(../images/whitening_h3-01.png) 0 0 no-repeat; } 
#whitening #title02 { background: url(../images/whitening_h4-02.png) 0 0 no-repeat; } 
#whitening #title03 { background: url(../images/whitening_h4-03.png) 0 0 no-repeat; } 


/*---------- Breath-inspection -----------*/
#breath-inspection #header_main { background: url(../images/breath_header_main.jpg) 0 0 no-repeat; } 
#breath-inspection #title01 { background: url(../images/breath_h3-01.png) 0 0 no-repeat; } 
#breath-inspection #title02 { background: url(../images/breath_h4-02.png) 0 0 no-repeat; } 
#breath-inspection #title03 { background: url(../images/breath_h4-03.png) 0 0 no-repeat; } 

#breath-inspection #photo01 {
  margin-left: 10px;
  }

#breath-inspection #photo02 {
  margin: 0 20px 0 10px;
  }

#breath-inspection #content .alpha,
#breath-inspection #content .beta {
  float: left;
  width: 180px;
  margin-right: 15px;
  }
#breath-inspection #content .gamma {
  float: left;
  width: 180px;
  }




/*---------- Ortho -----------*/
#ortho #header_main { background: url(../images/ortho_header_main.jpg) 0 0 no-repeat; } 
#ortho #title01 { background: url(../images/ortho_h3-01.png) 0 0 no-repeat; } 
#ortho #title02 { background: url(../images/ortho_h4-02.png) 0 0 no-repeat; } 
#ortho #title03 { background: url(../images/ortho_h4-03.png) 0 0 no-repeat; } 
#ortho #title04 { background: url(../images/ortho_h4-04.jpg) 0 0 no-repeat; } 

/*---------- Perio -----------*/
#perio #header_main { background: url(../images/perio_header_main.jpg) 0 0 no-repeat; } 
#perio #title01 { background: url(../images/perio_h3-01.png) 0 0 no-repeat; } 
#perio #title02 { background: url(../images/perio_h4-02.png) 0 0 no-repeat; } 
#perio #title03 { background: url(../images/perio_h4-03.png) 0 0 no-repeat; } 
#perio #title04 { background: url(../images/perio_h4-04.png) 0 0 no-repeat; } 

#perio #content td {
  width: 190px;
  text-align: center;
  }

#perio #content td.style02 {
  background: #FFEEB8;
  }

#perio #content dl {
  margin: 20px 10px 0 0;
  padding: 0;
  }

#perio #content dd {
  margin: 0;
  padding: .3em .5em;
  }

#perio .eye {
  text-align: left;
  }

/*---------- Painless -----------*/
#painless #header_main { background: url(../images/painless_header_main.jpg) 0 0 no-repeat; } 
#painless #title01 { background: url(../images/painless_h3-01.png) 0 0 no-repeat; } 
#painless #title02 { background: url(../images/painless_h3-02.png) 0 0 no-repeat; } 
#painless #title03 { background: url(../images/painless_h4-03.png) 0 0 no-repeat; } 
#painless #title04 { background: url(../images/painless_h4-04.png) 0 0 no-repeat; } 
#painless #title05 { background: url(../images/painless_h4-05.png) 0 0 no-repeat; } 
#painless #title06 { background: url(../images/painless_h4-06.png) 0 0 no-repeat; } 


#painless #content dt {
  margin: 5px 0 0 0;
  }

#painless #content dd {
  padding: .1em 0 8px 0;
  }

#painless  #content td {
  width: 285px;
  vertical-align: top;
  }

#painless  #content td.style02 {
  background: #FFEEB8;
  }

/*---------- Esthe -----------*/
#esthe #header_main { background: url(../images/esthe_header_main.jpg) 0 0 no-repeat; } 
#esthe #title01 { background: url(../images/esthe_h3-01.png) 0 0 no-repeat; } 
#esthe #title02 { background: url(../images/esthe_h4-02.png) 0 0 no-repeat; } 
#esthe #title03 { background: url(../images/esthe_h4-03.png) 0 0 no-repeat; } 

#esthe #content td {
  width: 285px;
  vertical-align: top;
  }

#esthe .to_next a { background: url(../images/to_next01.png) 0 0 no-repeat; } 
#esthe .to_next a:hover { background: url(../images/to_next01.png) 0 -120px no-repeat; } 

/*---------- Denture -----------*/
#denture #header_main { background: url(../images/denture_header_main.jpg) 0 0 no-repeat; } 
#denture #title01 { background: url(../images/denture_h3-01.png) 0 0 no-repeat; } 
#denture #title02 { background: url(../images/denture_h4-02.png) 0 0 no-repeat; } 
#denture #title03 { background: url(../images/denture_h4-03.png) 0 0 no-repeat; } 

#denture div.waku{
	width:500px;
	height:210px;
	margin:0 45px;
}
#denture div.waku_l{
	width:240px;
	height:200px;
	float:left;
}
#denture div.waku_r{
	width:240px;
	height:200px;
	float:right;
}

.ban_implant a{
	width:590px;
	height:74px;
	display:block;
	text-indent:-9999px;
	margin:10px 30px;
	background:url(../images/ban_implant.jpg);
}
.ban_implant a:hover{
	background-position:0 100%;
}

/*---------- Implant -----------*/
#implant #header_main { background: url(../images/implant_header_main.jpg) 0 0 no-repeat; } 
#implant #title01 { background: url(../images/implant_h3-01.png) 0 0 no-repeat; } 
#implant #title02 { background: url(../images/implant_h4-02.png) 0 0 no-repeat; } 
#implant #title03 { background: url(../images/implant_h4-03.png) 0 0 no-repeat; } 
#implant #title04 { background: url(../images/implant_h4-04.png) 0 0 no-repeat; } 
#implant #title05 { background: url(../images/implant_h4-05.png) 0 0 no-repeat; } 
#implant #title06 { background: url(../images/implant_h4-06.png) 0 0 no-repeat; } 
#implant #title07 { background: url(../images/implant_h4-07.png) 0 0 no-repeat; } 
#implant #title08 { background: url(../images/implant_h4-08.png) 0 0 no-repeat; margin-bottom:20px; } 
#implant #title09 { background: url(../images/implant_h3-09.png) 0 0 no-repeat; } 

#implant .implant_q{
	background: url(../images/question.jpg) 15px 0 no-repeat;
	padding-left:50px;
	height:25px;
	color:#fd8a2f;
	font-weight:bold;
}
#implant .implant_a{
	background: url(../images/answer.jpg) 15px 0 no-repeat;
	padding-left:50px;
	height:25px;
}
#implant .implant_a02{
	background: url(../images/answer.jpg) 15px 0 no-repeat;
	padding-left:50px;
	height:65px;
}
/*---------- dental-acupuncture -----------*/
#dental-acupuncture #header_main { background: url(../images/acupuncture_header_main.jpg) 0 0 no-repeat; } 
#dental-acupuncture #title01 { background: url(../images/acupuncture_h3-01.png) 0 0 no-repeat; } 
#dental-acupuncture #title02 { background: url(../images/acupuncture_h4-02.png) 0 0 no-repeat; } 
#dental-acupuncture #photo01 {
  margin-left: 10px;
  }

#dental-acupuncture #photo02 {
  margin: 0 20px 0 10px;
  }

#dental-acupuncture #content .alpha,
#dental-acupuncture #content .beta {
  float: left;
  width: 180px;
  margin-right: 15px;
  }
#dental-acupuncture #content .gamma {
  float: left;
  width: 180px;
  }

/*---------- Voice -----------*/
#voice #header_main { background: url(../images/voice_header_main.jpg) 0 0 no-repeat; } 
#voice #title01 { background: url(../images/voice_h3-01.png) 0 0 no-repeat; } 

/*---------- Prevention -----------*/
#prevention #header_main { background: url(../images/prevention_header_main.jpg) 0 0 no-repeat; } 
#prevention #title01 { background: url(../images/prevention_h3-01.png) 0 0 no-repeat; } 
#prevention #title02 { background: url(../images/prevention_h4-02.png) 0 0 no-repeat; } 
#prevention #title03 { background: url(../images/prevention_h4-03.png) 0 0 no-repeat; } 

/*---------- Staff -----------*/
#staff #header_main { background: url(../images/staff_header_main.jpg) 0 0 no-repeat; } 
#staff #title01 { background: url(../images/staff_h3-01.png) 0 0 no-repeat; } 
#staff #title02 { background: url(../images/staff_h4-02.png) 0 0 no-repeat; } 
#staff #title03 { background: url(../images/staff_h4-03.png) 0 0 no-repeat; } 
#staff #title04 { background: url(../images/staff_h4-04.png) 0 0 no-repeat; } 
#staff #title05 { background: url(../images/staff_h4-05.png) 0 0 no-repeat; } 

#staff #content .alpha {
  float: left;
  width: 220px;
  }

#staff #content .beta {
  float: right;
  width: 390px;
  }

#staff #content .beta table {
  width: 390px;
  }

#staff #content .beta th {
  width: 70px;
  }

/*---------- Clinic -----------*/
#clinic #header_main { background: url(../images/clinic_header_main.jpg) 0 0 no-repeat; } 
#clinic #title01 { background: url(../images/clinic_h3-01.png) 0 0 no-repeat; } 
#clinic #title02 { background: url(../images/clinic_h3-02.png) 0 0 no-repeat; } 

#clinic #content table {
  margin-left: 70px;
  width: 480px;
  }

#clinic #content th {
  width: 150px;
  }

/*---------- Sitemap -----------*/
#sitemap #header_main { background: url(../images/sitemap_header_main.jpg) 0 0 no-repeat; } 

#sitemap #content ul,
#sitemap #content dl {
  margin: 5px 10px 20px;
  }

#sitemap #content h3 {
  text-indent: 0;
  border-bottom: 1px solid #FF6600;
  color: #FF6600;
  height: 20px;
  font-size: 108%;
  font-weight: bold;
  margin: 10px 10px .5em 0;
  padding: 0 .5em;  
  }

#sitemap #content dt {
  background: url(../images/li_bg.png) 0 4px no-repeat;
  padding-left: 15px;
  margin-bottom: 5px;
  border: none;
  }

#sitemap #content dd {
  margin: 0 0 1em 1em;
  }

.box_l { float:left;}
.box_r { float:right;}

.boximg{
width: 650px;

}

.imgR{
float:right;
margin-right: 15px;
_margin-right: 7px;
}

.imgL{
float:left;
margin-left: 20px;
_margin-left: 10px;
}
