@charset "UTF-8";
body,td,th {
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/back2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.flashbox {
	height: 480px;
	width: 640px;
	margin-top: 85px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/back.jpg);
	background-repeat: no-repeat;
}
.contents {
	background-color: #000000;
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.contents table {
	margin-bottom: 10px;
}


a{
    color:ffffff;
}
a:link {
    color:ffffff;
}
a:visited {
    color:ffffff;
}
a:hover {
    color:ffffff;
    text-decoration:underline;
}
a:active {
    color:ffffff;
    text-decoration:underline;
}

