div#tableofcontents{
	height:580px;
	overflow:hidden;
	vertical-align:top;
}

div#tableofcontents ol.toc li.top{
	margin:0 10px;
	margin-top:12px;

    font-size: 10pt;
    font-style: normal;
    line-height: 15pt;
    font-weight: bold;
    color: rgb(0, 102, 102);
}

div#tableofcontents ol.toc li.top a.toc{
	white-space: nowrap;
	color: rgb(0, 102, 102);
}

div#tableofcontents ol.toc{
	list-style:none;
	padding-left:0;
	font-size:12px;
	vertical-align:top;
	background-color:#f4f2ea;
	display:inline-block;
	margin-right:4px;
	height:100%;
	position: relative;
}

div#tableofcontents ol.toc li{
	font-size: 10pt;
	font-style: normal;
	line-height: 15pt;
	font-weight: normal;
	color: rgb(51, 51, 51);
	width:200px;
	vertical-align:top;
	list-style:none;
}


div#tableofcontents ol.toc li span.notitle{
	display:none;
}

div#tableofcontents ol.toc li ol{
	padding-left:10px;
}

div.bigtoc{
	margin:5px auto;
}
div.bigtoc a{
	font-size:11px;
	font-family: verdana;
	display: block;
	background-color:rgba(0,0,0,0.05);
	padding:5px;
	color:#006666;
}

div.content h2{
	font-size:16px;
	margin:0;
	background-color:#e2eff1;
	text-indent: 5px;
}

div.content h3{
	font-size:14px;
	margin:0;
	margin-top:12px;
	margin-bottom: 5px;
	border-bottom: 2px solid #f4f2ea;
	text-indent: 10px;
	background-color:#f8fafb;
}

div.big-section{
	margin-top:5px;
	padding-top:5px;
	border-top:2px solid #f4f2ea;
}

div.content div.section{
	font-size:14px;
	margin-left:12px;
}
div.content div.section table{
	margin:10px auto;
}
div.content div.section table tr *{
	font-size:14px;
}

div.kaitei{
	text-align: right;
	white-space: pre;
	font-weight: normal;
	font-color:black;
	position: absolute;
	bottom:20px;
	width:100%;
	right:20px;
}


div.content table td,div.content table th,div.content table *{font-family: sans-serif;font-size:12px !important;}
div.content *.jws9pt{font-size:12px !important;}
div.content table tr th{background-color:#E6E1CE;font-weight:normal;}
div.content table tr:not([bgcolor]) td{background-color:#F4F2EA;}
table tr.center td{text-align: center;}
table + div.footage{width:100%;text-align: left;margin-bottom: 10px;margin-top:-10px;color:#333;}
div.caption{font-weight: bold;color:#333;text-align: center;margin-top:10px;margin-bottom:-10px;}

div.group-name{
	font-size:20px;
	font-family: verdana;
	background-color:#d7e3f1;
	line-height:40px;
	text-indent: 12px;
	margin-top:30px;
}

div.pagetop{
	position:fixed;left:-6px;bottom:5px;width:70px;height:30px;line-height:30px;
	border-radius: 5px;
	border:1px solid brown;
	overflow:hidden;
}

div.pagetop a{
	display: block;
	background-color:white;
	text-align: center;
	font-family: verdana;
	color:black;
	font-size:12px;
	text-decoration: none;
}

span.linemark{
	background-color:#f5f5f5;
	font-weight: bold;
	display: inline-block;
	margin-top: 1px;
}