@charset "UTF-8";

#privacy {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #333;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#privacy a:link {
	color: #0066CC;
	text-decoration: none;
}
#privacy a:visited {
	color: #0066CC;
	text-decoration: none;
}
#privacy a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#privacy p.txt {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#privacy dl {
	margin: 0px;
	padding: 0px;
}
#privacy dl dt {
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}
#privacy dl dd {
	margin-bottom: 30px;
	margin-left: 20px;
}
#privacy dl dd ol {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#privacy dl dd ol li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: decimal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
