@charset "utf-8";
/*------------------------------------------------------
 PRIVACY POLICY
------------------------------------------------------*/

#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: 50px 0 30px 0;
}

#rBtm > ul {
	width: 825px;
}

#rBtm > ul > li.tit {
	width: 100%;
	border: 1px solid #7C7029;
	padding: 5px 0 5px 10px;
	font-size: 13px;
	font-weight: bold;
}
#rBtm > ul > li.txt {
	width: 95%;
	padding: 3px 0 3px 10px;
	margin: 15px 0;
}
