@charset "Shift_JIS";

/*============================================
‚h‚k‚k‚t‚r‚s
============================================*/
#illust {
	text-align: center;
}
#illust span{
	position: absolute;
	display: block;
	width: 800px;
	height: 640px;
	background:url("./img/space.gif") top repeat;
}
#illust img {
	margin: auto 0;
}
#illust a img {
	border:1px #fff solid;
}
#illust a img:hover {
	top:0;
	left:0;
	border:1px #fc6 solid;
}
