﻿@charset "utf-8";

#content {
	position:static;
	left        :0;
	top         :0;
	width:140mm;
	height:100%;
	line-height	:1.6;
	margin-left :40mm;
	margin-top  :0;
	}

#htmlcontent {
	font-size:small;
}

#htmlcontent hr {
	display:none;
}

#htmlconten p {
	line-height:1.6em;
}

#htmlcontent h1{
	color:#000;
	font-size:large;
	font-weight:bold;
	padding-bottom:0.2em;
	border-bottom:8px #000 solid;
}

#htmlcontent h2{
	color:#000;
	font-size:large;
	font-weight:bold;
	margin:80px 0 20px 0;
	padding-bottom:0.2em;
	
	border-bottom:1px #DDD solid;
}
#htmlcontent h2 span.ja {
	font-size:x-small;
}

#htmlcontent h3{
	color:#000;
	font-size:medium;
	font-weight:bold;
	margin:35px 0 35px 0;
}

#htmlcontent table {
	border-top:1px #000 solid;
	border-bottom:1px #000 solid;
}

#htmlcontent table th{
	text-align:left;
	font-weight:bold;
	border-bottom:1px #DDD solid;
	padding:0.4em 0 0.4em 0;
	white-space: nowrap;
}


#htmlcontent table td{
	text-align:left;
	padding:0.4em 0 0.4em 1em;
	border-bottom:1px #DDD solid;
}

#htmlcontent dl {
	list-style:decimal;
	}
#htmlcontent dl dt{
	font-weight:bold;
	margin:0 0 0.2em 0;
}
#htmlcontent dl dd{
	margin:0 0 1em 1em;
}

#htmlcontent div.scene {
	border-top:4px #000 solid;
	padding-bottom:20px;
	border-bottom:4px #000 solid;
	page-break-after:always;
}
