@charset "utf-8";

.common-bottom {
	display: block;
	text-align: center;
	background-color: #A7A4A4;
	min-height: 30px;
	font-size: 14px;
	padding-top:8px;
	padding-bottom:8px;
	border-radius: 3px;
	margin-top: 5px;
	
	
	
}

.bottom-margin {
	margin-top: 5px;
}

a,a:hover,a:visited{
	text-decoration: none;
	color: #222222;
}