@charset "utf-8";

/*===================================================================
------------------
CSS Information
------------------
 File name :          top.css
 Summary :            individual styles
 Created :            2010-06-22
 Last Update :        2010-06-22
===================================================================*/

/*===================================================================
------------------
Table Of Contents
------------------
 00) #top
 99) clearfix
===================================================================*/

/*-------------------------------------------------------------------
 00) #top
-------------------------------------------------------------------*/
#top {
	position: relative;
	padding-bottom: 45px;
}

#top .mainImg {
	margin-bottom: 15px;
}



/*-------------------------------------------------------------------
 99) clearfix
-------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block;}

