@charset "utf-8";

/*=============== お知らせタイトル ===============*/
.privacyPolicyTitle {
	float: right;
	width: 816px;
	margin-bottom: 20px;
	background: url(../images/privacy_policy_title.jpg) no-repeat;
	height: 31px;
}

.privacyPolicyTitle p {
	font-size: 110%;
	line-height: 100%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 6px;
	padding-left: 20px;
	letter-spacing: 0.2em;
}

/*=============== お知らせ全体 ===============*/
.privacyPolicyBody {
	float: right;
	width: 716px;
	padding-right: 100px;
	margin-bottom: 30px;
}

/*=== 記事エリア ===*/
.privacyPolicyBody .ppDocArea {
	width: 656px;
	text-align: left;
	background: #EDF0F1;
	padding: 30px 30px 20px;
}

/*=== 見出し ===*/
.ppDocArea h1 {
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	border-left: 8px solid #8F1C1A;
	padding-left: 12px;
	margin-bottom: 30px;
	color: #333399;
	padding-top: 2px;
	margin-right: 40px;
	margin-left: 40px;
}

.ppDocArea h1.large {
	font-size: 180%;
	line-height: 120%;
	font-weight: bold;
	border-left: 8px solid #8F1C1A;
	padding-left: 12px;
	margin-bottom: 30px;
	color: #333399;
	padding-top: 2px;
	margin-right: 40px;
	margin-left: 40px;
}

.ppDocArea h2 {
	font-size: 110%;
	line-height: 120%;
	font-weight: bold;
	color: #990000;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #7B7B7B;
	margin-right: 40px;
	margin-left: 40px;
}

.ppDocArea h2.large {
	font-size: 180%;
	line-height: 130%;
	font-weight: bold;
	color: #990000;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #7B7B7B;
	margin-right: 40px;
	margin-left: 40px;
}

.ppDocArea h3 {
}

/*=== 本文 ===*/
.ppDocArea .docText {
	padding: 10px;
	margin-bottom: 20px;
	margin-right: 40px;
	margin-left: 40px;
}

.ppDocArea .docBody {
	margin-bottom: 30px;
}

.ppDocArea p {
	line-height: 160%;
	text-indent: 1em;
}

.ppDocArea p.indented {
	text-align: right;
}

.ppDocArea p.item {
	line-height: 160%;
	text-indent: 0em;
}

/*=== 写真エリア ===*/

.ppDocArea .mainImageArea {
	margin-bottom: 30px;
}

.ppDocArea .subImageLeft {
	float: left;
	width: 250px;
	margin-right: 18px;
	margin-top: 6px;
	padding-bottom: 6px;
	clear: both;
}

.ppDocArea .subImageRight {
	float: right;
	width: 250px;
	margin-left: 16px;
	margin-top: 6px;
	padding-bottom: 6px;
	clear: both;
}

.ppDocArea .subImageLeft p,
.ppDocArea .subImageRight p {
	text-indent: 0em;
	color: #336699;
	padding-bottom: 6px;
	border-bottom: 1px dotted #336699;
	line-height: 120%;
	padding-top: 4px;
}


.ppDocArea img {
	border: 1px solid #A7B6BA;
}


/*=============== ページトップ ===============*/
.ppDocArea .pageTop {
	width: 576px;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 30px;
	margin-right: 40px;
	margin-left: 40px;
}

.ppDocArea .pageTop p {
	font-size: 90%;
	line-height: 100%;
}


.ppDocArea .pageTop a,
.ppDocArea .pageTop a:visited {
	line-height: 100%;
	color: #996600;
	text-decoration: none;
}


.ppDocArea .pageTop a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/*=============== クリア ===============*/
.docClear {
	clear: both;
	width: 100%;
}

.docClear img {
	border-style: none;
}
