@charset "utf-8";
/*------------------------------------------------
     linkArea
------------------------------------------------*/
#linkArea {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 0px auto;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	background-color:#25A507;
	
}

#linkArea p {
	text-align: center;
	padding-right: 1em;
}

#linkArea p a {
	text-decoration: none;
	color: #fff;
}
