@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Clinic                      */
/*                 09  Concept                     */
/*                 10  Flow                        */
/*                 11  Esthe                       */
/*                 12  Implant                     */
/*                 13  Ortho                       */
/*                 14  Perio                       */
/*                 15  Access                      */
/*                 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:#E1E1E1 url(../images/body_bg.jpg) top repeat-x; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 830px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	background: url(../images/main_bg.jpg) top no-repeat;
	margin: 0;
	padding:0;
	width: 830px;
	}

#content {
	width: 580px;
	float: right;
	margin:0 15px 0 0;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 0 0 1em 0;
	}

* html body #content {
	margin:0 8px 0 0;
	padding: 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 140px;
	width: 830px;
	margin: 0;
	padding: 0;
	}

* html body h1 {
	margin:28px 0 0 10px;
    }


#header .section {
	width: 240px;
	float: right;
	margin: 0 18px 0 0;
	padding: 0;
	}
	
* html body #header .section {
	margin: 0 -145px 0 0;
	}

#header p.tel {
	margin: 28px 0 0 0;
	padding: 0;
	height: 80px;
	}
	
#header p.tel img { display: block; }

#header_nav {
	margin: 0 0 0 163px;
	padding: 0;
	list-style: none;
	width: 240px;
	height: 17px;
	
	}

#header_nav li {
	height: 19px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#header_nav li a {
	display: block;
	height: 19px;
	}

#nav01 { width: 60px; }

#nav01 a {
	background: url(../images/header_nav.jpg) -163px 0 no-repeat;
	width: 60px;
	}


/*----------04  Navigation -----------*/

#nav {
	background: url(../images/nav_head.jpg) 15px 0 no-repeat;
	width: 220px;
	float: left;
	padding: 50px 0 20px 15px;
	color: #666;
	}
* html body #nav {
	background: url(../images/nav_head.jpg) -1px 0 no-repeat;
	width: 219px;
	padding: 50px 0 0 0;
	margin: 0 0 0 8px;
	}

#nav h2 {
	width: 220px;
	height: 53px;
	text-indent: -9999px;
	background: url(../images/nav.png) 0 0 no-repeat;
    }

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal {
	width: 220px;
	padding-bottom:35px;
	background: url(../images/nav.png) left bottom no-repeat;
    }

#nav .internal li {
	height: 40px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 40px;
	}

#nav03 a { background: url(../images/nav.png) 0 -53px no-repeat; }
#nav04 a { background: url(../images/nav.png) 0 -93px no-repeat; }
#nav05 a { background: url(../images/nav.png) 0 -133px no-repeat; }
#nav06 a { background: url(../images/nav.png) 0 -173px no-repeat; }
#nav07 a { background: url(../images/nav.png) 0 -213px no-repeat; }
#nav08 a { background: url(../images/nav.png) 0 -253px no-repeat; }
#nav09 a { background: url(../images/nav.png) 0 -293px no-repeat; }
#nav10 a { background: url(../images/nav.png) 0 -333px no-repeat; }
#nav11 a { background: url(../images/nav.png) 0 -373px no-repeat; }
#nav12 a { background: url(../images/nav.png) 0 -413px no-repeat; }

#nav03 a:hover { background: url(../images/nav.png) -220px -53px no-repeat; }
#nav04 a:hover { background: url(../images/nav.png) -220px -93px no-repeat; }
#nav05 a:hover { background: url(../images/nav.png) -220px -133px no-repeat; }
#nav06 a:hover { background: url(../images/nav.png) -220px -173px no-repeat; }
#nav07 a:hover { background: url(../images/nav.png) -220px -213px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -220px -253px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -220px -293px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -220px -333px no-repeat; }
#nav11 a:hover { background: url(../images/nav.png) -220px -373px no-repeat; }
#nav12 a:hover { background: url(../images/nav.png) -220px -413px no-repeat; }

#nav p { text-align: center; }

#nav .nav_link{
    margin-bottom:20px;
    }
*:first-child+html #nav .nav_link { margin-bottom:25px; } /*  for IE7 only */
* html body #nav .nav_link { margin-bottom:25px; } /*  for IE6 only */

#nav .clinic_info{
    padding:30px 0 0 0;
    width:220px;
    height:240px;
	background: url(../images/nav_clinic.png) 0 0px no-repeat;
    text-align:left;
    }

#nav .clinic_info .section {
    padding:10px 5px 5px 30px;
    }

