@charset "utf-8";

div#notfound {
	width: 960px;
	margin: auto;
}
div#notfound h1 {
	width: 239px;
	height: 76px;
	margin: 30px 0 10px 0;
	padding: 0;
	background: url(../images/notfound/logo.png) center top no-repeat;
	text-indent: -9999px;
}
div#notfound h1 a {
	display: block;
	width: 239px;
	height: 76px;
	overflow: hidden;
}
div#notfound div.bg {
	width: 959px;
	height: 447px;
	background: url(../images/notfound/bg_404.png) center top no-repeat;
}
div#notfound div.bg h2 {
	margin: 0;
	padding: 0;
	position: relative;
	top: 145px;
	left: 65px;
	font-size: 12px;
}

div#notfound div.bg p.bt {
	margin: 0;
	padding: 0;
	position: relative;
	top: 160px;
	left: 65px;
}
div#notfound div.bg p.bt a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

div#notfound div.bg p.menu {
	margin: 0;
	padding: 0;
	position: relative;
	top: 220px;
	left: 65px;
	font-size: 14px;
	line-height: 1.5;
}



