@charset "utf-8";

#footerArea {
	float: left;
	width: 100%;
}
.normalSection {
	overflow: hidden;
}
* html .normalSection {
	overflow: visible;
}


/* clearfix
************************************************************/
.normalSection:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.normalSection {
 zoom: 1;
}