@charset "utf-8";
#main {
	margin-top: 30px;
	margin-left: 20px;
	width: 930px;
	margin-bottom: 20px;
}
#main ul {
	list-style-type: none;
	margin-top: 20px;
}
#entaMenu li {
	float: left;
	width: 218px;
	margin-right: 10px;
	height: 208px;
	margin-bottom: 10px;
}
#entaMenu a {
	display: block;
	border: 1px double #CCCCCC;
	width: 218px;
	height: 208px;
}
#entaMenu a:hover {
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
#bannerArea {
	clear: both;
}

