@charset "UTF-8";

/* Table Of Contents
----------------------------------------
# gNav
# pageBody
# clearfix
----------------------------------------


/* # gNav
---------------------------------------------------------------------------- */
#gNav ul{
	position: absolute;
	top :1px!important;
	right: 0;
}
#gnavHome a {
	color: #a30b03;
}

/* # pageBody
---------------------------------------------------------------------------- */
.concept,
.introduction {
	text-align: center;
}
.introduction {
	padding: 30px 20px 60px;
	font-size: 98%;
}
/* # sidebar
y
---------------------------------------------------------------------------- */
.bannerArea {
	background: none!important;
	padding-top: 0!important;
	margin-top: 0!important;
}

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