@charset "utf-8";

/* clearfix iepngfix
----------------------------------------------------------- */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hides from MacIE \*/

*html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

/* End hide from MacIE */

/* iepngfix */

* html .iepngfix {
 behavior: expression(IEPNGFIX.fix(this));
}

/* タグの定義
----------------------------------------------------------- */

html {
	background: #000;
}

body {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	text-align: center;
	font: 76%/1em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #000 url(../images/bg.jpg) repeat-x center top;
	word-break:break-all;
	height: 100%;
}

h1, h2, h3, h4, h5, h6, table, form, p, ul, ol, li, dl, dt, dd, img {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1em;
}

div, p, table, form {
	text-align: left;
}

p {
	font-size: 100%;
	line-height: 1.6em;
	margin-bottom: 16px;
}

table {
	width: 100%;
	empty-cells: show;
	border-width: 0px;
	border-style: none;
	border-collapse: collapse;
}

th, td {
	vertical-align: middle;
	line-height: 1.6em;
}

img {
	border: 0px;
	vertical-align: top;
}

/* クラスの定義
----------------------------------------------------------- */

.clear {
	clear: both;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

/* 全体の定義
----------------------------------------------------------- */

#container {
	width: 965px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#flash_outer {
	background: #000;
	height: 619px;
	width: 965px;
}

#flash {
	height: 619px;
}

#flash p {
	color: #FFF;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 8px;
}

#footer {
	position: relative;
	margin-left: 8px;
	padding-top: 2px;
	height: 32px;
}

#footer #copyright {
	position: absolute;
}

#footer #produced {
	position: absolute;
	right: 0px;
}

.noOutline {
    outline:none;
}

