@charset "utf-8";
/* CSS Document */

#policyBox {
	margin-bottom:20px;
}

.policyTxt {
	width:440px;
	float:left;
	padding-left:10px;
}

.policyImg {
	float:right;
	padding:0 10px 20px 0;
}

#policyEbox {
	clear:both;
	background:url(img/family_bg.jpg) no-repeat;
	margin-bottom:40px;
}

.policyE {
	width:420px;
	margin-left:256px;
}
.purposeTxt {
	width:650px;
	margin:0 auto;
	margin-bottom:20px;
}
#purposeBox {
	width:666px;
	background:url(img/img_bg.jpg) no-repeat;
	margin-bottom:30px;
}

#purposeBox ul {
	width:420px;
	margin-left:10px;
	border-top:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
}
#purposeBox li{
	margin:5px 10px 5px 5px;
	padding-left:10px;
}
.bgliG {
	background:#EFEFEF;
	border-top:#CCC dotted 1px;
	border-bottom:#CCC dotted 1px;
	padding:5px 0 5px 0;
}