@charset "UTF-8";

/*
**********************************************************************

* sitemap.css

* site name   : http://www.toshin-tierra.com/
* description : SiteMap Page styles
* since       : 2008-06-09
* editor      : Tooru Ehara 
* modified    : 
* editor      :

*********************************************************************
*/



/*
===== CONTENTS ===========================================

  1: Main Body styles

==========================================================
*/

/*
*********************************************************************

* 1: Main Body styles

*********************************************************************
*/

div#Contents h1{
background:url("../img/sitemap/ttl_sitemap.jpg") 0 0 no-repeat;
margin-bottom:15px;
}
div#Contents ul{
margin:0 16px 15px;
}
div#Contents h3{
font-size:100%;
color:#000000;
margin-bottom:0;
}
div#Contents dl{
margin:0 0 0 10px;
}
div#Contents dt{
float:left;
clear:left;
width:60px;
}
div#Contents dd{
margin:0 0 7px 60px;
}

