body {
	background:#000;
}

.mr0 {
	margin-right:0;
}
.pr0 {
	padding-right:0;
}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  /* またはabsolute; */
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}



#wrapper {
	width:980px;
position: relative; 
	margin: 0 auto;
	z-index:100;
}
ul {
	list-style: none;
	padding: 0;
}


/*----------------------------------------  HEADER  */

#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
#header_in {
	width:980px;
	margin:0 auto;
	position:relative;
}

#wrapper h1 {
	margin: 0;
	padding: 0;
	position:fixed;
	left:0;
	bottom:0;
	z-index:100;
}
#nav {
	width:249px;
	position: absolute;
	top: 0;
	right: 0;
}
#nav li {
	padding: 10px 0;
	font-size: 12px;
	color: #888;
	list-style-type:disc;
}

li,
h2 {
	margin:0;
	padding:0;
}

a{
	color: #888;
	text-decoration:none;
}

.current,
a.nav-button:hover {
	color: #F00;
	text-decoration:none;
}

.nav-button p{
	color:#000;
	display:none;

}

.nav-button a p,
.nav-button a:hover p{
	color:#000;
	text-decoration:none;
}


/* 文字を見せるときに使う
.current p{
	display:block;
}
*/

/*------------------------  SLIDES  */

.slide {
	width: 712px;
	margin-top:20px;
}

table {
	border-top:1px solid #7f7067;
	border-left:1px solid #7f7067;
}

th {
	background:url(../history/th_back.png);
	border-bottom:1px solid #7f7067;
	border-right:1px solid #7f7067;
	padding:10px;
	color:#FFF;
	text-align:center;
}
td {
	background:url(../history/td_back.png);
	border-bottom:1px solid #7f7067;
	border-right:1px solid #7f7067;
	padding:10px;
	color:#FFF;
	vertical-align:top;
}
td div {
	float:left;
	padding:5px 10px 5px 0;
	font-size:10px;
}
td div img{
	margin-bottom:5px;
}
td:after {  
content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

td.red {
	background:url(../history/td_back_red.png);
}
td.blue {
	background:url(../history/td_back_blue.png);
}
	
#nav ul {
	background:url(../history/menu_back.jpg) no-repeat;
	height:610px;
	padding-top:40px;
}

#nav li {
	margin-top:10px;
	list-style:none;
	padding:0;
}

#nav li h2 {
	text-indent:-9999px;
	width:249px;
	height:23px;
	margin:0;
	padding:0;
}
#nav li p {
	margin:5px 5px 0 25px;
	padding:0;
	color:#FFF;
}
#nav li.history03 h2,
#nav li.history04 h2,
#nav li.history05 h2 {
	height:37px;
}

#nav li.history01 a h2 {
	background:url(../history/menu01_off.gif);
}
#nav li.history01 a:hover h2,
#nav li.history01 a.current h2 {
	background:url(../history/menu01_on.gif);
}
#nav li.history02 a h2 {
	background:url(../history/menu02_off.gif);
}
#nav li.history02 a:hover h2,
#nav li.history02 a.current h2 {
	background:url(../history/menu02_on.gif);
}
#nav li.history03 a h2 {
	background:url(../history/menu03_off.gif);
}
#nav li.history03 a:hover h2,
#nav li.history03 a.current h2 {
	background:url(../history/menu03_on.gif);
}
#nav li.history04 a h2 {
	background:url(../history/menu04_off.gif);
}
#nav li.history04 a:hover h2,
#nav li.history04 a.current h2 {
	background:url(../history/menu04_on.gif);
}
#nav li.history05 a h2 {
	background:url(../history/menu05_off.gif);
}
#nav li.history05 a:hover h2,
#nav li.history05 a.current h2 {
	background:url(../history/menu05_on.gif);
}
#nav li.history06 a h2 {
	background:url(../history/menu06_off.gif);
}
#nav li.history06 a:hover h2,
#nav li.history06 a.current h2 {
	background:url(../history/menu06_on.gif);
}
#nav li.history07 a h2 {
	background:url(../history/menu07_off.gif);
}
#nav li.history07 a:hover h2,
#nav li.history07 a.current h2 {
	background:url(../history/menu07_on.gif);
}
#nav li.history08 a h2 {
	background:url(../history/menu08_off.gif);
}
#nav li.history08 a:hover h2,
#nav li.history08 a.current h2 {
	background:url(../history/menu08_on.gif);
}
#nav li.history09 a h2 {
	background:url(../history/menu09_off.gif);
}
#nav li.history09 a:hover h2,
#nav li.history09 a.current h2 {
	background:url(../history/menu09_on.gif);
}

.slide h2 {
	margin:30px 0 15px 0;
}
#history01 h2 {
	margin-top:0;
}
#history09 {
	padding-bottom:120px;
}