@charset "utf-8";
/*------------------------------------------------------
 ABOUT US
------------------------------------------------------*/

#mainArea {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}

#rightArea {
	width: 840px;
	margin-top: 30px;
	float: right;
	overflow: hidden;
}

#rTop {
	margin-bottom: 15px;
	width: 100%;
}
#rTop > p {
	margin-bottom: 15px;
}


#rMid {
	margin-top: 50px;
}

#rMid a {
	text-decoration: none;
	color: #000;
}
#rMid a:hover {
	color: #666;
}

#rBtm {
	margin-top: 30px;
	margin-bottom: 30px;
}
#rBtm > ul {
	margin-top: 30px;
}
#rBtm > ul li {
	float: left;
	margin-right: 15px;
}