@charset "UTF-8";

body {
	background-color: #FFF;
}

/*
=====================================================================
*
*    Header
*
* =================================================================== 
*/
#Header {
	background: none;
	margin-bottom: 0px;
	background-color: #FFF;
}
	#Header .logoBlock {
		background-color: #FFF;
	}
	#Header .mainBlock {
		width: 380px;
		padding-top: 43px;
		padding-bottom: 15px;
	}

/*
=====================================================================
*
*    PrivacySection
*
* =================================================================== 
*/
#PrivacySection {
	padding-top: 85px;
	padding-bottom: 80px;
	background-color: #F7F7F7;
}
	#PrivacySection .container {
		width: 900px;
		margin-left: auto;
		margin-right: auto;
		color: #666;
	}

	#PrivacySection .title {
		margin-bottom: 65px;
		font-size: 20px;
		font-weight: bold;
	}
	#PrivacySection .subTitle {
		margin-bottom: 12px;
		font-size: 16px;
		font-weight: bold;
	}
	#PrivacySection p {
		margin-bottom: 45px;
		font-size: 12px;
		line-height: 2;
	}
	#PrivacySection p.last {
		margin-bottom: 0px;
	}
	
		#PrivacySection p a {
			text-decoration: underline;
		}
