@charset "utf-8";
#container #contents {
	height: 500px;
}
/* CSS Document */

#container #contents #error {
	text-align: left;
	width: 360px;
	margin-top: 120px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	border: 1px solid #000;
}
#container #contents #error #notfound {
	font-size: 36px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px dotted #000;
}
#container #contents #error #notfound2 {
	font-size: 14px;
	color: #C00;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 10px;
}
#container #contents #error p a {
	color: #C00;
	text-decoration: underline;
}
