@charset "utf-8";
/*------------------------------------------------
     linkArea
------------------------------------------------*/
#linkArea {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	background-color: #ECF9D0;
	color: #666;
	font-weight: bold;
}

#linkArea p {
	text-align: center;
	padding-right: 2em;
}

#linkArea p a {
	text-decoration: none;
	color: #666;
}
