/* CSS Document */

/* サイト利用部分 */

#privacy {
    width: 510px;
	height: auto;
	margin-left: 10px;
	text-align: left;
	line-height: 2;
	border-bottom: #CCCCCC 1px solid;
}
#privacy p{
    margin-top: 15px;
	margin-bottom: 15px;
	background: url(../img/privacy_bn.gif) left top no-repeat;
	padding-left: 20px;
}
#privacy A {
    color: #0066CC;
	padding: 5px;
	FONT-STYLE: normal; 
	WHITE-SPACE: nowrap;
    text-decoration: none;
}
#privacy A:hover {
    text-decoration: none;
	padding: 5px;
	background-color: #b8d477;
	color: #FFFFFF;
}
#privacy A:visited{
    text-decoration: none;
	padding: 5px;
}