#nav .clinic_info .section p{
    text-align:left;
    }

#nav .clinic_info h3{
    font-weight:bold;
    margin-top:5px;
    color:#E86678;
    font-size:115%;
    }


#nav .clinic_info .section dd {
	margin-left: 30px;
	padding-left: 18px;
	}
#nav .clinic_info .section dd.caution_nav {
	background: url(../images/caution_nav.jpg) 0 0 no-repeat;
	}

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0;
	margin: 0;
	height:90px;
	background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
	text-align: center;
	color: #ffffff;
	}

#footer a {
	text-decoration: none;
	color: #ffffff;
	}
#footer a:hover { text-decoration: underline; }

#footer .section{
	padding: 15px 0 0 0;
    }

#footer ul { 
	list-style: none;
	margin: 0em 1em 2px 1em;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 8px 1em;color: #CB576E;}

/*---------- 06  Contents -----------*/

.section { padding: .5em 20px .5em 20px; }
.section .section { padding: .5em 15px; }
.center { text-align: center; margin: 0 auto;}

p.center { text-align: center; }

#content h2 {
	height: 290x;
	text-indent: -9999px;
	margin: 0;
	}

#content h3 {
	clear: both;
	height: 40px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
	}
#content h4 {
	height: 20px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	color: #FE9901;
	}

#content ul li {
	list-style: none;
	background: url(../images/list_bg.png) 0 2px no-repeat;
	padding-left: 20px;
	}
#content ul.pink li {
	list-style: none;
	background: url(../images/list02_bg.png) 0 2px 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: #FE9901;
	outline: none;
	}
a:hover { color: #F6BD3B; }

#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;
	}
	
.sr_image_r {
	float: right;
	margin: 0 15px 16px 16px;
	}	
	
.case {
	margin: 10px 20px;
	background: url(../images/arrow.png) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}

#content ul {
  margin-left: 0;
	padding-left: 0;
	}

#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 142px;
	height: 14px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 14px;
	background: url(../images/to_top.png) 0 0 no-repeat;
	}

p.caution {
	padding-left: 18px;
	background: url(../images/caution.jpg) 0 1px no-repeat;
	}
.caution {
	padding-left: 18px;
	background: url(../images/caution.jpg) 0 1px no-repeat;
    }
.caution_nav {
	padding-left: 18px;
	background: url(../images/caution_nav.jpg) 0 0 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-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #f9a9a0;
	font-size: 100%;
	color: #666;
	width: 480px;
	margin-left: 20px;
	}
	
#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #f9a9a0;
	}
	
#content table th {
	background: #ffe8a4;
    color: #e86678;
    text-align: center;
	width: 130px;
	}



/*-------- 07  Index --------*/

#index .greeting{
     padding: 0 30px 20px 30px; }

#index .pickup {
    margin: 0;
	padding: 0;
	width: 580px;
	float:right;
	}

#index .pickup .alpha {
    float: left;
	width: 280px;
	margin: 0 0 0 5px;
	padding: 0;
	clear: both;
	}
* html body #index .pickup .alpha {
	margin: 0;
	padding: 0;
	}
	
#index .pickup .beta {
    float: right;
	width: 280px;
	margin: 0 5px 0 0;
	padding: 0;
	}
* html body #index .pickup .beta {
	margin: 0;
	padding: 0;
	}

#index #content .index_clinic_info{
    margin:15px 10px 10px 25px;
    }
    
* html #index .index_clinic_info{
    margin:15px 10px 10px 25px;
    }
    
#index .index_clinic_info .box{
    float:left;
    margin:0 0 0 5px;
    width:256px;
    }

#index .index_clinic_info .box h2{
  background: url(../images/index_h-01.png) 0 0 no-repeat;
	height: 17px;
	margin: 0;
    }

#index .index_clinic_info .box {
  margin-left: 15px;
	}
    
#index .index_clinic_info .box p{
    margin-left:15px;
    }

#index .index_clinic_info .box dl{
    margin-left:10px;
    }

#index .index_clinic_info dt{
    float:left;
    width:35px;
		color: #CB726E;
    }

#index .index_clinic_info dd {
	margin-left: 30px;
	padding-left: 18px;
	}
#index .index_clinic_info dd.caution {
	background: url(../images/caution.jpg) 0 0 no-repeat;
	}

#index .index_clinic_info .no_float {
    float:none;
    width:200px;
    }
   
