﻿@charset "UTF-8";
@import "base.css";
@import "digi.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: #FFEBD9; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 840px;
	margin: 0px auto;
	padding: 0 20px;
	text-align: left;
	}

#main {
  margin: 0;
  padding: 0 20px 0 30px;
  background: url(../images/main_bg.jpg) repeat-y;
  }

* html body #main { width: 840px; }


#content {
	width: 595px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 20px 0 0 0px;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 130px;
	width: 840px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 430px;
	height: 130px;
	line-height: 1.0;
	float: left;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}
	
#index #wrapper #header #top {
	text-indent: -9999px;
	width: 430px;
	height: 130px;
	line-height: 1.0;
	float: left;
	background: url(../images/h1_02.jpg) 0 0 no-repeat;
}

#header .section {
	width: 340px;
	float: right;
	margin: 0;
	padding: 20px 0 0 0;
	}


#header #description {
  margin: 0 0 0 0px;
  padding:  0 0 0 30px;
  height: 20px;
  color: #666;
  }

#header p.tel {
  margin: 0;
  padding: 0 0 0 100px;
  height: 60px;
  clear: both;
  }

#header p.tel img { display: block; }

#header_nav {
  clear: both;
  margin: 0; 
  padding: 0 0 0 100px;
  list-style: none;
  width: 240px;
  height: 30px;
  }

* html body #header_nav { width: 340px; }

#header_nav li {
  height: 30px;
  float: left;
  text-indent: -9999px;
  list-style: none;
  margin: 0;
  padding: 0;
  }

#header_nav li a {
  display: block;
  height: 30px;
  }

#nav01 { width: 120px; }
#nav02 { width: 120px; }

#nav01 a {
  background: url(../images/header_nav.jpg) -50px 0 no-repeat;
  width: 70px;
  margin-left: 50px;
 }

#nav02 a {
  background: url(../images/header_nav.jpg) -130px 0 no-repeat;
  width: 110px;
  margin-left: 10px;
  }


/*----------04  Navigation -----------*/

#nav {
	width: 180px;
	float: left;
	padding: 20px 0 20px 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 40px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 35px;
	}

#nav03 a { background: url(../images/nav.png) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.png) 0 -40px no-repeat; }
#nav05 a { background: url(../images/nav.png) 0 -80px no-repeat; }
#nav06 a { background: url(../images/nav.png) 0 -120px no-repeat; }
#nav07 a { background: url(../images/nav.png) 0 -160px no-repeat; }
#nav08 a { background: url(../images/nav.png) 0 -200px no-repeat; }
#nav09 a { background: url(../images/nav.png) 0 -240px no-repeat; }
#nav10 a { background: url(../images/nav.png) 0 -280px no-repeat; }
#nav11 a { background: url(../images/nav.png) 0 -320px no-repeat; }
#nav12 a { background: url(../images/nav.png) 0 -360px no-repeat; }
#nav13 a { background: url(../images/nav.png) 0 -400px no-repeat; }
#nav14 a { background: url(../images/nav.png) 0 -440px no-repeat; }

#nav03 a:hover { background: url(../images/nav.png) -180px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.png) -180px -40px no-repeat; }
#nav05 a:hover { background: url(../images/nav.png) -180px -80px no-repeat; }
#nav06 a:hover { background: url(../images/nav.png) -180px -120px no-repeat; }
#nav07 a:hover { background: url(../images/nav.png) -180px -160px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -180px -200px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -180px -240px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -180px -280px no-repeat; }
#nav11 a:hover { background: url(../images/nav.png) -180px -320px no-repeat; }
#nav12 a:hover { background: url(../images/nav.png) -180px -360px no-repeat; }
#nav13 a:hover { background: url(../images/nav.png) -180px -400px no-repeat; }
#nav14 a:hover { background: url(../images/nav.png) -180px -440px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 0;
  margin: 0;
  background:  url(../images/footer_bg.jpg) no-repeat;
  font-size: 85%;
  text-align: right;
  color: #666;
  height: 120px;
  width: 840px;
  }
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer .alpha {
  float: left;
  width: 240px;
  margin: 0;
  padding: 0;
  }

