
/*-----ページ全体-----*/
#page {
	margin: 0 auto;
	width: 850px;
	color: #333;
	font-size: 12px;
	font-weight: bolder;
}

h1 {
	margin-top: 50px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}


#not {
	width: 700px;
	margin: 0px;
	padding: 0;
	text-align: left;
}

.not-box {
	margin: 20px 0;
	padding: 80px 0;
	font-size: 14px;
	text-align: right;
	line-height:1.5;
	background: url(/image/404.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #666;
	border-bottom-color: #666;
}




/*-----フッター-----*/
#footer1 {
	width: 700px;
	margin: 0;
	padding:0;
	font-size: 10px;
	text-align:center;
}

