@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Clinic                      */
/*                 10  Treatment                   */
/*                 11  Prevent                     */
/*                 12  Child                       */
/*                 13  Ortho                       */
/*                 14  Esthe                       */
/*                 15  Denture                     */
/*                 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: #77933c; }

#wrapper {
	background: url(../images/bg.jpg) center repeat-y;
	width: 830px;
	margin: 15px auto;
	text-align: left;
	}

#main {
	margin: 0 15px;
	}

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 5px 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 61px;
	width: 800px;
	margin: 0 15px;
	padding: 0;
	position:relative;
	}

#header h1{
	position:absolute;
	font-size:90%;
	display:block;
	left: 2px;
	top: -16px;
	padding:3px 0 0 0;
	text-align:right;
	color:#FFFFFF;
}


#header p.logo {
	margin:13px 0 0 19px;
	width: 219px;
	height: 43px;
	line-height: 1.0;
	float: left;
	display:block;
	}


#header .section {
	width: 150px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 46px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
	width: 150px;
	height: 15px;
	}

#header_nav li {
	height: 15px;
	float: right;
	text-indent: -9999px;
	list-style: none;
	line-height: 15px;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 15px;
	}

#nav01 a {
	background: url(../images/header_nav.jpg) -99px 0 no-repeat;
	width: 51px;
	}
#nav02 a {
	background: url(../images/header_nav.jpg) 0 0 no-repeat;
	width: 99px;
	}

#nav01 a:hover { background: url(../images/header_nav.jpg) -99px -15px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.jpg) 0 -15px no-repeat; }


/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	padding: 5px 0 20px 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 35px;
	margin: 0 10px;
	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) -180px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -180px -30px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -180px -60px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -180px -90px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -180px -120px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -180px -150px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -180px -180px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -180px -210px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 14px 0;
	margin: 0 15px;
	background: #e0d5aa url(../images/footer_tel.jpg) left center no-repeat;
	font-size: 85%;
	text-align: right;
	color: #000000;
	}
*: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: #000000;
	}
#footer a:hover {
	text-decoration: underline;
	color: #86984c;
	}

#footer ul { 
	list-style: none;
	margin: 0 2em 2px 240px;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address {
	margin: 8px 2em;
	color: #827552;
	}


/*---------- 06  Contents -----------*/

.main_image { margin: 0 15px; }
.main_image p { margin: 0; }

.section { padding: .5em 30px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 50px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	height: 40px;
	text-indent: -9999px;
	}
#content h4 {
	height: 40px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #f3f3f3;
	}

#content ul li {
	list-style: none;
	background: url(../images/list.jpg) 0 4px no-repeat;
	padding-left: 20px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #84a056;
	outline: none;
	}
a:hover { color: #84a056; }

#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.jpg) center center no-repeat;
	}
.case02 {
  margin: 10px 60px;
	}
	
.case03 {
	margin: 10px 20px;
	}

.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: 100px;
	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/pagetop.jpg) 0 0 no-repeat;
	}

p.caution {
	text-align: right;
	}
.text-c {
text-align:center;
margin-top:20px;
  }

/* 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 */

.reservation p {
	float: right;
	width: 480px;
	}
.reservation p a {
	display: block;
	height: 80px;
	text-indent: -9999px;
	background: url(../images/reservation.jpg) 0 0 no-repeat;
	}
.reservation p a:hover {
	background: url(../images/reservation.jpg) 0 -80px no-repeat;
	}

/*---------- 07  Index -----------*/

#index #content h2 {
	height: 40px;
	}
#index #content h3 {
	height: 20px;
	}
#index #content p.title01 { 
height:30px; 
background: url(../images/index_h2-01.jpg) 0 0 no-repeat; 
text-indent: -9999px;
margin:0 0 10px 15px; }

#index #content p#title02 {
height:18px; 
background: url(../images/index_h3-02.jpg) 0 0 no-repeat; 
text-indent: -9999px;
margin:0 0 0px 0px;}


