@charset "UTF-8";

.report_page {
	display: block;
	width: 100%;
}
.report_page h3 {
	margin-top: 15px;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.report_page dl {
	padding: 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.report_page dt  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.report_page dd {
	margin: 0px;
	padding: 0px;
}
.dark_blue {
	color: #03C;
}
h4  {
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666;
	border-left-color: #666;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 1em;
}
h5 {
	color: #03C;
	margin-top: 5px;
	font-size: 1em;
}
.img_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 50px;
	padding-bottom: 20px;
}
.img_left {
	float: left;
	margin-right: 20px;
}
.report_page p {
	text-align: justify;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	text-indent: 1em;
}
.pic {
	margin-bottom: 50px;
	padding-bottom: 20px;
}
#repo_left  {
	float: left;
	font-weight: normal;
	width: 310px;
	display: block;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
.title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-weight: bold;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
.data {
	margin-bottom: 10px;
}
.sec_title {
	margin-top: 30px;
	font-size: 1.2em;
	font-weight: bold;
	color: #036;
	line-height: 1.8em;
}
.sec_title a {
	text-decoration: none;
	color: #036;
}
.sec_title a:hover {
	color: #900;
}
.banner {
	margin-top: 100px;
	margin-left: 30px;
}
