
.contents { height: 100%; overflow-x: auto;; overflow-y: scroll; }
.height100 { line-height: 100% }
.height120 { line-height: 120% }
.height140 { line-height: 140% }
.height200 { line-height: 200% }
.note { font-size: 10px }
.size1 { font-size: 12px; line-height: 140% }
.size2 { font-size: 14px; line-height: 140% }
.size3 { font-size: 16px; line-height: 140% }
.size4 { font-size: 18px; line-height: 140% }
.strblue { color: #0e207e }
.strbrown { color: #7f1e02 }
.strgray { color: gray }
.strgreen { color: #003d19 }
.stroorange { color: #f60 }
.strred { color: #FF0000 }
a { text-decoration: none }
a:hover { text-decoration: underline }
a:link { color: #333333 }
a:visited { color: #404055 }
td { color: #333333; font-size: 12px; line-height: 140% }

#linkblue table tr td a {
	color: #03C;
}

.w475	{ width:475px;}
