﻿* {
	text-decoration: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
body {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
}
#hd {
	position: absolute;
	left: -9999px;
}
#frame {
	position: absolute;
	width: 1000px;
	height: 625px;
	top: 50%;
	left: 50%;
	margin-top: -312px;
	margin-left: -500px;
}
