@charset "shift_jis";
/* CSS Document */

* { margin: 0; padding: 0; }
body { text-align: center; background: url(back.png); font-size: 14px; color: #fff; }
hr { display: none; }
ul, ol { list-style: none; }
img { border: none; }

/*リンク設定
----------------------------------------------*/
a:link { color:#990000; text-decoration : none}
a:active { color: #990000; text-decoration : none}
a:visited { color: #990000; text-decoration : none}
a:hover { color:#990000; text-decoration: underline;}

a:hover.ov { position:relative; top:1px; left:1px; }


/*終了メッセージ
----------------------------------------------*/
#end {
	margin: 30px auto 0;
}

/*全体レイアウト設定
----------------------------------------------*/
#page {
	background: url(halloween.png) no-repeat;
	width: 1000px;
	height: 750px;
	margin: 10px auto 0;
	position: relative;
	text-align: left;
}


/*フッター
----------------------------------------------*/
#foot {
	font-size: 10px;
	margin-top: 10px;
	border-top: dotted 1px #999;
	padding-top: 10px;
	line-height: 1.5;
	color: #999;
}