@charset "utf-8";

html {
overflow-x: hidden;
} 

/*=== Frame全体 ===*/
#FrameAll {
	width: 680px;
}

/*=== topicセットBox ===*/
#FrameAll .frameArea {
	width: 660px;
	background: #EDF0F1;
}

/*=== 見出し ===*/
.frameArea 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;
}

.frameArea h2 {
	font-size: 110%;
	line-height: 120%;
	font-weight: bold;
	color: #990000;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #7B7B7B;
	text-indent: 1em;
}

.frameArea h3 {
	font-size: 110%;
	line-height: 120%;
	font-weight: bold;
	color: #990000;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #7B7B7B;
	text-indent: 0.2em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #7B7B7B;
}

.frameArea h4 {
	font-size: 110%;
	line-height: 120%;
	font-weight: bold;
	color: #000099;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #7B7B7B;
	margin-top: 5px;
}

/*=== 本文 ===*/
.frameArea .docText {
	padding: 10px;
	margin-bottom: 20px;
	margin-right: 40px;
	margin-left: 40px;
}

.frameArea .docBody {
	margin-bottom: 30px;
}

.frameArea p {
	line-height: 160%;
}

.frameArea p.indented {
	text-align: right;
}

.frameArea p.indented01 {
	margin-left: 1em;
	_margin-left: 0.5em;	
	float: left;
}

.frameArea p.indented01-1 {
	text-indent: 10.5em;
}

.frameArea p.indented01-2 {
	text-indent: 7em;
}
.frameArea p.indented02R {
	color: #990000;
	text-indent: 10em;
}

.frameArea p.indented02B {
	color: #333399;
	text-indent: 10.5em;
}

.docText .docP {
	width: 555px;
}

.docText p.subText {
	line-height: 160%;
	width: 400px;
	float: Right;
}

.docText p.subText_R {
	line-height: 160%;
	width: 400px;
	float: Right;
	color: #990000;
}

.docText p.subText_B {
	line-height: 160%;
	width: 400px;
	float: Right;
	color: #333399;
}

.docP p {
	line-height: 160%;
	width: 120px;
	float: left;

}

.docP p.subText {
	line-height: 160%;
	width: 400px;
	float: Right;
}

/*=== 写真エリア ===*/

.frameArea .mainImageArea {
	margin-bottom: 20px;
	margin-top: 10px;
}

.frameArea .subImageLeft {
	float: left;
	width: 250px;
	margin-right: 18px;
	margin-top: 6px;
	padding-bottom: 6px;
	clear: both;
}

.frameArea .subImageRight {
	float: right;
	width: 250px;
	margin-left: 16px;
	margin-top: 6px;
	padding-bottom: 6px;
	clear: both;
	margin-right: 6px;
}

.frameArea .subImageLeft p,
.frameArea .subImageRight p {
	text-indent: 0em;
	color: #336699;
	padding-bottom: 6px;
	border-bottom: 1px dotted #336699;
	line-height: 120%;
	padding-top: 4px;
}


.frameArea img {
	border: 1px solid #A7B6BA;
}


/*=============== ページトップ ===============*/
.frameArea .pageTop {
	width: 621px;
	text-align: right;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.frameArea .pageTop p {
	font-size: 90%;
	line-height: 100%;
}


.frameArea .pageTop a,
.frameArea .pageTop a:visited {
	line-height: 100%;
	color: #996600;
	text-decoration: none;
}


.frameArea .pageTop a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/*=============== クリア ===============*/
.docClear {
	clear: both;
	width: 100%;
}

.docClear img {
	border-style: none;
}
