@charset "UTF-8";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 75%;
	background-color: #FFF;
	background-image: url(../images/bgimg.gif);
	background-position: center;
}
a:link {
	color: #F00;
}
a:visited {
	color: #F30;
}
#container {
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #F00;
	width: 780px;
	margin: 0px;
}
#footer {
	width: 780px;
}
#content {
	width: 780px;
}
.clear_both {
	clear: both;
}
.clear_left {
	clear: left;
}
#headspace {
	height: 30px;
	width: 780px;
}
#footspace {
	height: 30px;
	width: 780px;
}
#textlink {
	text-align: center;
	width: 780px;
	margin-bottom: 20px;
}
#footerimg {
	background-image: url(../images/footerimg.gif);
	height: 196px;
	width: 780px;
}