#index #content p.title03 { 
height:30px; 
background: url(../images/index_h2-03.jpg) 0 0 no-repeat;
text-indent: -9999px;
margin:0 0 15px 15px; }
#index #content p.title04 { 
background: url(../images/index_h3-04.jpg) 0 0 no-repeat; 
text-indent: -9999px;
margin:0 0 0 0px;}
#index #content p.title05 { 
background: url(../images/index_h3-05.jpg) 0 0 no-repeat; 
text-indent: -9999px;
margin:0 0 0 0px;}

#index #content .topix {
	border: 5px solid #f6eeca;
	padding: 5px;
	margin: 5px 0 10px 20px;
	width: 540px;
	height: 150px;
	}
#index #content iframe {
	width: 540px;
	height: 130px;
	border: 0;
	}
#index .pickup {
	margin: 10px 0;
	padding: .5em 15px;
	}
#index .pickup p {
	width: 270px;
	}
#index .pickup p a {
	display: block;
	width: 270px;
	height: 120px;
	text-indent: -9999px;
	}
#index .pickup .alpha {
	float: left;
	}
#index .pickup .beta {
	float: right;
	}
#index .pickup .alpha a { background: url(../images/pickup01.jpg) 0 0 no-repeat; }
#index .pickup .beta a { background: url(../images/pickup02.jpg) 0 0 no-repeat; }
#index .pickup .alpha a:hover { background: url(../images/pickup01.jpg) 0 -120px no-repeat; }
#index .pickup .beta a:hover { background: url(../images/pickup02.jpg) 0 -120px no-repeat; }

#index .clinic_info {
	border-top: 1px solid #666;
	padding-top: 9px;
	clear: both;
	margin: .5em 15px;
	}
#index .clinic_info dl {
	margin: 0 20px 20px;
	}
#index .clinic_info dl dt {
	float: left;
	}
#index .clinic_info dl dd {
	margin-left: 40px;
	}


#index #content .clinic_info table {
	border: 0;
	}
#index #content .clinic_info table tr th {
	border: 0;
	border-left: 1px solid #999999;
	text-indent: -9999px;
	height: 30px;
	width: 29px;
	padding: 0;
	}
* html #index #content .clinic_info table tr th {
	width: 30px;
	}
#index #content .clinic_info table tr th.header_time {
	border-left: 0;
	background: url(../images/schedule_header.jpg) repeat-x;
	width: 120px;
	}
#index #content .clinic_info table tr td {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 0;
	border-right: 0;
	text-indent: -9999px;
	width: 29px;
	padding: 0;
	}
* html #index #content .clinic_info table tr td {
	width: 30px;
	}
#index #content .clinic_info table tr th.time {
	border-left: 0;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	text-indent: 1px;
	background: #e0d5a7;
	color: #6a615c;
	width: 120px;
	}
#index .clinic_info table tr th.mon { background: url(../images/schedule_mon.jpg) 0 0 no-repeat;width: 29px !important; }
#index .clinic_info table tr th.tue { background: url(../images/schedule_tue.jpg) 0 0 no-repeat; }
#index .clinic_info table tr th.wed { background: url(../images/schedule_wed.jpg) 0 0 no-repeat; }
#index .clinic_info table tr th.thu { background: url(../images/schedule_thu.jpg) 0 0 no-repeat; }
#index .clinic_info table tr th.fri { background: url(../images/schedule_fri.jpg) 0 0 no-repeat; }
#index .clinic_info table tr th.sat { background: url(../images/schedule_sat.jpg) 0 0 no-repeat; }
#index .clinic_info table tr th.sun { background: url(../images/schedule_sun.jpg) 0 0 no-repeat; }

#index #content .clinic_info table tr td.open {
	height: 29px;
	background: url(../images/schedule_open.jpg) 0 0 no-repeat;
	}
#index #content .clinic_info table tr td.close {
	height: 29px;
	background: url(../images/schedule_close.jpg) 0 0 no-repeat;
	}
