html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
}

div#wrapper_hor {
	position: absolute;
	top: 0px;
	bottom: -1px;
	left: 0px;
	right: 0px;
	width: 1292px;
	margin: 0px auto 0px auto;
}

div#wrapper_ver {
	position: relative;
	float: left;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

div#bg_left {
	position: absolute;
	top: 200px;
	bottom: 0px;
	left: 146px;
	width: 190px;
	background-color: #dddddd;
}

div#bg_right {
	position: absolute;
	top: 200px;
	bottom: 0px;
	right: 146px;
	width: 810px;
	background-color: #eeeeee;
}

div#banner {
	position: relative;
	float: left;
	width: 1000px;
	height: 200px;
	margin: 0px 0px 0px 146px;
	z-index: 1;
}

div#banner > img {
	position: absolute;
	bottom: 0px;
	display: block;
}

div#banner_ic {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 209px;
	height: 55px;
	z-index: 2;
}

div#banner_ic > a > img {
	display: block;
	border: none;
}

div#banner_fpl {
	position: absolute;
	top: 0px;
	right: -146px;
	width: 365px;
	height: 200px;
	z-index: 2;
}

div#main_left {
	position: relative;
	float: left;
	width: 927px;
	margin: 0px 0px 0px 146px;
}

div#title {
	position: relative;
	float: left;
	width: 697px;
	margin: 20px 0px 20px 210px;
	font-size: 24px;
	font-weight: bold;
}

div#nav {
	position: relative;
	float: left;
	width: 150px;
	margin: 0px 40px 20px 20px;
	z-index: 1;
}

div#nav > p {
	margin: 0px 0px 10px 0px;
}

div#content {
	position: relative;
	float: left;
	width: 697px;
	margin: 0px 0px 20px 0px;
	text-align: justify;
}

div#main_right {
	position: relative;
	float: left;
	width: 73px;
	margin: 0px;
}

div.fpl_line {
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
}

div.fpl_char {
	position: relative;
	float: left;
	width: 69px;
	height: 96px;
	margin: 2px;
}

div.fpl_char > img {
	display: block;
}

div.fpl_digit {
	float: right;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}

p {
	margin: 0px 0px 15px 0px;	
}

p.sponsor {
	text-align: center;
}

p.sponsor > a > img {
	margin: 0px 10px 0px 10px;
	vertical-align: middle;
}

p.footer {
	margin: 0px;
	text-align: center;
	font-size: 10px;
}

a {
	color: #00467F;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

table {
	margin: 15px 0px 5px 0px;
	border-collapse: collapse;
	text-align: left;
}

table.wide {
	width: 100%;
}

td {
	vertical-align: top;
	padding: 0px 20px 5px 0px;
}

td > span {
	display: inline-block;
}

td > p {
	margin: 0px 0px 5px 0px;
}

ul, ol {
	margin: 15px 0px 15px 0px;
}

li > ul, li > ol {
	margin: 5px 0px 0px 0px;
}

li {
	margin: 0px 0px 5px 0px;
}

hr {
	height: 1px;
	margin: 0px 0px 15px 0px;
	border: 0px;
	color: #000000;
	background-color: #000000;
}

div.box {
	margin: 0px 0px 15px 0px;
	padding: 10px;
	outline: 1px solid #000000;
	text-align: center;
}

.emph {
	font-style: italic;
}

.strikethrough {
	text-decoration: line-through;
}

.center {
	text-align: center;
}

.error {
	color: #ff0000;
}