#footer .alpha p {
  margin: 0;
  padding: 0;
  }

#footer .alpha img {
  display: block;
  }

#footer .beta {
  float: right;
  width: 600px;
  }

#footer a {
	text-decoration: none;
	color: #666;
	}
#footer a:hover {
  color: #FF8C23;
  }

#footer ul { 
	list-style: none;
	margin: 35px 30px 5px 0;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1.8;
	}

#footer address { margin: 8px 30px; }


/*---------- 06  Contents -----------*/

#content .section { padding: .5em 25px .5em 30px;
 }
#content .section .section { padding: .5em 10px .5em 0;
 }
 
#content .section .section01 { padding: .5em 0px .5em 0;
 }

.center { text-align: center; }

#content h2 {
	height: 30px;
	text-indent: -9999px;
	margin: 0px 0 10px 20px;
	}
#content h3 {
	clear: both;
	height: 26px;
	text-indent: -9999px;
	margin: 0 0 10px -10px;
	}
#content h4 {
	height: 26px;
	text-indent: -9999px;
	margin: 0;
	}

#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 5px 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;
	color: #FF8C23;
	}
#content a:hover { text-decoration: none; }

#content blockquote {
	margin: .5em;
	padding: .1em 1em;
	border: 1px dotted #FF718D;
	}

.image_l  {
	float: left;
	margin: 5px 16px 8px 0;
	}

.image_r {
	float: right;
	margin: 5px 0 8px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
.case01 {
	width:480px;
	margin: 10px 0 10px 0;
	background: url(../images/arrow_b2.jpg) center 65px no-repeat;
	}
.case02 {
	width:480px;
	margin: 10px 0 10px 0;
	background: url(../images/arrow_b2.jpg) center 95px no-repeat;
	}	
.case03 {
	width:480px;
	margin: 10px 0 10px 0;
	background: url(../images/arrow_b1.png) center top no-repeat;
	}	
	
.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.caption {
  font-weight: bold;
  }


.imgbox_02{
	margin: 10px 40px;
}

.imgbox_02 .image_r {
	float: right;
	height: 220px;
	margin: 5px 0 8px 16px;
	}

#content ul.totop {
	clear: both;
	padding-bottom: 5px;
	}

#content ul.totop li {
	list-style: none;
	width: 98px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 20px;
	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: 2px solid #ffae63;
	font-size: 100%;
	color: #666;
	width: 500px;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 2px solid #ffae63;
	}

#content table th {
	background: #FEFAD5;
	color: #FF8C22;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

#access {
  text-indent: -9999px;
  clear: both;
  }

#access a {
  display: block;
  height: 70px;
  background: url(../images/bn_access.jpg) 0 0 no-repeat;
  }

#access a:hover { background: url(../images/bn_access.jpg) 0 -70px no-repeat;}


/*---------- 07  Index -----------*/
#index #header {
  background: url(../images/index_header_bg.jpg) 0 0 no-repeat;
  height: 360px;
  }



#index h2 {
  height: 26px;
  margin: 0;
  padding: 0;
  }

#index h2#title01 { background: url(../images/index_h2-01.png) 0 0 no-repeat; }
#index h2#title02 { background: url(../images/index_h2-02.png) 0 0 no-repeat; }
#index h2#title03 { background: url(../images/index_h2-03.png) 0 0 no-repeat; }
#index h2#title04 { background: url(../images/index_h2-04.png) 0 0 no-repeat; }

.pickup {
  margin: 0 25px;
  clear: both;
  }

.pickup .alpha {
  float: left;
  width: 260px;
  }

.pickup .beta {
  float: right;
  width: 260px;
  }

.pickup .image_r {
  margin: 0 0 5px 0;
  padding: 0;
  }

#greeting {
  margin: 10px 25px;
  clear: both;
  }

#index h3#title05 { 
  background: url(../images/index_h3-05.png) 0 0 no-repeat;
  height: 30px;
  margin: 10px 0;
  }


