@charset "utf-8";
/* CSS Document */

/* HIDING FOCUSRING */
object {
	outline: none
}
a:active, a, .flash, flash {
	outline: none
}
:focus {
	outline: 0;
	-moz-outline-style: none
}
:-moz-any-link:focus {
outline: none
}
.hidefocus {
	outline: 0;
	-moz-outline: 0;
}
a:active, a:focus, {
	outline: none;
}
a img, {
	border: 0 none
}

/* STD. */
body {
	font-size: 12px;
	font-family: Verdana;
	color: #585858;
	background-color: #D4D0C8;
}
.bottom {
	width: 578px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
.bottom_1000 {
	width: 878px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
.flash {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	outline: 0;
	
	-moz-outline-style: none
	-moz-outline: 0;
}
.flash_1000 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.close {
	float: right;
	width: 160px;
	text-align: right;
}
.credit {
	float: left;
	width: 400px;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.header {
	float: left;
	width: 570px;
	margin-left: 32px;
	font-size: 16px;
	font-weight: bold;
}