@charset "UTF-8";


/*段組-------------------------------------------*/
#content {
	width:800px;
	height:480px;
	background-image:url(../04_sitemap/img/bg_sitemap.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}


#left {
	position:relative;
	top:130px;
	left:460px;
	}

#right {
	position:relative;
	top:-187px;/*調整必要*/
	left:-50px;/*調整必要*/
	float:right;
	}



/*詳細-------------------------------------------*/
.text_sitemap1 {
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #999999;
	padding-top:15px;
	}

.text_sitemap1 a {
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #999999;
	text-decoration:underline;
}

.text_sitemap1 a:visited {
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	text-decoration:underline;
}





.text_sitemap2 {
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #999999;
}

.text_sitemap2 a {
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #999999;
	text-decoration:underline;
}

.text_sitemap2 a:visited {
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	text-decoration:underline;
}


body {
overflow-x : hidden;
}