@charset "utf-8";
/* CSS Document */

body {
	font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	line-height: 150%;
	font-size: 12px;
	color: #333333;
	margin:80px 0px 0px 0px;
}
.404 {
	width:500px;
	text-align:left;
	line-height:160%;
	background:#990000;
	margin:0 auto;
	padding:10px 20px;
	font-size:22px;
	font-weight:bold;
	color:#FFFFFF;
}

.main {
	width:500px;
	margin:0 auto;
	padding:40px 0 40px 10px;
	text-align:left;
	border-bottom:#999999 1px solid;
}
.home {
	width:468px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.foot {
	width:500px;
	margin:0 auto;
	padding:10px 10px 20px 10px;
	text-align:right;
	font-size:10px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
