@charset "shift_jis";
body {
	background-color: #000000;
	text-align: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
.main {
	width: 930px;
	text-align: center;
}
.main div {
	height: 330px;
	width: 250px;
	text-align: center;
	color: #FFFFFF;
	float: right;
	margin-bottom: 20px;
	margin-right: 25px;
}
.main div img {
	border: 1px solid #FFFFFF;
}
.main div p {
	margin-top: 50px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #FFFF00;
	font-size: 12px;
}

