body {
	margin: 0;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
}

form {
	display: inline;
}
.hidden { display: inline; }

a { color: #3366FF; }
a:link { color: #3366FF; }
a:visited { color: #3366FF; }
a:hover { color: #3366FF; }
a:active { color: #F80000; }

div#main_body {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;	
	width: 750px;
	height: 100%;
	text-align: center;
}

div#main_body2 { 
	margin: 0;
	width: 755px;
	height: 100%;
	text-align: center;
}

table#main_table {
	width: 750px;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#main_table .frame { 
	width: 1px;
	height: 100%;
	background-color: #000000;
}

#main_table .contents { 
	width: 748px;
	padding: 0 auto 0 auto;
	text-align: center;
	vertical-align: top;
}

table#main_table2 {
	width: 755px;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#main_table2 .frame { 
	width: 1px;
	background-color: #000000;
}

#main_table2 .contents { 
	width: 748px;
	text-align: center;
	vertical-align: top;
}

div.space10 {
	margin-top: 10px
}

div.space15 {
	margin-top: 15px
}

div.space20 {
	margin-top: 20px
}

div.space40 {
	margin-top: 40px
}
