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

.box {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.image_area {
	height: auto;
	width: 800px;
}


.thanksbox {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFF;
	vertical-align: middle;
	margin-top: 100px;
}

body {
	background-color: #000;
	font-size: 12px;
}

a img {
    border-style:none;
}
.infotext {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