#news_tiny {
	width: 550px;
	height:60px;
	margin: 0 0 15px 20px;
	padding: 10px 0;
	overflow: auto;
}

#index #tiny_title {
	background: url(../images/tiny_title.jpg) 0 0 no-repeat;
	margin: 0 0 0 20px;
	width: 550px;
	height: 26px;
	text-indent: -9999px;
}


#news_tiny table{
	width: 520px;
	border: none;
}

#news_tiny table th,
#news_tiny table td{
	font-size: 13px;
	line-height: 1.5em;
	margin: 0;
	padding: 3px 5px 3px 0px;
	color: #727272;
	border: none;
}

#news_tiny table td.tn_date{
	color: #72594a;
	width: 90px;
	vertical-align: top;
}

#news_tiny a{
	background: none;
	color: #6c5338;
}



/*---------- 08  Concept -----------*/
#concept h2#title01 { background: url(../images/concept_h2-01.png) 0 0 no-repeat; }
#concept h3#title02 { background: url(../images/concept_h3-02.png) 0 0 no-repeat; }
#concept h4#title03 { background: url(../images/concept_h4-03.png) 0 0 no-repeat; }
#concept h4#title04 { background: url(../images/concept_h4-04.png) 0 0 no-repeat; }
#concept h4#title05 { background: url(../images/concept_h4-05.png) 0 0 no-repeat; }

/*---------- 09  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 h3#title03 { background: url(../images/clinic_h3-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 h4#title06 { background: url(../images/clinic_h4-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 h4#title10 { background: url(../images/clinic_h4-10.png) 0 0 no-repeat; }
#clinic h4#title11 { background: url(../images/clinic_h4-11.png) 0 0 no-repeat; }
#clinic h4#title12 { background: url(../images/clinic_h4-12.png) 0 0 no-repeat; }
#clinic h4#title13 { background: url(../images/clinic_h4-13.png) 0 0 no-repeat; }
#clinic h4#title14 { background: url(../images/clinic_h4-14.png) 0 0 no-repeat; }
#clinic h4#title15 { background: url(../images/clinic_h4-15.png) 0 0 no-repeat; }
#clinic h4#title16 { background: url(../images/clinic_h4-16.png) 0 0 no-repeat; }
#clinic h4#title24 { background: url(../images/clinic_h4-24.png) 0 0 no-repeat; }

#clinic #content th { width: 100px; }

#clinic02 {
  margin: 0 20px 0 0px;
  }

#clinic02 .alpha {
  float: left;
  width: 150px;
  }

#clinic02 .beta {
  float: right;
  width: 330px;
  }

/*---------- 10  Staff -----------*/
#staff h2#title01 { background: url(../images/staff_h2-01.png) 0 0 no-repeat; }
#staff h3#title02 { background: url(../images/staff_h3-02.png) 0 0 no-repeat; }
#staff h3#title03 { background: url(../images/staff_h3-03.png) 0 0 no-repeat; }
#staff h4#title04 { background: url(../images/staff_h4-04.png) 0 0 no-repeat; }
#staff h4#title05 { background: url(../images/staff_h4-05.png) 0 0 no-repeat; }

#staff #dr .alpha {
  float: left;
	width: 165px;
	}

#staff #dr .beta {
  float: right;
	width: 360px;
	}

#staff #dr ul {
  margin: 0 0 0 10px;
	padding: 0;
	}

#staff .member {
  clear: both;
  margin: 10px 0 0 20px;
	padding: 0;
	}

#staff .member .alpha {
  float: left;
	width: 165px;
	}

#staff .member .beta {
  float: right;
	width: 330px;
	}

#staff .member dd{
	background: url(../images/li_bg.png) 0 5px no-repeat;
	padding-left: 15px;
  }

.name {
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align: center;
	}

