body
{
    background-color:White;
    color:White;
    font-family:Times New Roman, "MS 明朝";
    font-size:small;
}

#header_title
{
    height:30px;
    color:Black;
    border-bottom:solid 2px Gray;
}

#header_title h1 a
{
    width:545px;
    float:left;
    margin: 5px;
    font-size:0.6em;
    font-family:"MS 明朝";
    text-decoration: none;
    color:Black;
    font-weight:lighter;  
}

#header_title p
{
    margin:0;
    width:200px;
    float:right;
    font-size:1em;
    margin-top:3px;
    color:Black
}

#main_home
{
    width:860px;
    height:500px;
    background-image:url(http://www.geocities.jp/background/1.jpg);
    background-repeat:no-repeat;
    display:none;
}

#text
{
	color:Black
	font-size:0.6em;
    font-family:Times New Roman;
    float:auto;
}

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; }
}

div#container {
  position: relative;
}



.bgmaximage
{
  position:fixed !important;
  display:none;
}


#footer address
{
    margin:5px;
    text-align:right;
    font-style:normal;
    font-size:0.7em;
    color:Gray;
}