@charset "Shift_JIS";
/* 404 */
*{
	margin:0;
	padding:0;
}

body {
	background-color: #CCCC99;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #660099;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#container {
	height: auto;
	width: 800px;
	padding-top: 120px;
	padding-bottom: 50px;
	text-align: center;
	background-image: url(http://www.kaz440.com/img/notfoundkaz.jpg);
	background-repeat: no-repeat;
}
p {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size: 90%;
	color: #333333;
	line-height: 150%;
}
