/*************************************************
 各コンテンツページの書式
*************************************************/

/* コンテンツラッパー(白地) */
div#ContentsBody {
  width: 585px;
	height: 300px;
  background-color: #ffffff;
	padding: 10px;
	margin: 0 40px 10px 0;
}
html>body div#ContentsBody {
  height: auto;
	min-height: 300px;
	margin-bottom: 20px;
}
/* ページトップの文章 */
div#PageRead {
  margin-bottom: 2em;
	padding-left: 10px;
	border-left: 5px solid #ed1400;
}
div#PageRead h2 {
  padding: 5px 0;
	margin-bottom: 5px;
  font-size: 120%;
	color: #0e1f3f;
	border-bottom: 1px solid #0e1f3f;
}
div#PageRead p {
  font-size: 80%;
	font-weight: bold;
	color: #0e1f3f;
	line-height: 1.5;
}
/* 見出し */
div#ContentsBody div.Chapter {
  padding: 5px;
	margin-bottom: 15px;
	border: 1px solid #0e1f3f;
	color: #0e1f3f;
}
div#ContentsBody div.Chapter h3 {
  padding: 5px;
  border-left: 5px solid #ED1400;
	font-size: 90%;
}
div#ContentsBody div.TextWrapper {
  margin: 0 1em 2em 1em;
}
div#ContentsBody div.TextWrapper p {
  font-size: 80%;
	line-height: 1.4;
	color: #0e1f3f;
}
div#ContentsBody div.TextWrapper ul {
  margin: 0.5em 0 0 2em;
}
div#ContentsBody div.TextWrapper ul li {
  font-size: 75%;
	color: #0e1f3f;
	list-style-type: disc;
	line-height: 1.6;
}
/* このページの先頭へ */
p.PageTopLink {
  margin-top: 40px;
  text-align: right;
}
p.PageTopLink a {
  font-size: 70%;
}
