/*----------------------------------------------------
index css for shikishima


----------------------------------------------------*/

/* element -----------------------------------------*/

body {
  background : #000 url("../images/index_bg.jpg") center center no-repeat;
}
  

/* main --------------------------------------------*/

#container {
  position : relative;
  min-width : 950px;
  min-height : 500px;
  width : 100%;
  height : 100%;
}

/* main --------------------------------------------*/

#main {
  width : 950px;
  text-align : left;
}

h1, .enter {
  margin-left : 90px;
}


/* footer ------------------------------------------*/

#footer {
  position : absolute;
  bottom : 0;
  left : 0;
  width : 100%;
  height : 55px;
  background : #000000;
  text-align : left;
  filter:alpha(opacity=80); /*IE*/
  -moz-opacity:0.80; /*FF*/
  opacity:0.80;
}

ul.banner {
  position : absolute;
  bottom : 5px;
  left : 0;
  margin : 0;
  padding : 0;
  list-style-type : none;
}

ul.banner li {
  float : left;
  margin-right : 10px;
}

ul.link {
  position : absolute;
  bottom : 20px;
  left : 75px;
  margin : 0;
  padding : 0;
  list-style-type : none;
  color : #FFFFFF;
}

ul.link li {
  float : left;
}

.copyright {
  position : absolute;
  bottom : 15px;
  right : 20px;
  text-align : right;
}

.copyright img {
  margin : 2px 0;
}
