/*
	ヘッダ画像を指定 - 1040*112
*/
div#header{
	background:url(../img/lr_main_head.jpg) no-repeat;
}

/*
	BG画像を指定 - 940*757
*/
div#main{
	background-color:white;
}

div#sitemap{
	display:block;
	width:940px;
	height:757px;
}

div#sitemap h2{
	position:absolute;
	display:block;
	width:100px;
	height:19px;
	margin:43px 0 0 46px;
	background:url(../img/lr_sitemap_parts.png) no-repeat;
	text-indent:-9999px;
}

div#sitemap dl{
	position:absolute;
	margin:90px 0 0 130px;
	font-size:13px;
	letter-spacing:0.1em;
	width:690px;
}

div#sitemap dt{
	clear:both;
	float:left;
	font-weight:bold;
	width:210px;
	margin-top:19px;
	border-bottom:solid 1px;
	padding-bottom:5px;
}

div#sitemap dd{
	width:auto;
	margin-top:19px;
	border-bottom:solid 1px;
	padding-bottom:5px;
}

.ht{
	background-color:green;
}
