@charset "utf-8";


/* privacy */
#privacy {
	width:560px;
	line-height:1.7
}

#privacy h3{
	margin:0 0 20px 0;
}
#privacy dl {
	width:560px;
	padding:0 0 25px 0;
}
#privacy dl dt{
	width:30px;
	padding:0 0 25px 10px;
	display:block;
	float:left;
	clear:both;
}
#privacy dl dd{
	width:520px;
	padding:0 0 25px 0;
	display:block;
	float:left;
}

