@charset "Shift_JIS";

html{
    height:100%;
}
BODY{
  height:100%;
  margin:0px auto;
  font-size : 12px;
  font-family : "ＭＳ ゴシック",Arial;
  
}

* html div#container{
    height:100%;
}
div#container{
    width: 100%;
    margin:0px auto;
    position:relative;
    min-height: 100%;
}
body > #container {
        height: auto;
}
div#main{
    padding-bottom:120px;
}

P{
  font-size : 12px;
  font-family : "ＭＳ ゴシック",Arial;
  
  

  
}
TABLE{
  font-size : 12px;
  font-family : "ＭＳ ゴシック",Arial;
  

  
}
TD{
  font-size : 12px;
  font-family : "ＭＳ ゴシック",Arial;
  
  

  
}
A:HOVER{
  
  font-family : Arial,"ＭＳ ゴシック";
  background-color : #ffffbf;
  text-decoration : underline;
  
}
A{
  text-decoration : none;
  font-family : Arial,"ＭＳ ゴシック";
}

