﻿@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
=================================================================== */

/* Header
----------------------------------------------- */
body.top {
	background: none;
}

.top #contents {
	margin: 0 auto;
	width: 1050px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background: none;
}

.top #header {
	margin: 0 auto;
	padding: 10px 0 14px;
	width: 950px;
}

#swf {
	margin: 0 auto;
	width: 1050px; height: 520px;
}

.top #mainContent {
	margin: 0;
	padding-bottom: 70px;
	position: relative;
	top: 0;
}

.top #mainContent a {
	color: #666;
}

.top #footer {
	width: 100%; height: 36px;
	position: relative;
	top: 0; left: 0;
	background: #d1340a;
	z-index: 4;
}
