@charset "utf-8";
/* CSS Document */

#privacyNavi {
	font-size: 14px;
	color: #3D3D3D;
	height: 60px;
	line-height: 60px;
	width:880px;
	margin:0px auto;
	position: relative;
	
	border-bottom:1px solid #f7f7f7;
	
	background:url(../image/utils/logoSonyGroup.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#privacyNavi p {
	float: left;
}

#privacyNavi span {
	color: #C5C5C5;
	margin: 0px 20px;
	display: inline-block;
}

#privacyNavi a {
	color: #C5C5C5;
}

#privacyCaption {
	height:54px;
	line-height:54px;
	font-size:14px;
	color:#444546;
	font-weight:normal;
	width:880px;
	margin:0px auto;
}

.privacyTexts {
	width:880px;
	margin:0px auto;
	color:#444546;
	font-size:12px;
	line-height:1.7em;
}

.privacyTexts p {
	padding:20px;
	background:#f7f7f7;
	margin:20px 0px;
}

.privacyTexts a {
	color: #0F5EB7;
	text-decoration: underline;
}

#policyCaption {
	height:54px;
	line-height:54px;
	font-size:14px;
	color:#444546;
	font-weight:normal;
	width:880px;
	margin:0px auto;
	border-bottom:1px solid #f7f7f7;
	margin-bottom:20px;
}