/*
分析機器のCSS
*/

a.menu1:link { color:#333333; }
a.menu1:visited {color:#333333; }
a.menu1:hover { color:#ff0000; }

.issue_number {
	font-size: 11pt;
	font-weight: bold;
	line-height: 15pt;
}
.table_caption { color: #FF0000; text-align: center; ; font-size: 11pt; font-weight: bold}
h1 {
	font-size: 19pt;
	font-weight: normal;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h2 {  color: #CC9933; font-weight: bold; font-size: 14pt}
h3 {  font-weight: bold; color: #3300CC; font-size: 12pt}
p {
	line-height: 140%;
	padding-left: 10px;
	text-indent: 1em;
}
li { line-height: 150%}
ol { line-height: 150%}
ul {  line-height: 150%}
.pdf {  font-size: 10pt}
.small-2 {  font-size: 10pt; line-height: 130%}
.super {
	vertical-align: super;
	font-size: x-small;
}
.sub {
	vertical-align: sub;
	font-size: x-small;
}
.subtitle {
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
}
body {
	font-size: medium;
	line-height: 140%;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 0px;
}

