@charset "utf-8";
/* ===================================================================
CSS information

 file name  :sitemap.css
 author     :ucar-net.com
 style info :サイトマップ
 
=================================================================== */

#sitemapContainer {
	position:relative;
	width:810px;
	overflow:hidden;
	margin-top:10px;
	height: 400px;
}
#sitemapContainer li {
	margin-bottom: 5px;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 5px;
}


div.block {
	position:absolute;
	width:230px;
	padding:10px;
}

div#block01{
	top:0;
	left:0;
	height:100px;
}

div#block02{
	top:130px;
	left:0;
	height:50px;
}

div#block03{
	top:0px;
	left:270px;
	height:300px;
}

div#block04{
	top:0px;
	left:540px;
	height:300px;
}
