@charset "utf-8";
/* CSS Document */
body {text-align: center;}

table#gap {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 5px;
}

table#header {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 200px;
}
#td1 {
	border: solid;
	border-width: 8px;
	border-color: #2020FF;
	text-align: center;
}
table#middle {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 670px;
	vertical-align: top;
}
table#redbox {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 340px;
	height: 170px;
	border: solid;
	border-width: 4px;
	border-color: blue;
	vertical-align: middle;
}
table#form {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 350px;
	border: solid;
	border-width: 2px;
	border-color: #FF0000;
}
table#form2 {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 540px;
	border: solid;
	border-width: 2px;
	border-color: #FF0000;
}

table#control {
	height: 80px;
	text-align: center;
}
a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:active {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: #5959FF;
	text-decoration: none;
}

.style1 {
	font-size: 24px;
	font-weight: bold;
	font-style:italic;
}
.style2 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #2020FF;
}

.style3 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}
.style4 {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}
.style5 {
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
}

.style6 {color: #000000}
.style7 {color: red}

hr {
	width: 250px;
	color: blue;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

