@charset "UTF-8";

/*
**********************************************************************

* sitemap.css

* site name   : http://sky-tierra.com/
* description : SiteMap Page styles
* since       : 2008-07-23
* 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;
}
div#Contents h2{
background:url("../img/feature/bg_dot_gray.gif") 0 100% repeat-x;
font-size:180%;
color:#F72B68;
text-indent:0;
height:auto;
margin:0 10px 20px;
padding:0 0 5px 0;
}
div#Contents ul,
div#Contents dl{
margin:0 0 20px 10px;
}
div#Contents li{
background:url("../img/common/icn_link.gif") 0 50% no-repeat;
padding-left:23px;
margin-bottom:7px;
}
div#Contents dt{
font-weigh:bold;
float:left;
clear:left;
width:60px;
}
div#Contents dd{
margin-left:60px;
}