@charset "utf-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ /
	共通読込　
/ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@import "reset.css";
@import "base.css";
@import "common.css";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ /
	topics.html
/ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents {
	padding-bottom: 20px;
}
#footer {
	height: 20px;
	margin-top: -20px;
}
.chapter {
	margin: 0 auto;
	text-align: center;
}
.chapter .title {
	height: 78px;
	width: 700px;
	padding-top: 10px;
	margin: 10px auto;
	background: url(/img/d-h2img.gif) no-repeat left top;
}
.chapter .title h2 {
	height: 42px;
	padding: 0;
	margin: 0;
	border: none;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #d50035;
	line-height: 42px;
	letter-spacing: 2px;
	text-align: left;
	text-indent: 20px;
	background: none;
}
.chapter .title h3 {
	height: 20px;
	padding: 0;
	margin: 0 30px;
	border: none;
	font-size: 8.8pt;
	font-weight: bold;
	color: #008000;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: right;
	background: none;
}
.chapter p {
	margin: 0 0 0.7em 0;
	font-size: 108%;
	font-weight: bold;
	text-indent: 1em;
	letter-spacing: 2px;
	line-height: 1.8;
}
.chapter p.hsp0 {
	text-indent: 0 !important;
}
.chapter li {
	font-size: 108%;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.8;
}
.chapter img {
	border: #999 3px double;
}
.chapter .picC {
	margin: 10px 0;
	text-align: center;
}
.chapter .picC div {
	padding: 0;
	margin: 0;
}
.chapter .picC img {
	margin: 2px;
}
.chapter .picC p {
	margin: 0;
	font-size: 93%;
	text-align: center;
	text-indent: 0;
	letter-spacing: 1px;
	line-height: 1.4;
}
.pagetop {
	position: relative;
	height: 60px;
}
.pagetop img {
	position: absolute;
	top: 25px;
	right: 0;
	margin: 0;
	padding: 0;
	border: none;
}
.chapter img.picL {
	float: left;
	margin-right: 10px;
}
.chapter img.picR {
	float: right;
	margin-left: 10px;
}
.box2 {
	margin-bottom: 20px;
}
.box2 p {
	font-size: 93%;
	font-weight: normal;
	padding-left: 2em;
	padding-right: 2em;
}
.list {
	float: right;
	border: 1px red solid;
	width: 126px;
	text-align: left;
	font-size:10px;
	margin: 0;
	padding: 0;
}
img.nb {
	border: none;
}