@charset "UTF-8";
/* CSS Document */

/*footer*/
#footer {
	background-color: #F6D3B4;
	width: 910px;
	height: 350px;
	line-height: 1.8em;
	color: #333;
	margin: 0px auto;
	position: relative;
}

.access {
	width: 475px;
	top: 25px;
	left: 25px;
	position: absolute;
}

.sitemap {
	width: 200px;
	top: 25px;
	left: 520px;
	position: absolute;
}

.sitemap1 {
	list-style-type: none;
	width: 200px;
	top: 63px;
	left: 520px;
	position: absolute;
}

.sitemap2 {
	list-style-type: none;
	width: 160px;
	top: 63px;
	left: 725px;
	position: absolute;
}

.sitemap1 li, .sitemap2 li {
	background-image: url("../img/list_icon.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
}

#copy {
	background-color: #F6D3B4;
	color: #666;
	width: 910px;
	padding: 10px 0;
	text-align: center;
}
/*/footer*/
