@charset "UTF-8";
/* CSS Document */
/* privacy.css */


/* contents */

h1.title {
	width: 162px;
	height: 24px;
	margin-bottom: 15px;
	background: url(../privacy/img/title.gif) no-repeat left top;
	text-indent: -9999px;
}

h2 {
	font-size: 100%;
	font-weight: bold;
}

dl.privacy {
	padding: 0 18px;
}
dt {
	font-weight: bold;
	padding: 12px 0 2px 0;
}
dd {
	padding: 0 0 2em 1em;
	font-size: 85%;
	color: #666;
}.privacy dd {
	font-size: 105%;
	line-height: 1.8;
}

