body {
	text-align: center;
	color: #666666;
	font-size: 12px;
	background: url(../img/bg-wrap.jpg) repeat-y center center;
}
* {
	margin: 0px;
	padding: 0px;
}
h1 {
	background: url(../img/h1.jpg) no-repeat;
	height: 30px;
	width: 500px;
	text-indent: -9999px;
	margin-bottom: 8px;
}
h2 {
	background: url(../img/h2.jpg) no-repeat;
	height: 30px;
	width: 500px;
	text-indent: -9999px;
	margin-bottom: 8px;
	margin-top: 10px;
}
img {
	vertical-align: middle;
	border-style: none;
}
a:link {
	color: #568EC7;
	}

a:visited {
	color: #568EC7;
	}
a:active {
	color: #8FABBE;
	}
a:hover {
	color: #006699;
	}
#wrap {
	width: 540px;
	text-align:center;
	margin:auto;
}
#content {
	width: 500px;
	text-align: left;
	margin:auto;
}
#caution {
	padding: 10px;
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	font-size: 11px;
	line-height: 18px;
	margin-top: 4px;
}
#privacy {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
}
#privacy img {
	vertical-align: middle;
}
#formSubmit {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

table {
	line-height: 18px;
}
th {
	padding: 8px;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	text-align: left;
}
td {
	padding: 6px;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.subjects td {
	border-style: none;
}
.outline {
	margin-top: 10px;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
.form {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
.caution {
	color: #CC3333;
	font-size: 11px;
}