/*---------- 11  Prevent -----------*/
#prevent h2#title01 { background: url(../images/prevent_h2-01.png) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-02.png) 0 0 no-repeat; }
#prevent h3#title03 { background: url(../images/prevent_h3-03.png) 0 0 no-repeat; }
#prevent h3#title04 { background: url(../images/prevent_h3-04.png) 0 0 no-repeat; }
#prevent h3#title05 { background: url(../images/prevent_h3-05.png) 0 0 no-repeat; }
#prevent h4#title06 { background: url(../images/prevent_h4-06.png) 0 0 no-repeat; }
#prevent h4#title07 { background: url(../images/prevent_h4-07.png) 0 0 no-repeat; }
#prevent h4#title08 { background: url(../images/prevent_h4-08.png) 0 0 no-repeat; }
#prevent h4#title09 { background: url(../images/prevent_h4-09.png) 0 0 no-repeat; }
#prevent h4#title10 { background: url(../images/prevent_h4-10.png) 0 0 no-repeat; }
#prevent h4#title11 { background: url(../images/prevent_h4-11.png) 0 0 no-repeat; }

#prevent p.txtin {text-indent: 50px;}

/*---------- 12  Implant -----------*/
#implant h2#title01 { background: url(../images/implant_h2-01.png) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.png) 0 0 no-repeat; }
#implant h3#title03 { background: url(../images/implant_h3-03.png) 0 0 no-repeat; }
#implant h3#title04 { background: url(../images/implant_h3-04.png) 0 0 no-repeat; }
#implant h3#title05 { background: url(../images/implant_h3-05.png) 0 0 no-repeat; }
#implant h4#title06 { background: url(../images/implant_h4-06.png) 0 0 no-repeat; }
#implant h4#title07 { background: url(../images/implant_h4-07.png) 0 0 no-repeat; }
#implant h4#title08 { background: url(../images/implant_h4-08.png) 0 0 no-repeat; }
#implant h4#title09 { background: url(../images/implant_h4-09.png) 0 0 no-repeat; }
#implant h4#title10 { background: url(../images/implant_h4-10.png) 0 0 no-repeat; }
#implant h4#title11 { background: url(../images/implant_h4-11.png) 0 0 no-repeat; }
#implant h4#title12 { background: url(../images/implant_h4-12.png) 0 0 no-repeat; }
#implant h3#title18 { background: url(../images/implant_h3-08.png) 0 0 no-repeat; }

.anchor li { 
  display: inline;
	margin: 0 1em 0 0;
	padding: .2em 0 }

dl.flow {
  margin: 0 10px 0 0;
	padding: 0;
	}

dl.flow dt {
  background: #FFF7C0;
	padding: .1em 1em;
	}

dl.flow dd {
  background: url(../images/arrow_d.png) bottom no-repeat;
	padding-bottom: 30px;
	margin: 0 0 8px 1em;
	}

dl.flow dd#end {
  background: none;
	padding-bottom: 10px;
	}

/*---------- 13  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 h4#title04 { background: url(../images/esthe_h4-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 h4#title07 { background: url(../images/esthe_h4-07.png) 0 0 no-repeat; }
#esthe h4#title08 { background: url(../images/esthe_h4-08.png) 0 0 no-repeat; }
#esthe h4#title09 { background: url(../images/esthe_h4-09.png) 0 0 no-repeat; }
#esthe h4#title10 { background: url(../images/esthe_h4-10.png) 0 0 no-repeat; }
#esthe h4#title11 { background: url(../images/esthe_h4-11.png) 0 0 no-repeat; }
#esthe h4#title12 { background: url(../images/esthe_h4-12.png) 0 0 no-repeat; }
#esthe h3#title13 { background: url(../images/esthe_h3-13.png) 0 0 no-repeat; }
#esthe h4#title14 { background: url(../images/esthe_h4-14.png) 0 0 no-repeat; }
#esthe h4#title15 { background: url(../images/esthe_h4-15.png) 0 0 no-repeat; }
#esthe h3#title16 { background: url(../images/esthe_h3-16.png) 0 0 no-repeat; }
#esthe h4#title17 { background: url(../images/esthe_h4-17.png) 0 0 no-repeat; }

#esthe #content .alpha {
  float: left;
  width: 250px;
  }

#esthe #content .beta {
  float: right;
  width: 250px;
  }

/*---------- 14  Child -----------*/
#child h2#title01 { background: url(../images/child_h2-01.png) 0 0 no-repeat; }
#child h3#title02 { background: url(../images/child_h3-02.png) 0 0 no-repeat; }

