@charset "UTF-8";

/*--------------------	
Target
	profile2.html
	privacy.html
---------------------*/

td.p_title {
	color: #690;
	font-size: 15px;
	font-weight: bold;
	text-indent: 0.5em;
}

/* ---------------------<<< profile2.html >>>----------------------- */

table.p_table {
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 20px;
}

td.prof1 {
	text-align: center;
	font-weight: bold;
	padding: 10px 0px;
}

td.prof2 {
	padding: 10px 5px 10px 10px;
}

/* ---------------------<<< privacy.html >>>----------------------- */

p.p_comment {
	color: #0C419A;
	padding: 20px 0px;
	line-height: 1.5em;
}

td.p_text {
	padding: 20px 0px 40px 0px;
	line-height: 1.5em;
	text-indent: 1em;
	
}


