body {
        margin: 2%;
        background-color: white;
        color: #333333;
        font-size: 10.5pt;
        font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}

h1 {
        color: #333333;
        font-weight: bold;
        font-size: 2em;
}

h2 {
	color: #333333;
	font-weight: bold;
	font-size: 1.5em;
	border-width: 0 0 1pt 0;
	border-color: #9999ff;
	border-style: solid;
}


h3{ 
 color: #FFFFFF;
 background-color: #aaaaeb;
 padding: 5px 5px; 
 background-image: url(space.gif);
 background-repeat: no-repeat;
 }

h4 {
	font-size: 100%;
}


h1{ margin: 1em 0 0 0;}
h2{ margin: 1em 5% 0 5%;}
h3{ margin: 1em 5% 0 5%; }
h4{ margin: 1em 5% 0 5%; }
ul{ margin: 0.5em 7%; }
ol{ margin: 0.5em 7%; }
p{ margin: 0.5em 5%; }

ul,ol,p{
	text-indent: 1em;
	line-height: 140%;
}

em {
  font-style:	normal;
  font-weight:	bold;
  color:	red;
}

a:active, a:hover {
	color: #ff0000;
	background-color: #ffcccc;
	text-decoration: none;
}


div.foot {
	padding: 1em 1em 0 0;
	margin: 4em 0 0 0;
/*	border-width: 1pt 0pt  0pt  0pt;
	border-color: #333333;
	border-style: solid;

*/
	text-align: right;
	font-size: 80%;
}

div.note {
  font-size: small;
  margin: 1em 8% 0 5%;
  padding: 5px 5px;
  border-left: 4px solid #666666;
  font-size: 90%;
}

div.comment {
  width: 90%;
  margin: 1em 8% 0 5%;
  padding: 5px;
  background-color: #ddccdd;
  border: thin solid gray;
}



table{
        empty-cells: show;
        margin: 0 auto;
        border-collapse: collapse;
}
table.line{
        border: inset 2px black;
}

table.line th, table.line td {
        border: outset 1px black; 
	border-top: 1px dotted gray; 
	border-right: 1px dotted gray;
}

tr.ok {
	color: #dddddd;
	}
tr.new {
        font-weight: bold;
	}

th,td {
        text-align: left;
        vertical-align: top;
        padding: 3px 5px;
}
th {
        font-weight: bold;
}


.txt {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
}
.txt2 {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
}
.txt3 {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 13px;
	font-style: normal;
}
