/* ------------------------------
contents
------------------------------ */
div#contents{
width: 824px;
height:730px;
background: url("../images/sitemap/garden_sietmap.jpg") 
no-repeat bottom right;}

/* ------------------------------
top img
------------------------------ */
div#contents h2#topi{
width: 824px;
height: 228px;
display:block;
text-indent:-9999px;
margin-bottom:40px;
background: url("../images/sitemap/sitemap.jpg") no-repeat bottom right;
}

.ti li{
text-indent:0px;
  background-image : url(../images/sitemap/sitemap.gif) ;
  background-position : left center ; /* 位置は左端の真ん中 */
  background-repeat : no-repeat ; /* 背景だけど繰り返し表示しない */
  padding-left : 25px ; /* 「画像の横幅+マーカーとの距離」を左方向に空ける */
  margin:3em 0;
  height:20px;
 }
#sitemap{
	margin:0px 0px 60px 50px;
}

