@charset "UTF-8";



/*TOP頁用CSS */



  BODY { color: dimgray; }
  BODY { width: 850px; }
  BODY { font-size: 12px; }
  BODY { font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic' arial, helvetica, sans-serif; }
  BODY { line-height:19px; }
  body { margin-left: auto; }
  body { margin-right: auto; }
  body { margin-top: 0px; }
  BODY { text-align: left; }
 
 
  A { text-decoration: none; }
  A:link { color: dimgray; }
  A:active { color: #CC0000; }
  A:hover { color: dimgray;
            text-decoration: none;
            background-color:;
            font-weight: bold; }
  A:visited {color: dimgray; }
 


#TOP img {
 float: left; 
 margin: 0 15em 0.1em 0;
}

#TOP ul {
 clear: left;
 list-style: none;
 margin: 0;
 padding: 0;
}

#TOP li {
 float: left;
 width: 115px;
 background: #DCDCDC;
 margin: 0 0.2em 0 0;
 padding-left: 0.0em;
 background-position: 2px 2px;
 background-repeat: no-repeat;
 text-align: center;
 border: 1px solid #DCDCDC;
}
#TOP li a {
 display: block;
 color: #fff;
 text-decoration: none;
 line-height: 1.8em;
}
#TOP li a:hover{
 background: #C0C0C0;
}
