@charset "utf-8";
/** ----------------------------------------------------------------------------

	@ Style Name    : style.css

---------------------------------------------------------------------------- **/
/** ----------------------------------------------------------------------------
 *	Layout
---------------------------------------------------------------------------- **/
/**
 *	#contents
---------------------------------------------------------------------------- **/
#contents {}

/** ----------------------------------------------------------------------------
 *	@@. Clearfix
---------------------------------------------------------------------------- **/
#contents:after {
	visibility:hidden;
	clear:both;
	display:block;
	content:" ";
	height:0;
	font-size:0;
}
* html #navCourse {zoom:1; /* IE6 */}
*:first-child+html #navCourse {zoom:1; /* IE7 */}