@charset "UTF-8";

#top_header_chara {
	width: 100%;
	min-width: 980px;
	height: 127px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	background: url(../gra/message/header_chara.png) no-repeat center top;
}
.js #top_header_chara {
	opacity: 0;
}

#chara {
	position: absolute;
	top: 0;
	left: 30px;
}
.js #chara {
	opacity: 0;
}

#foot_text {
	position: relative;
	margin: 20px auto;
	text-align: center;
}
.js #foot_text {
	opacity: 0;
}