a:link
	{
		color: #666666;
		text-decoration: none;
	}

	a:visited
	{
		color: #666666;
		text-decoration: none;
	}

	a:hover
	{
		color: #99cc99;
		text-decoration: none;
	}

	body
	{
		color: #666666;
		font-size: 10pt;
	}

	.logo
	{
		position: absolute;
		top: 15px;
		left: 20px;
	}

	.site_map
	{
		position: absolute;
		top: 80px;
		left: 20px;
	}

	.site_map00
	{
		line-height: 20px;
		background-color: #f5f5f5;
		position: absolute;
		top: 100px;
		left: 20px;
		height: 400px;
		width: 180px;
		border: solid 1px #666666;
		padding: 10px;
	}

	.sub_title
	{
		position: absolute;
		top: 0px;
		left: 210px;
	}

	#navi
	{
		color: #ffffff;
		background-color: #666666;
		position: absolute;
		left: 180px;
		height: 100px;
		width: 5px;
		padding: 5px;
		z-index: 2;
		visibility: hidden;
	}