#index #content .clinic_info table tr td.to18 {
	height: 29px;
	background: url(../images/schedule_to18.jpg) 0 0 no-repeat;
	}


/*-------- 08  Concept --------*/

#concept #content #title01 { background: url(../images/concept_h2-01.jpg) 0 0 no-repeat; }
#concept #content #title02 { background: url(../images/concept_h3-02.jpg) 0 0 no-repeat; }
#concept #content #title03 { background: url(../images/concept_h3-03.jpg) 0 0 no-repeat; }
#concept #content #title04 { background: url(../images/concept_h4-04.jpg) 0 0 no-repeat; }
#concept #content #title05 { background: url(../images/concept_h4-05.jpg) 0 0 no-repeat; }
#concept #content #title06 { background: url(../images/concept_h4-06.jpg) 0 0 no-repeat; }
#concept #content #title07 { background: url(../images/concept_h3-07.jpg) 0 0 no-repeat; }
#concept #content #title08 { background: url(../images/concept_h3-08.jpg) 0 0 no-repeat; }
#concept #content #title09 { background: url(../images/concept_h4-09.jpg) 0 0 no-repeat; }

#concept #content ul.catch li {
	padding: 0;
	height: 40px;
	text-indent: -9999px;
	}
#concept #content ul.catch #catch01 { background: url(../images/concept_catch01.jpg) 0 0 no-repeat; }
#concept #content ul.catch #catch02 { background: url(../images/concept_catch02.jpg) 0 0 no-repeat; }
#concept #content ul.catch #catch03 { background: url(../images/concept_catch03.jpg) 0 0 no-repeat; }
#concept #content ul.catch #catch04 { background: url(../images/concept_catch04.jpg) 0 0 no-repeat; }
#concept #content ul.catch #catch05 { background: url(../images/concept_catch05.jpg) 0 0 no-repeat; }

#concept #content .dr {
	margin-left: 220px;
	padding: 0;
	height: 100px;
	text-indent: -9999px;
	background: url(../images/dr.jpg) 0 bottom no-repeat;
	}

#concept #content .history dt {
	float: left;
	width: 200px;
	}
#concept #content .history dd {
	margin-left: 200px;
	}

/*-------- 09  Clinic --------*/

#clinic #content #title01 { background: url(../images/clinic_h2-01.jpg) 0 0 no-repeat; }
#clinic #content #title02 { background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic #content #title03 { background: url(../images/clinic_h4-03.jpg) 0 0 no-repeat; }
#clinic #content #title04 { background: url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }
#clinic #content #title05 { background: url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }

#clinic #content table {
	border: 3px solid #ccc;
	font-size: 100%;
	color: #999;
	}
#clinic #content table tr th,
#clinic #content table tr td {
	border: 1px solid #ddd;
	}
#clinic #content table tr th {
	background: #77933c;
	color: #fff;
	}
#clinic #content table tr.colored td {
	background: #eee;
	}

#map {
	clear:both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	}
	
.alpha{
	float:left;
	}
	
.beta{
	float:right;
	}


/*-------- 10  Treatment --------*/

#treatment #content #title01 { background: url(../images/treatment_h2-01.jpg) 0 0 no-repeat; }
#treatment #content #title02 { background: url(../images/treatment_h3-02.jpg) 0 0 no-repeat; }
#treatment #content #title03 { background: url(../images/treatment_h4-03.jpg) 0 0 no-repeat; }
#treatment #content #title04 { background: url(../images/treatment_h4-04.jpg) 0 0 no-repeat; }
#treatment #content #title05 { background: url(../images/treatment_h4-05.jpg) 0 0 no-repeat; }
#treatment #content #title06 { background: url(../images/treatment_h4-06.jpg) 0 0 no-repeat; }
#treatment #content #title07 { background: url(../images/treatment_h4-07.jpg) 0 0 no-repeat; }
#treatment #content #title08 { background: url(../images/treatment_h4-08.jpg) 0 0 no-repeat; }

