@charset "utf-8";

/* privacy・ｽpCSS */

/* タイトル */
#tit_privacy {
	margin-bottom:15px;
	width:625px;
	height:45px;
	line-height: 1;
	background-image: url(../images/privacy/tit_privacy.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
}


#txt_privacy {
	margin-left:30px;
	margin-bottom:25px;
	width:560px;
	font-size: 93%;
	color: #333333;
}

dl {
	margin-bottom:100px;
	margin-left:30px;
	display:block;
	width:560px;
}

dl dt {
	margin-bottom:5px;
	padding-left:14px;
	display:block;
	color:#004EAA;
	width:546px;
	background-image: url(../images/sitemap/icon_sitemap.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

dl dd {
	margin-bottom:20px;
	padding:0px 0px 15px 14px;
	width:546px;
	display:block;
	font-size: 93%;
	color:#666666;
	background-image: url(../images/privacy/bottom_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