#index .index_clinic_info .title{
    font-weight:bold;
    margin-top:5px;
    color:#E86678;
    text-indent:0px;
    height:20px;
    font-size:120%;
    }
#index .top_img{
    margin:0;
    padding:0;
    }
#index .top_img img{
    display:block;
    }

    
/*-------- 08  Clinic --------*/

#clinic #content h2#title01 {
	background: url(../images/h2-01.jpg) 0 0 no-repeat;
	height: 50px;
	}
#clinic #content h3#title02 { background: url(../images/clinic_h3-02.png) 0 0 no-repeat; }
#clinic #content h4#title03 { background: url(../images/clinic_h4-03.png) 0 0 no-repeat; }
#clinic #content h4#title04 { background: url(../images/clinic_h4-04.png) 0 0 no-repeat; }
#clinic #content h4#title05 { background: url(../images/clinic_h4-05.png) 0 0 no-repeat; margin-bottom: 10px; }
#clinic #content h3#title06 { background: url(../images/clinic_h3-06.png) 0 0 no-repeat; }
#clinic #content h4#title07 { background: url(../images/clinic_h4-07.png) 0 0 no-repeat; }
#clinic #content h4#title08 { background: url(../images/clinic_h4-08.png) 0 0 no-repeat; }
#clinic #content h4#title09 { background: url(../images/clinic_h4-09.png) 0 0 no-repeat; }
#clinic #content h4#title10 { background: url(../images/clinic_h4-10.png) 0 0 no-repeat; }
#clinic #content h4#title11 { background: url(../images/clinic_h4-11.png) 0 0 no-repeat; }
#clinic #content h4#title12 { background: url(../images/clinic_h4-12.png) 0 0 no-repeat; }
#clinic #content h4#title13 { background: url(../images/clinic_h4-13.png) 0 0 no-repeat; }
#clinic #content h4#title14 { background: url(../images/clinic_h4-14.png) 0 0 no-repeat; }
#clinic #content h4#title15 { background: url(../images/clinic_h4-15.png) 0 0 no-repeat; }
#clinic #content h4#title16 { background: url(../images/clinic_h4-16.png) 0 0 no-repeat; }
#clinic #content h4#title17 { background: url(../images/clinic_h4-17.png) 0 0 no-repeat; }
#clinic #content h4#title18 { background: url(../images/clinic_h4-18.png) 0 0 no-repeat; }
#clinic #content h4#title19 { background: url(../images/clinic_h4-19.png) 0 0 no-repeat; }
#clinic #content h4#title20 { background: url(../images/clinic_h4-20.png) 0 0 no-repeat; }


#clinic #content .alpha {
	float: left;
	width: 200px;
	margin-left: 10px;
	}
	
#clinic #content .beta {
	float:right;
	width: 320px;
	}

#clinic #content .guide .alpha { width: 240px; margin: 0 0 20px; }
#clinic #content .guide .alpha p.txt{
	margin-left: 20px;
}
#clinic #content .guide .beta { width: 240px; margin: 0 0 20px; }

#clinic #content .beta dt{
  float: left;
	width: 60px;
	}

#clinic #content .beta dd{
  padding-left: 60px;
	}

#clinic #content .beta li{
	}

/*-------- 09  Concept --------*/

#concept #content h2#title01 {
	background: url(../images/h2-01.jpg) 0 0 no-repeat;
	height: 50px;
	}
#concept #content h3#title02 { background: url(../images/concept_h3-02.png) 0 0 no-repeat; }

#concept h4 {
  background-image: none;
	text-indent: 0;
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	color: #FE9901;
 }
 
#concept #content .alpha,
#concept #content .beta {
  border: 1px solid #FE9901;
	padding: 5px 10px;
	width: 220px;
	height: 190px;
	}
* html body#concept #content .alpha,
* html body#concept #content .beta {
  width: 240px;
	}


#concept #content .alpha {
  float: left;
	margin: 10px 20px 5px 0;
	}
#concept #content .beta {
  float: right;
	margin: 10px 0 5px 0;
	}




/*-------- 10  Flow --------*/

#flow #content h2#title01 {
	background: url(../images/h2-01.jpg) 0 0 no-repeat;
	height: 50px;
	}

