@charset "utf-8";

/*=============== お知らせタイトル ===============*/
.spNewsTitle {
	float: right;
	width: 816px;
	margin-bottom: 20px;
	background: url(../images/sp_news_title.jpg) no-repeat;
	height: 31px;
}

.spNewsTitle p {
	font-size: 110%;
	line-height: 100%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 6px;
	padding-left: 20px;
	letter-spacing: 0.2em;
}

/*=============== お知らせ全体 ===============*/
.spNewsBody {
	float: right;
	width: 716px;
	padding-right: 100px;
	margin-bottom: 30px;
}

/*=== 記事エリア ===*/
.spNewsBody .spDocArea {
	width: 656px;
	text-align: left;
	background: #EDF0F1;
	padding: 30px 30px 20px;
}

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

.spDocArea 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;
}

.spDocArea h1.spDocTitle {
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	border-left: 8px solid #8F1C1A;
	padding-left: 12px;
	margin-bottom: 10px;
	color: #333399;
	padding-top: 2px;
	margin-right: 40px;
	margin-left: 40px;
	padding-bottom: 0px;
}

.spDocArea 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;
}

.spDocArea 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;
}

.spDocArea h2.spDocTitle {
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	padding-left: 12px;
	margin-bottom: 10px;
	color: #333399;
	padding-top: 2px;
	margin-right: 40px;
	margin-left: 40px;
	border-left-width: 8px;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #8F1C1A;
	padding-bottom: 0px;
}

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

.spDocArea h4 {
	font-size: 110%;
	line-height: 120%;
	font-weight: bold;
	color: #990000;
	margin-bottom: 5px;
	padding-bottom: 6px;
	margin-left: 30px;
}

.spDocArea a,
.spDocArea a:visited {
	text-decoration: underline;
	color: #0202FF;
}

.spDocArea a:hover {
	color: #CC3399;
}

/*=== インラインフレーム ===*/

.spDocArea .frame {
	margin-top: 20px;
	_margin-top: 0px;
	width: 655px;
	_width: 0px;	
	margin-left: 30px;
	_margin-left: 0px;	
}

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

.spDocArea .bottomNarrow {
	margin-bottom: 0px;
	margin-right: 40px;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-left: 10px;
}

.spDocArea .bottomWide {
	margin-bottom: 40px;
	margin-right: 40px;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

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

.spDocArea p {
	line-height: 160%;
	text-indent: 1em;
}

.spDocArea p.leftIndent {
	line-height: 160%;
	text-indent: -1em;
	padding-left: 2em;
}

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

.spDocArea p.indented01 {
	text-indent: 4em;
}

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

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

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

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

.spDocArea .mainImageArea {
	margin-bottom: 30px;
	margin-right: 15px;
	margin-left: 15px;
}

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

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

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


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

/*=== ムービー ===*/
.spDocArea .movieArea {
	margin-bottom: 10px;
	margin-right: 40px;
	margin-left: 40px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C1C1C1;
	border-bottom-color: #C1C1C1;
}

.afpNote {
	font-size: 90%;
	font-weight: bold;
	color: #C00;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

.movieNote {
	font-size: 100%;
	line-height: 120%;
	padding-top: 10px;
	color: #900;
}

/*=============== ページトップ ===============*/
.spDocArea .pageTop {
	width: 576px;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 30px;
	margin-right: 40px;
	margin-left: 40px;
}

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


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


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

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

.docClear img {
	border-style: none;
}

