@charset "utf-8";
/* CSS Document */

body{
	background: url(/net/nef/akiba/images/bg.jpg) #FFF top center no-repeat;
	color:#FFF;
	text-align:left;
	width:800px;
	height:400px;
}

#header{
	width: 800px;
	height: 400px;
	background: url(/net/nef/akiba/images/mononopu_image.jpg) top center no-repeat;
}

#btn_mononopu{
	position:absolute;
	width: 195px;
	height:171px;
	padding: 160px 0 0 20px;
}

#btn_mononopu a{
	background: url(/net/nef/akiba/images/btn_mononopu.png);
	width: 195px;
	height: 171px;
	display: block;
}

#btn_mononopu a:hover{
	background: url(/net/nef/akiba/images/btn_mononopu.png) 194px 0;
}