#child .flow {
  background: url(../images/arrow_d.png) bottom no-repeat;
	padding-bottom: 30px;
	text-align: center;
  }

#child .flow#end { background-image: none; }

/*---------- 15  Ortho -----------*/
#ortho h2#title01 { background: url(../images/ortho_h2-01.png) 0 0 no-repeat; }
#ortho h3#title02 { background: url(../images/ortho_h3-02.png) 0 0 no-repeat; }
#ortho h3#title03 { background: url(../images/ortho_h3-03.png) 0 0 no-repeat; }
#ortho h3#title04 { background: url(../images/ortho_h3-04.png) 0 0 no-repeat; }
#ortho h3#title05 { background: url(../images/ortho_h3-05.png) 0 0 no-repeat; }
#ortho h3#title06 { background: url(../images/ortho_h3-06.png) 0 0 no-repeat; }
#ortho h4#title07 { background: url(../images/ortho_h4-07.png) 0 0 no-repeat; }

/*---------- 16  Oral-surgery -----------*/
#oral-surgery h2#title01 { background: url(../images/oral-surgery_h2-01.png) 0 0 no-repeat; }
#oral-surgery h3#title02 { background: url(../images/oral-surgery_h3-02.png) 0 0 no-repeat; }
#oral-surgery h3#title03 { background: url(../images/oral-surgery_h3-03.png) 0 0 no-repeat; }
#oral-surgery h3#title04 { background: url(../images/oral-surgery_h3-04.png) 0 0 no-repeat; }

#oral-surgery h3#title05 { background: url(../images/oral-surgery_h3-05.png) 0 0 no-repeat; }

#oral-surgery h4#title01 { background: url(../images/oral-surgery_h4-01.png) 0 0 no-repeat; }
#oral-surgery h4#title02 { background: url(../images/oral-surgery_h4-02.png) 0 0 no-repeat; }
#oral-surgery h4#title03 { background: url(../images/oral-surgery_h4-03.png) 0 0 no-repeat; }
#oral-surgery h4#title04 { background: url(../images/oral-surgery_h4-04.png) 0 0 no-repeat; }
#oral-surgery h4#title05 { background: url(../images/oral-surgery_h4-05.png) 0 0 no-repeat; }
#oral-surgery h4#title06 { background: url(../images/oral-surgery_h4-06.png) 0 0 no-repeat; }

#oral-surgery h4#title07 { background: url(../images/oral-surgery_h4-06.png) 0 0 no-repeat; }
#oral-surgery h4#title08 { background: url(../images/oral-surgery_h4-06.png) 0 0 no-repeat; }

/*---------- 17  Sitemap -----------*/
#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }

#sitemap #content dt{
	background: url(../images/li_bg.png) 0 5px no-repeat;
	padding-left: 15px;
	margin-bottom: 3px;
	}

#sitemap #content dd {
  margin-bottom: 7px;
	}
#oral_surgery .alpha {
  float: left;
  width: 150px;
  }

#oral_surgery .beta {
  float: right;
  width: 290px;
  }
  
#content .sr_brn02 a{
	background:url(../images/index_bn02.jpg) 0 0 no-repeat;
	width:550px; 
	height:96px; 
	display:block; 
	text-indent:-9999px;
	margin:-15px 0 20px 22px;
	outline:none;
}

#content .sr_brn02 a:hover{
	background-position:0 -96px;
}

.sr_brn03 a{
	background:url(../images/index_bn03.jpg) 0 0 no-repeat;
	width:180; 
	height:180px; 
	display:block; 
	text-indent:-9999px;
	margin-top:12px;
	outline:none;
}

.sr_brn03 a:hover{
	background-position:0 -180px;
}