#treatment #content .link a {
	float: right;
	display: block;
	width: 200px;
	height: 60px;
	text-indent: -9999px;
	}

#treatment #content #link01 a { background: url(../images/treatment_link01.jpg) 0 0 no-repeat; }
#treatment #content #link02 a { background: url(../images/treatment_link02.jpg) 0 0 no-repeat; }
#treatment #content #link03 a { background: url(../images/treatment_link03.jpg) 0 0 no-repeat; }
#treatment #content #link04 a { background: url(../images/treatment_link04.jpg) 0 0 no-repeat; }
#treatment #content #link05 a { background: url(../images/treatment_link05.jpg) 0 0 no-repeat; }


/*-------- 11  Prevent --------*/

#prevent #content #title01 { background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat; }
#prevent #content #title02 { background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }
#prevent #content #title03 { background: url(../images/prevent_h4-03.jpg) 0 0 no-repeat; }
#prevent #content #title04 { background: url(../images/prevent_h4-04.jpg) 0 0 no-repeat; }

#prevent #content .ver {
	line-height: 150px;
	}

/*-------- 12  Child --------*/

#child #content #title01 { background: url(../images/child_h2-01.jpg) 0 0 no-repeat; }
#child #content #title02 { background: url(../images/child_h3-02.jpg) 0 0 no-repeat; }
#child #content #title03 { background: url(../images/child_h3-03.jpg) 0 0 no-repeat; }
#child #content #title04 { background: url(../images/child_h4-04.jpg) 0 0 no-repeat; }
#child #content #title05 { background: url(../images/child_h4-05.jpg) 0 0 no-repeat; }
#child #content #title06 { background: url(../images/child_h4-06.jpg) 0 0 no-repeat; }



#child #wrapper #main #content .section .section .width200 { width: 200px; }

.fL { float: left; }
.fR { float: right; }

/*-------- 13  Ortho --------*/

#ortho #content #title01 { background: url(../images/ortho_h2-01.jpg) 0 0 no-repeat; }
#ortho #content #title02 { background: url(../images/ortho_h3-02.jpg) 0 0 no-repeat; }
#ortho #content #title03 { background: url(../images/ortho_h4-03.jpg) 0 0 no-repeat; }
#ortho #content #title04 { background: url(../images/ortho_h4-04.jpg) 0 0 no-repeat; }
#ortho #content #title05 { background: url(../images/ortho_h4-05.jpg) 0 0 no-repeat; }
#ortho #content #title06 { background: url(../images/ortho_h4-06.jpg) 0 0 no-repeat; }
#ortho #content #title07 { background: url(../images/ortho_h4-07.jpg) 0 0 no-repeat; }
#ortho #content #title08 { background: url(../images/ortho_h4-08.jpg) 0 0 no-repeat; }
#ortho #content #title09 { background: url(../images/ortho_h3-09.jpg) 0 0 no-repeat; }

#ortho #content .flow {
	padding-bottom: 40px;
	background: url(../images/arrow_v.jpg) center bottom no-repeat;
	margin-bottom: 10px;
	}

/*-------- 14  Esthe --------*/

