body {
	height: 700px;
	margin: 0;
	padding: 0;
	background: #000000;
	font: bold 14px Arial, Helvetica, sans-serif;
}
body,td,th {
	font-size: 12px;
	color: #FFFFFF;
}
#flasharea{
	width:1000px;
	height:700px;
	padding:4px;
	margin-right: auto;
	margin-left: auto;
	background: url(./images/base_bg.jpg);
	margin-top: 20px;
}
/* hide from ie on mac \*/
html {
	height: 700px;
	/*overflow: hidden;*/
}

#flashcontent {
	height: 700px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
/* end hide */#header {
	height: 31px;
	width: 1000px;
	padding-top: 24px;
	padding-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}
.contents {
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.ma10 {
	margin-top: 10px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
	margin-top: 10px;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-Mac */
.form_box {
	float: left;
	height: 80px;
	width: 470px;
	font-weight: normal;
}
.desc_box {
	font-size: 14px;
	line-height: 120%;
	float: right;
	height: 22px;
	width: 510px;
	border: 1px dotted #FFFFFF;
	font-weight: normal;
	padding-top: 8px;
	padding-left: 10px;
}
#footer_bg {
	background: url(images/footer_bg.jpg);
	height: 64px;
}

#footer {
	background: url(./images/footer.jpg) no-repeat;
	height: 44px;
	width: 1000px;
	font-size: 10px;
	font-weight: normal;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#result_contents table {
	width: 1000px;
	height: 500px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#result_contents table a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}

#result_contents table a:hover{
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
