
body,tr,td,th { font-size: 10pt;
				color: #222222 }

a:link { color: #DF3F00; }<!--未訪問のリンク--> 
a:visited { color: #DF3F00; }<!--訪問済みのリンク-->
a:hover { color: #ffffce; }<!--ポイント時のリンク--> 
a:active { color: #ffffce; }<!--選択中のリンク-->

table { line-height: 130% }


.sub-title {
		font-size: larger ;
		font-weight: bold ;
		border-bottom-style : dotted;
		border-color : #000080;
}

.sub-title2 {
		font-weight: bold ;
}


.boxf99 {
		border-color: #ff9999;
		border-width: 1px;
		border-style: solid;
		padding: 1px;
}


.box {
		background: #deb887;
		padding: 3px;
}

