@charset "UTF-8";

@import "../css/import.css";

h1{
	background-image: url(img/h1.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 860px;
}

#sitemap {
	width:800px;
	margin:15px auto;
}

/* index */

.mapLeft{
	width:380px;
	float:left;
}

.mapRight{
	width:380px;
	float:right;
}

#sitemap li{
	background: url(img/bg_maru.gif) no-repeat;
	line-height:40px;
	text-indent:50px;
	margin-bottom:10px;
	list-style-type:none;
}

#sitemap li a{
	line-height:40px;
}

#sitemap li.home{
	background: url(img/bg_home.gif);
}

#sitemap li ul{
	margin-top:7px;
	margin-bottom:20px;
}

#sitemap li ul li{
	background: url(img/yajirushi.gif) no-repeat left center;
	height: 20px;
	line-height:20px;
	text-indent:20px;
	margin-left:50px;
	margin-bottom:5px;
	list-style-type:none;
}

#sitemap li ul li a{
	line-height:20px;
}