@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

p {
	clear: both;
	float: left;
	width: 590px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	line-height: 25px;
}

table.privacy {
	clear: both;
	float: left;
	width: 600px;
	text-align: center;
}

td.p_left1 {
	background-color: #eee8dc;
	border-top-left-radius: 10px;
	height: 20px;
	width: 180px;
}

td.p_left2 {
	background-color: #eee8dc;
	height: 20px;
	width: 180px;
}

td.p_left3 {
	background-color: #eee8dc;
	border-bottom-left-radius: 10px;
	height: 20px;
	width: 180px;
}

td.p_c1 {
	background-color: #f3f0e9;
	width: 180px;
}

td.p_re1 {
	background-color: #f3f0e9;
	border-top-right-radius: 10px;
	width: 180px;
}



td.p_re3 {
	background-color: #f3f0e9;
	border-bottom-right-radius: 10px;
	width: 180px;
}
