﻿@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-image: url(images/meteorite.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
.oneColFixCtr #container {
	width: 780px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: center;
}
img {
	border: none;
}
#flashplayer {
	margin: 80px auto 0px auto;
	width: 450px;
	height: 41px;
}
#flashplayer p {
	float: left;
	text-align: left;
	height: 41px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 280px;
}
#flashplayer img {
	float: left;

}

.oneColFixCtr #mainContent {
	padding: 0 20px;
	font-size: 80%;
}

.oneColFixCtr #container #mainContent #entry {
	margin: 0 auto;
	width: 120px;
	height: 20px;
}

h1 {
	background-image: url(images/company.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -3000px;
}
#copyright {
	clear: both;
	margin: 30px auto 10px auto;
}
