@charset "UTF-8";

/*
-----------------------------------------------
 ホテル志戸平 サイトマップStyles
 FileName : sitemap.css
 Date     : 2009.01.10
----------------------------------------------- */

/* == サイトマップ == */
div#sitemap	{
	margin: 0;
	line-height: 1.5em;
	}

	div#sitemap-left	{
		float: left;
		width: 310px;
		}
	
	div#sitemap-right	{
		float: right;
		width: 310px;
		}
	
	div#sitemap ul.partition-top	{
		border-top: 1px solid #e9e9e9;
		border-bottom: 1px solid #e9e9e9;
		padding: 1em 0 0 0;
		margin: 0 0 1em 0;
		}
	div#sitemap ul.partition	{
		border-bottom: 1px solid #e9e9e9;
		margin: 0 0 1em 0;
		}
	
	div#sitemap li	{
	list-style: none;
	background: url(image/sitemapArrow.gif) no-repeat;
	padding: 0 0 0 12px;
	margin: 0 0 1em 0px;
	}
		
	div#sitemap li.second	{
		margin: 0 0 1em 24px;
		}
	
	div#sitemap li.third	{
		margin: 0 0 1em 48px;
		}

/* The Holly Hack \*/
	* html 	{
    height: 1%;
    }
    /* Resume IE5-Mac */
