/*日本法令外国語訳データベースシステム
 本文表示用スタイルシート*/

html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
div.topHeader {
	width:100%;
	height:60px;
	border-bottom:solid 1px #1A4B96;
}
div.header {
	width:99.6%;
	border-bottom:solid 3px #1A4B96;
}
div.contents {
	width:100%;
}
div.footer {
	width:100%;
	height:115px;
	border-top:solid 3px #1A4B96;
}
iframe {
	width:100%;
	height:100%;
	border:none;
}
iframe.topHeader {
	overflow:hidden;
}
iframe.header {
	overflow:hidden;
}
iframe.toc {
	width:270px;
}
iframe.contents {
	width:calc(100% - 280px);
}
