@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: 10px;
}

/*=== 記事エリア ===*/
.spNewsBody .spDocArea {
	width: 716px;
	text-align: left;
	background: #EDF0F1;
	padding-top: 30px;
	padding-bottom: 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-left: 30px;
}

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

.spDocArea h3 {
}

.spDocArea li {
	list-style: none;
	line-height: 130%;
	padding-left: 15px;
	font-size: 93%;
	margin-bottom: 5px;
}

.spDocArea a,
.spDocArea a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #5C6AAD;
}

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

li.subList {
	list-style: none;
	line-height: 120%;
	margin-bottom: 3px;
	background: url(../../images/garan_point.gif) no-repeat left 3px;
	padding-left: 15px;
	margin-left: 16px;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 3px;
	font-size: 93%;
}

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

.spDocArea .frame {
	margin-top: 20px;
}

/*=== 本文 ===*/

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

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

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

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

.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;
	margin-right: 3px;
}


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

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


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


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

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

.docClear img {
	border-style: none;
}

