@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
a{
	outline:none;
}

body {
	text-align:center;
}
#wrapper {
	width:287px;
	text-align:left;
	margin:5% auto;
	overflow:hidden;
	
	position: relative;
}

h1 {
	font-size:10px;
	font-weight:normal;
	width:29%;
	margin:290px auto;
}


h2 {
	text-indent:-9999px;
}

#illust {
	display:block;
	background:url(images/sugiyamayusuke2.jpg) no-repeat;
	width:287px;
	height:287px;
	text-decoration:none;
}
a#illust:hover {
	background-position:0 -287px;
}




#neonText span{
	width:287px;
	height:286px;
	position:absolute;
	left:0;
	top:0;
	
	background:url('images/sugiyamayusuke3.jpg') no-repeat left top;
}

span#version1{
	z-index:100;
}

span#version2{
	background-position:left bottom;
	z-index:99;
}




