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

/* init */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strong, sub, sup, tt, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	padding:20px 0 0 20px;
}
div#contents {
	width: 821px;
	height: 400px;
	margin:55px auto 0 auto;
	/*	position: absolute;

	top: 50%;

	left: 50%;

	margin: -230px 0 0 -410px;*/

	padding: 20px;
	background:url(../img/NotFound.gif) no-repeat;
}
#foot {
	margin:40px 0 0 440px;
	text-align:right;
	width:400px;
}
area {
	cursor:pointer;
}
.NFtitle {
	margin:0;
	padding:7px 0;
	width:100%;
	font:35px 'メイリオ', meiryo, 'ＭＳ Ｐゴシック', MS PGothic, Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
 *font-size:small;
 *font:x-small;
	color:#333333;
}
.NFtext {
	margin:105px 0px 0px 38px;
	width:100%;
	font:13px/1.231 'メイリオ', meiryo, 'ＭＳ Ｐゴシック', MS PGothic, Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
 *font-size:small;
 *font:x-small;
	color:#666666;
	line-height:21px;
}
.NFtext p {
	margin-top:20px;
}
/*  link color  */

a {
	text-decoration:none;
	color:#0000cc;
}
a:visited {
	text-decoration:none;
	color:#0000cc;
}
a:hover {
	text-decoration:underline;
	color:#f00;
}
a:active {
	color:#f00;
}
a.blink {
	text-decoration:underline;
	color:#333;
}
a.blink:visited {
	text-decoration:underline;
	color:#333;
}
a.blink:hover {
	text-decoration:underline;
	color:#f00;
}
a.blink:active {
	color:#f00;
}
