@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------*/
/*  レイアウト構成   */
/*------------------------------------------------------*/

.sitemap{
	margin-left				: 50px;
	text-align				: left;
}

.sitemap_sub{
	margin-left				: 20px;
	text-align				: left;
}

ul.sitemap li{
	padding						: 5px;
	list-style-type		: square;
}

ul.sitemap_sub li{
	list-style-type		: circle;
}

.sitemap_l{
	margin-left				: 49px;
	width							: 300px;
	float							: left;
}
.sitemap_r{
	width							: 300px;
	float							: right;
	border-left-width	: 1px;
	border-left-style	: solid;
	border-left-color	: #cccccc;
	line-height				: 1.0em;
}