@charset "shift_jis";

/* ------------------------------
	GENERAL
------------------------------ */

* {
	margin: 0;
	padding: 0;
	font-size: 1px;
}

body {
	background-color: #000;
	text-align: center;
}

img { border: none; }
a { text-decoration: none; }
a:active, a:focus { outline: none; }

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}


/* ------------------------------
	LAYOUT
------------------------------ */

#wrapper {
	margin: 0 auto;
	padding: 0 20px;
	width: 950px;
	min-width: 950px;
	text-align: left;
}

#header {
	position: relative;
	width: 950px;
	height: 88px;
	background: url("../img/hd_bg.jpg") no-repeat 657px 0;
}

#swf {
	padding: 1px;
	width: 946px;
	height: 538px;
	border: 1px solid #7a5100;
}

#footer {
	position: relative;
	width: 950px;
	height: 31px;
}

/* --------------------------- */

#index #header {
	display: none;
}

#index #swf {
	margin-top: 67px;
	border-color: #000;
}

#index #footer {
	display: none;
}


/* ------------------------------
	HEADER
------------------------------ */

#header h1 {
	padding-top: 20px;
}

#header h2 {
	position: absolute;
	top: 31px;
	left: 839px;
	width: 111px;
	height: 25px;
}

#header ul {
	position: absolute;
	top: 68px;
	left: 703px;
	width: 247px;
	height: 20px;
}
#header ul li {
	float: left;
}


/* ------------------------------
	FOOTER
------------------------------ */

#footer ul {
	padding-top: 8px;
}
#footer ul li {
	display: inline;
	margin-right: 20px;
}

#footer address {
	position: absolute;
	top: 8px;
	left: 475px;
	width: 475px;
	height: 15px;
	text-align: right;
}

