@import "base.css";

strong {
	color: #3A3;
}

div.centering {
	text-align: center;
}

a.btn-request,
a.btn-request:active {
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 80px;
	background-color: transparent;
	background-position: center top;
	background-image: url(../parts/report_button.png);
	background-repeat: no-repeat;
}
a.btn-request:hover {
	background-position: center bottom;
}
a.btn-request span {
	display: none;
}

#toc {
	margin-bottom: 14px;
	padding-left: 12px;
	background-color: #DED;
	border-left: 4px double #AFFC32;
	list-style-type: none;
	line-height: 160%;
}
#toc li {
	padding-left: 24px;
	background-color: transparent;
	background-image: url(../parts/arrow16.png);
	background-position: left center;
	background-repeat: no-repeat;
}

span.note {
	text-decoration: underline;
}

#contents .container ol {
	margin: 8px auto 8px 2em;
}

#h-report {
	color: #3A3;
	font-weight: bold;
}

#contents .container h4 {
	margin: 4px 0;
	clear: both;
	background-color: #FFFFB7;
	border-left: 1px solid #FF8C00;
	border-bottom: 1px solid #FF8C00;
}

#contents .container h5 {
	color: #060;
	font-size: 14px;
	margin-top: 8px;
}

#contents .container ul {
	margin-left: 2em;
}

div.profile img.portlait {
	margin: 2px 4px;
}
div.profile div {
	margin-top: 8px;
}
ul.address {
	list-style-type: none;
}

div.report {
	clear: both;
}
div.report span {
	color: #F00;
	font-weight: bold;
}

div.signature {
	padding-bottom: 8px;
	font-size: 12px;
	color: #F82;
	border-bottom: 1px solid #AAA;
	text-align: right;
}

#books {
	margin-top: 12px;
}
#books h4 {
	font-size: 18px !important;
	background-color: #19AB42 !important;
	color: #FFF !important;
}
#books div.image {
	width: 140px;
	margin: 2px 4px;
	float: left;
}

div.imgcut-l {
	float: left;
	margin: 4px 6px 4px 0;
}

div.imgcut-r {
	float: right;
	margin: 4px 0 4px 6px;
}

div.fig1 {
	float: left;
}
div.fig1 ol {
	float: left;
	width: 200px;
}