#esthe #content #title01 { background: url(../images/esthe_h2-01.jpg) 0 0 no-repeat; }
#esthe #content #title02 { background: url(../images/esthe_h3-02.jpg) 0 0 no-repeat; }
#esthe #content #title03 { background: url(../images/esthe_h3-03.jpg) 0 0 no-repeat; }
#esthe #content #title04 { background: url(../images/esthe_h4-04.jpg) 0 0 no-repeat; }
#esthe #content #title05 { background: url(../images/esthe_h3-05.jpg) 0 0 no-repeat; }
#esthe #content #title06 { background: url(../images/esthe_h4-06.jpg) 0 0 no-repeat; }
#esthe #content #title07 { background: url(../images/esthe_h4-07.jpg) 0 0 no-repeat; }
#esthe #content #title08 { background: url(../images/esthe_h4-08.jpg) 0 0 no-repeat; }
#esthe #content #title09 { background: url(../images/esthe_h4-09.jpg) 0 0 no-repeat; }
#esthe #content #title10 { background: url(../images/esthe_h3-06.jpg) 0 0 no-repeat; }
#esthe #content #title11 { background: url(../images/esthe_h4-10.jpg) 0 0 no-repeat; margin-top: 15px; }
#esthe #content #title12 { background: url(../images/esthe_h4-11.jpg) 0 0 no-repeat; margin-top: 15px; }
#esthe #content #title13 { background: url(../images/esthe_h4-12.jpg) 0 0 no-repeat; margin-top: 15px; }

#esthe #content .link a {
	float: right;
	display: block;
	width: 200px;
	height: 60px;
	text-indent: -9999px;
	background: url(../images/esthe_link01.jpg) center bottom no-repeat;
	}
	
#esthe #content .linkleft {
	float: left;
	color:#FF0000;
}

#esthe table.jihi{
	background-color: #FFFFE6;
	margin-bottom: 10px;
	border: none;
	width: 100%;
}

#esthe table .white{
	background-color: #FFF;
	_border-bottom: none;
	padding: 0 10px;
}

#esthe table.jihi tr th{
	border: #FFCC99 solid 1px;
	font-weight: bold;
	color:#333333;	
	text-align: center;
	padding: 3px;
}
#esthe table.jihi tr td{
	border: #FFCC99 solid 1px;
	font-weight: nomal;
	font-size: 85%;
	text-align: left;
	padding: 3px;
	background: #ffffff;
}


#esthe table.hoken{
	background-color: #EDFFEE;
	margin-bottom: 10px;
	border: none;
	width: 100%;
}
#esthe table.hoken tr th{
	border: #99CC99 solid 1px;
	font-weight: bold;
	color:#333333;
	text-align: center;
	padding: 3px;

}
#esthe table.hoken tr td{
	border: #99CC99 solid 1px;
	font-weight: nomal;
	font-size: 85%;
	text-align: left;
	padding: 3px;
	background-color:#ffffff;
}



#esthe table tr th.jihi{ color: #FF6666; width: 156px; border-top: none;}
#esthe table tr th.hoken{ color: #339966;	width: 156px; border-top: none;
}


#esthe .b_bold{ color:#333333;}


/*-------- 15  Denture --------*/

#denture #content #title01 { background: url(../images/denture_h2-01.jpg) 0 0 no-repeat; }
#denture #content #title02 { background: url(../images/denture_h3-02.jpg) 0 0 no-repeat; }
#denture #content #title03 { background: url(../images/denture_h4-03.jpg) 0 0 no-repeat; }
#denture #content #title04 { background: url(../images/denture_h4-04.jpg) 0 0 no-repeat; }
#denture #content #title05 { background: url(../images/denture_h3-05.jpg) 0 0 no-repeat; }
#denture #content #title06 { background: url(../images/denture_h4-06.jpg) 0 0 no-repeat; }



/*-------- 16  Recruit --------*/

#recruit #content #title01 { background: url(../images/recruit_h2-01.jpg) 0 0 no-repeat; }
#recruit #content #title02 { background: url(../images/recruit_h3-02.jpg) 0 0 no-repeat; }

#recruit table { border:thin #003300;
}
#recruit table th{ width:33%;
background:#94d380;
color:#330000;
font-size:13px;
}
#recruit table td{ width:67%;
background:#cefcc0;
font-size:13px;
}




/*-------- 17  Sitemap --------*/

#sitemap #content #title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }
#sitemap #content #title02 { background: url(../images/sitemap_h3-02.jpg) 0 0 no-repeat; }

#sitemap #content dl dt {
	margin: 10px 0;
	padding: 5px 3px;
	border: 1px solid #ccc;
	background: #f3f3f3;
	}

