@charset "UTF-8";

h2#title{
	width: 860px;
	height: 86px;
	margin: 0 auto 10px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("../img/privacy/catch.png");
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}



.privacy_box{
	margin: 0 0 15px 51px;
	text-align: left;
	width: 857px;
}

.privacy_header{
	height: 22px;
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	background-image: url("../img/all/box_header.png");
}

.privacy_inner{
	padding: 0 50px 10px 50px;
}

.privacy_middle{
	background-repeat: repeat-y;
	background-image: url("../img/all/box_middle.png");
}


.privacy_footer{
	height: 25px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url("../img/all/box_footer.png");
}

.privacy_box strong{
	font-weight: bold;
	font-size: 18px;
}

.privacy_box ul{
	padding: 10px 0 10px 20px;
}

.privacy_box li{
	text-align: left;
	margin-bottom: 5px;
}

#contact{
	padding-bottom: 15px;
}

