@charset "utf-8";

body {
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-image: url(collection_img/img/back2.gif);
	vertical-align: middle;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 800;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.oneColElsCtr #footer {
	width: 1024px;
	background-image: url(collection_img/img/back2.gif);
	margin-top: 240px;
	text-align: right;
}

.oneColElsCtr #footer_collection {
	width: 1024px;
	background-image: url(collection_img/img/back2.gif);
	margin-top: 720px;
	text-align: right;
}

.oneColElsCtr #footer_collectiontop {
	background-image: url(collection_img/img/back2.gif);
	text-align: right;
	position: absolute;
	top: 770px;
	left: 1000px;
}


