body {
 color:#000000; background: #FFFAEB url('img/MHIe_background.jpg'); text-decoration:none;
 /* background-size: cover; */
 background-size: cover;
 FONT-SIZE: 10pt; FONT-FAMILY: ＭＳ Ｐゴシック;
}

A {
TEXT-DECORATION: none
}
font {
font-size:12px;
line-height:13px;
} 
p{
    padding:1em;
    font-size: 10pt;
}

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: absolute; 
  /* fixedまたはabsolute; */ 
  top: 0; 
  left: 0; 
}
 
@media screen and (max-width: 1024px){ 
  img.bg { 
  left: 50%; 
  margin-left: -512px; } 
}

/* jquery */
img.bgmaximage {
  /* Set up proportionate scaling */ 
    max-width: 100%;
    height: auto; 
  /* fixedまたはabsolute; */
    position:absolute !important;
}
  
#maincontent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
}

div#container { 
  position: relative;  
}
