﻿ * { margin: 0; }
html, body { height: 100%; }

body 
{
    background-image:url(line1.gif);
    background-repeat:  repeat-x ;
    font-family: verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
font-size: 85%;
line-height:180%;
}

div.left
{
    float:left;
    
    }

div.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -150px;
  width: 790px;  
}
div.push {
  height: 150px;
  clear: both;
}

div.footer 
{
  text-align: center;  
  background-color:#f00;
  color:#FFF;
  height: 150px;
}

#menu ul{ 
margin: 0; 
padding: 0; 
list-style-type: none; 
}
#menu li{ 
display: inline; 
padding: 0; 
margin: 0; 
}
#menu a{
display: block; 
border-left: 8px solid red;
border-top: 1px solid #474655;
border-right: 1px solid #474655;
border-bottom: 1px solid #474655;
background-color: #fff;
font-size: small;
padding: 3px 8px;
text-decoration: none;
color: #333;
width: 200px; 
margin: 1px 0px;
text-align: left;
height:3.5em;
}
#menu a:hover{
border-left: 8px solid #005e15;
border-top: 1px solid #005e15;
border-right: 1px solid #005e15;
border-bottom: 1px solid #005e15;
background-color: #dbdbdb;
}
