#footer {
	border-top: 3px solid #000000;
	clear: both;
	margin-top:10px;
	overflow:hidden;
	padding-bottom: 15px;
	width: 100%;
}

	#footer .free-area {
		text-align: center;
	}

	#footer .copyright {
		color: #333333;
		overflow:hidden;
		margin-top:10px;
	}

	#footer ul#menu {
		margin: 15px auto;
		text-align: center;
	}

		#footer ul#menu li {
			background-image: url("../ref_img/arrow02.gif");
			background-position: left 3px;
			background-repeat: no-repeat;
			display: inline;
			margin: 0 5px;
			padding-left: 15px;
		}
