@charset "UTF-8";

/*
**************************************
*Since: 2013-07-12
*Modified: 2013-00-00
**************************************
*/


/* wrapper
---------------------------------------------------------------------------------------- */
#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}


/* privacy
---------------------------------------------------------------------------------------- */
#privacy h2 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 4px solid #e60000;
	font-size: 26px;
	text-align: left;
}

#privacy p {
	font-size: 18px;
	text-align: left;
	line-height: 1.4;
}

/* footer
---------------------------------------------------------------------------------------- */
#footer {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	text-align: left;
}

#footer p img {
	padding: 0 0 10px 0;
	font-size: 14px;
}

#footer p a {
	color: #e60000;
	text-decoration: underline;
}


