/* privacy */
#frame {
	width: 800px;
	background-image: url(../img/frame2.gif);
}

#frame_title {
	float: left;
}
#frame_title2 {
	float: right;
}

#frame_text1 {
	font-size: 80%;
	line-height: 1.3em;
	clear: both;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}


#privacy_area {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#privacy_title {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	margin-top: 20px;
}

#privacy {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	background-color: #dcdcdc;
	padding: 10px;
}
#privacy_subtext {
	font-size: 80%;
	line-height: 1.3em;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
}
.privacy_btext {
	font-size: 90%;
	line-height: 1.3em;
	font-weight: bold;
	color: #B83A1B;
}
.privacy_text {
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A2A3A6;
	line-height: 1.3em;
	color: #1A1D26;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
}
.privacy_other {
	font-size: 80%;
	line-height: 1.3em;
	color: #1A1D26;
	margin-right: 5px;
	margin-left: 5px;
}
.privacy_other p {
	margin-bottom: 10px;
}
.privacy_other table {
	border: 1px solid #bbbbbb;
	float: right;
}
.privacy_other td {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.privacy_other a {
	color: #1A1D26;
	text-decoration: underline;
}
