@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
html {
	overflow-y:scroll;
}
body {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	background-color: #000;
	font-size: 12px;
	color: #fff;
}
ul {
	list-style-type: none;
}
div#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
/* header
----------------------------*/
div#header {
	width: 800px;
}
div#header h1, ul {
	float:left;
}
div#header h1 {
	margin-right: 27px;
}
div#header table {
	margin-top: 31px;
	letter-spacing: 0.1em;
}
div#header td {
	padding-top: 0.5em;
	font-weight: 600;
}
div#header .exp {
	padding-left: 3em;
	font-weight: 400;
}
div#header:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
}
/* flash-content
----------------------------*/
div#flacont {
	width: 800px;
	margin-top: 44px;
}
div#flacont h2 {
	text-indent: -9999px;
}
div#flacont td {
	vertical-align: bottom;
}
div#flacont td .exp {
	letter-spacing: 0.1em;
	margin-bottom: 14px;
}
div#flacont td .exp span {
	font-weight: 600;
}
/*
div#flacont dl {
	letter-spacing: 0.1em;
	line-height: 15px;
}
div#flacont dt {
	font-weight: 600;
	margin-bottom: 12px;
}
div#flacont dd {
	margin-bottom: 16px;
}
*/
div#flacont p {
	margin-top: 30px;
}
/* content
----------------------------*/
div#cont {
	width: 800px;
	margin-top: 63px;
}
div#cont td {
	padding-bottom: 50px;
}
div#cont dl {
	padding-left: 16px;
	letter-spacing: 0.1em;
	line-height: 19px;
}
div#cont dd {
	margin-top: 16px;
}
/* result
----------------------------*/
#result {
	font-size: 14px;
	line-height: 33.5px;
	letter-spacing: 0.1em;
	border: #F7AC1E 2px solid;
	padding: 36px 0 72px 30px;
	margin-bottom: 50px;
}
#result h3 {
	padding-bottom: 14px;
}
#result th {
	font-weight: 400;
	text-align: left;
	vertical-align: top;
	padding-top: 4px;
}
#result td {
	font-size: 18px;
	vertical-align: top;
}
/* footer
----------------------------*/
div#footer {
	width: 800px;
	margin-bottom: 120px;
}
/*div#footer dl {
	letter-spacing: 0.1em;
	line-height: 15px;
	margin-bottom: 12px;
}
div#footer dt {
	font-weight: 600;
	margin-bottom: 14px;
}
*/
div#footer p {
	font-weight: 600;
	margin-top: 48px;
}

