@charset "utf-8";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-repeat: repeat;
	background-image: url(../image/backcollor.gif);
}
#backimage {
	background-image: url(../image/toppage_back.png);
	background-repeat: no-repeat;
	height: 844px;
	width: 1000px;



	behavior: expression(IEPNGFIX.fix(this));
	margin: 0px;
}
#backimage #enter {
	height: 80px;
	width: 118px;
	top: 680px;
	position: relative;
	float: left;
	left: 270px;
}