#flow #content h3#title02 { background: url(../images/flow_h3-02.png) 0 0 no-repeat; }
#flow #content h3#title03 { background: url(../images/flow_h3-03.png) 0 0 no-repeat; }
#flow #content h3#title04 { background: url(../images/flow_h3-04.png) 0 0 no-repeat; }
#flow #content h3#title05 { background: url(../images/flow_h3-05.png) 0 0 no-repeat; }
#flow #content h3#title06 { background: url(../images/flow_h3-06.png) 0 0 no-repeat; }


#flow #content p { padding-left:40px;}

/*-------- 11  Esthe --------*/

#esthe #content h2#title01 {
	background: url(../images/h2-01.jpg) 0 0 no-repeat;
	height: 50px;
	}
#esthe #content h3#title02 { background: url(../images/esthe_h3-02.png) 0 0 no-repeat; }
#esthe #content h3#title03 { background: url(../images/esthe_h3-03.png) 0 0 no-repeat; }
#esthe #content h3#title04 { background: url(../images/esthe_h3-04.png) 0 0 no-repeat; }
#esthe #content h4#title05 { background: url(../images/esthe_h4-05.png) 0 0 no-repeat; }
#esthe #content h4#title06 { background: url(../images/esthe_h4-06.png) 0 0 no-repeat; }
#esthe #content h4#title07 { background: url(../images/esthe_h4-07.png) 0 0 no-repeat; }
#esthe #content h4#title08 { background: url(../images/esthe_h4-08.png) 0 0 no-repeat; }


/*-------- 12  Implant --------*/

#implant #content h2#title01 {
	background: url(../images/h2-01.jpg) 0 0 no-repeat;
	height: 50px;
	}
#implant #content h3#title02 { background: url(../images/implant_h3-02.png) 0 0 no-repeat; }
#implant #content h3#title03 { background: url(../images/implant_h3-03.png) 0 0 no-repeat; }
#implant #content h3#title04 { background: url(../images/implant_h3-04.png) 0 0 no-repeat; }
#implant #content h3#title05 { background: url(../images/implant_h3-05.png) 0 0 no-repeat; }
#implant #content h3#title06 { background: url(../images/implant_h3-06.png) 0 0 no-repeat; }
#implant #content h3#title07 { background: url(../images/implant_h3-07.png) 0 0 no-repeat; }

#implant #content h4#title08 { background: url(../images/implant_h4-01.png) 0 0 no-repeat; }
#implant #content h4#title09 { background: url(../images/implant_h4-02.png) 0 0 no-repeat; }
#implant #content h4#title10 { background: url(../images/implant_h4-03.png) 0 0 no-repeat; }
#implant #content h4#title11 { background: url(../images/implant_h4-04.png) 0 0 no-repeat; }
#implant #content h4#title12 { background: url(../images/implant_h4-05.png) 0 0 no-repeat; }
#implant #content h4#title13 { background: url(../images/implant_h4-06.png) 0 0 no-repeat; }
#implant #content h4#title14 { background: url(../images/implant_h4-07.png) 0 0 no-repeat; }

#implant #content dt {
	background: #F3F3F3 url(../images/list_bg02.gif) 0 2px no-repeat;
	padding-left: 20px;
	margin: 5px 0;
	}
#implant #content dd { margin: 5px 0 0 5px; }


/*-------- 13  Ortho --------*/

#ortho #content h2#title01 {
	background: url(../images/h2-01.jpg) 0 0 no-repeat;
	height: 50px;
	}
#ortho #content h3#title02 { background: url(../images/ortho_h3-02.png) 0 0 no-repeat; }
#ortho #content h3#title03 { background: url(../images/ortho_h3-03.png) 0 0 no-repeat; }
#ortho #content h3#title04 { background: url(../images/ortho_h3-04.png) 0 0 no-repeat; }
#ortho #content h3#title05 { background: url(../images/ortho_h3-05.png) 0 0 no-repeat; }
#ortho #content h4#title06 { background: url(../images/ortho_h4-06.png) 0 0 no-repeat; }
#ortho #content h4#title07 { background: url(../images/ortho_h4-07.png) 0 0 no-repeat; }
#ortho #content h4#title08 { background: url(../images/ortho_h4-08.png) 0 0 no-repeat; }
#ortho #content h4#title09 { background: url(../images/ortho_h4-09.png) 0 0 no-repeat; }
#ortho #content h4#title10 { background: url(../images/ortho_h4-10.png) 0 0 no-repeat; }
#ortho #content h4#title11 { background: url(../images/ortho_h4-11.png) 0 0 no-repeat; }
#ortho #content h4#title12 { background: url(../images/ortho_h4-12.png) 0 0 no-repeat; }
#ortho #content h4#title13 { background: url(../images/ortho_h4-13.png) 0 0 no-repeat; }
#ortho #content h4#title14 { background: url(../images/ortho_h4-14.png) 0 0 no-repeat; }
#ortho #content h4#title15 { background: url(../images/ortho_h4-15.png) 0 0 no-repeat; }
#ortho #content h4#title16 { background: url(../images/ortho_h4-16.png) 0 0 no-repeat; }

