<!--
body
{
	background-color	:	#222222		;
	color			:	#FFFFFF		;
	font-size		:	10pt		;
	margin			:	0px		;
	padding			:	0px		;
	text-align		:	center		;
}
a:link
{
	color			:	#FFFFFF		;
	text-decoration		:	none		;
}
a:visited
{
	color			:	#FFFFFF		;
	text-decoration		:	none		;
}
a:hover
{
	color			:	#FF9999		;
	text-decoration		:	none		;
}
a:active
{
	color			:	#999999		;
	text-decoration		:	none		;
}
a img
{
	border-style		:	none		;
	margin			:	0px		;
}
img#count
{
	border-style		:	none		;
	margin-top		:	2px		;
	vertical-align		:	bottom		;
}
p
{
	margin-top		:	0px		;
}
div#header1
{
	margin-right		:	-74px		;
}
div#header2
{
	margin-right		:	-156px		;
}
div#header3
{
	margin-right		:	-238px		;
}
div#header4
{
	margin-right		:	-320px		;
}
div#header5
{
	margin-right		:	-402px		;
}
div.h_sub
{
	background-color	:	#888888		;
	position		:	absolute	;
	top			:	50%		;
	right			:	50%		;
	height			:	20px		;
	width			:	80px		;
	margin-top		:	-220px		;
	padding-top		:	3px		;
}
div#side
{
	position		:	absolute	;
	background-color	:	#555555		;
	background-image	:	url("./pic/back.png")	;
	top			:	50%		;
	right			:	0%		;
	width			:	100%		;
	height			:	402px		;
	margin-top		:	-201px		;
	border-color		:	#8781bd		;
	text-align		:	center		;
}
div#main
{
	background-image	:	url("./pic/ground.png")	;
	border-color		:	#FFFFFF		;
	border-width		:	1px		;
	border-style		:	solid		;
	position		:	absolute	;
	background-color	:	#222222		;
	text-align		:	center		;
	width			:	800px		;
	height			:	400px		;
	overflow		:	hidden		;
	left			:	50%		;
	margin-left		:	-400px		;
}
div#top
{
	width			:	800px		;
	height			:	400px		;
	background-attachment	:	fixed		;
	background-position	:	0% 0%		;
	background-repeat	:	no-repeat	;
}
div.sub
{
	text-align		:	left		;
	width			:	800px		;
	height			:	400px		;
	padding-left		:	20px		;
	padding-top		:	10px		;
}
div#futter
{
	text-align		:	center		;
	position		:	absolute	;
	top			:	50%		;
	left			:	50%		;
	width			:	400px		;
	margin-top		:	202px		;
	margin-left		:	-200px		;

}
-->