@charset "utf-8";
/* CSS Document */

body {
	margin-top:0px; padding-top:0px;
	background: url(terafox-bg_top.jpg) top repeat-x, url(terafox-bg_center.jpg) center repeat-y fixed, #daebf1;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.wide { line-height: 1.4em; }
#mainframe {
	width:770px; 
	margin-left:auto; margin-right:auto; margin-bottom: 1em;
	background-color: #d4e4ea;
}
.button {
	background-color: #c1d6dd;
	padding: 6px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
a:hover.button { background-color: #9cbcc7; color:#fff; }
h1,h2,h3,h4,h5,h6 { margin-bottom: 0.2em; }
.first { margin-top: 0px; }
dd { margin-top: 0.7em; }
