﻿@charset "utf-8";
/* CSS Document */

body {
	background: #660000 url(null) fixed;/*fixed.js用*/
	text-align: center;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	color: #F7F7F7;
}


a {
	color: #33CCFF;
}

#header {
	position: relative;
	background: #000000;
	color: #F7F7F7;
}

#container_inner {
	width: 700px;
	padding: 0px 4px 0px 4px;
	background: #000000;
	color: #F7F7F7;
}

#noevil {
	z-index: 2;
	top: 0px;
	left: 0px;
	position: fixed;
	visibility: visible;
	width: 200px;
	height: 400px;
}

#skull {
	z-index: 1;
	bottom: 0px;
	/*_bottom: expression(this.parentNode.clientHeight % 2 == 0 ? 0 : -1);*/
	right: 0px;
	position: fixed;
	visibility: visible;
	width: 300px;
	height: 450px;
}

.closebtn {
	background: url("../img/back_btn_close.png") no-repeat left top;
	width: 190px;
	height: 94px;
	margin: 0px auto 2em;
}