@charset "utf-8";

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-size: 9pt;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	padding: 10px;
}

img
{
	border: none;
}

div#border
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

div#copyright
{
	position: absolute;
	bottom: 0;
	text-align: right;
	width: 800px;
	font-size: 8pt;
	color: Gray;
}

div#getflash
{
	width: 440px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

div#getflash p
{
	margin: 1em 0 0 0;
	line-height: 1.5em;
}

div#getflash a
{
	color: Blue;
}

div#getflash a:hover
{
	color: Red;
}

p.getflashlink
{
	text-align: center;
}

#trademarks
{
	font-size: 8pt;
}



#title
{
	width: 800px;
	margin-bottom: 20px;
}

a#backLink, a#backLink:hover
{
	display: block;
	height: 25px;
	width: 80px;
	background-image: url(back.png);
}

a#backLink img
{
	width: 0;
	height: 0;
}

a#backLink:hover img
{
	width: auto;
	height: auto;
}

#close
{
	display: none;
}