#ortho #content dt {
	background: #F3F3F3 url(../images/list_bg02.gif) 0 2px no-repeat;
	padding-left: 20px;
	margin: 5px 0;
	}
#ortho #content dd {
	margin: 5px 0 0 5px;
	}




/*-------- 14  Perio --------*/

#perio #content h2#title01 {
	background: url(../images/h2-01.jpg) 0 0 no-repeat;
	height: 50px;
	}
#perio #content h3#title02 { background: url(../images/perio_h3-02.png) 0 0 no-repeat; }
#perio #content h3#title03 { background: url(../images/perio_h3-03.png) 0 0 no-repeat; }
#perio #content h4#title04 { background: url(../images/perio_h4-04.png) 0 0 no-repeat; }
#perio #content h4#title05 { background: url(../images/perio_h4-05.png) 0 0 no-repeat; }
#perio #content h4#title06 { background: url(../images/perio_h4-06.png) 0 0 no-repeat; }
#perio #content h4#title07 { background: url(../images/perio_h4-07.png) 0 0 no-repeat; }

#perio #content dl {
	margin: 1em 0;
	padding: 1em;
	background: #f3f3f3;
	border: 1px solid #eee;
	}

#perio #content dt {
	width: 4em;
	float: left;
	}
#perio #content dd { margin-left: 4em; }



/*-------- 15  Access --------*/

#access #content .section .section { padding: .5em 0 1em 20px; }

#access #content h2#title01 {
	background: url(../images/h2-01.jpg) 0 0 no-repeat;
	height: 50px;
	}
#access #content h3#title02 { background: url(../images/access_h3-02.png) 0 0 no-repeat; }
#access #content h3#title03 { background: url(../images/access_h3-03.png) 0 0 no-repeat; }

#access #content .treatment {
	margin: .5em 0 2em 20px;
	padding: 0;
	width: 500px;
	}
* html body#access #content .treatment {
	width: 500px;
	}

#access #content .treatment li {
	width: 100px;
	margin:  3px 0;
	padding-right: 0;
	float: left;
	}


#access #content .nil  {
	float: left;
	margin: 0 0 16px 0;
	}



/*-------- 16  Recruit --------*/

#recruit #content h2#title01 {
	background: url(../images/h2-01.jpg) 0 0 no-repeat;
	height: 50px;
	}
#recruit #content h3#title02 { background: url(../images/recruit_h3-02.png) 0 0 no-repeat; }
#recruit #content h3#title03 { background: url(../images/recruit_h3-03.png) 0 0 no-repeat; }
#recruit #content h3#title04 { background: url(../images/recruit_h3-04.png) 0 0 no-repeat; }
#recruit #content h3#title05 { background: url(../images/recruit_h3-05.png) 0 0 no-repeat; }
#recruit #content h3#title06 { background: url(../images/recruit_h3-06.png) 0 0 no-repeat; }

#recruit #content ul,
#recruit #content dl { margin-left: 2em; }
#recruit #content dt {
	width: 6em;
	float: left;
	}
#recruit #content dd { margin-left: 6em; }



/*-------- 17  Sitemap --------*/

#sitemap #content h2#title01 {
	background: url(../images/h2-01.jpg) 0 0 no-repeat;
	height: 50px;
	}
	
#sitemap #content h3#title02 { background: url(../images/sitemap_h3-01.png) 0 0 no-repeat; }
#sitemap #content p { padding-left:40px;}
#sitemap #content p.sr_caption{ text-align:center; clear:both;}	
	

#sitemap #content dl { margin: 1em 2em; }
#sitemap #content dd {
	margin: .5em 1em 1em 2em;
	padding: 3px 6px;
	background: #f3f3f3;
	border: 1px solid #eee;
	}





/*-------- 18  margin --------*/
.marT20 { margin-top:18px;}
.marT18 { margin-top:27px;}
.paT_20{ padding-top: 20px;}

.color1{color:#fd7e02;}

