@charset "utf-8";
* { margin:0; padding:0;}

html, body{
  height: 100%;
}

body{
  font-size: small;
  font-family: Times,'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 1.7em;
  background: #FFF url('/images/human-1118.png') no-repeat right 55px;
}

#main{
  overflow: hidden;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 0 -60px 0;  /* the bottom margin is the negative value of the footer's height */
}

#sidebar{
  height: 680px;
  margin-left: 38px;
}

 h1.logo{
  display: block;
  background: none;
  width: 110px;
  height: 96px;
  margin: 46px 0 70px 0; 
    background: url('/images/logo-1117.png') no-repeat 0 0;
}

h1 span{ display: none;}

#menu{
  margin-left: 12px;
}

#menu li{
  font-size: 1.1em;
  line-height: 1em;
  list-style: none;
  margin-bottom: 30px;
}

#menu a:link { text-decoration:none; color:#646464; }
#menu a:visited { text-decoration:none; color:#646464; }
#menu a:active { text-decoration:none; color:#646464; }
#menu a:hover { text-decoration: none; color:#C00;}
#menu a img, a:hover img{border: none;}



#footer{
  clear: both;
  margin: 0 0 0 142px;  
  }

#footer, .push{
  height: 30px; /* .push must be the same height as .footer */
}

#footer .copyright{
  padding: 0 30px 0 30px;
  font-size: .85em;
  color: #646464;
}

#footer .copyright span{
  font-family: Verdana, sans-serif;
}

.cat{
  background: url('/images/cat-1117.png') no-repeat 0 0;
  width: 242px;
  height: 171px;
  position: absolute;
  left: 265px;
  top: 80px;
  z-index: 100; 
  display: none;
}