﻿@charset "UTF-8";



/*Index用CSS */

 
  BODY { color: dimgray;}
  BODY { width: 800px; }
  BODY { font-size: 12px; }
  BODY { font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic' arial, helvetica, sans-serif; }
  BODY { line-height:19pt; }
  body { margin-left: auto; }
  body { margin-right: auto; }
  body { margin-top: 3pt; }
  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;}


ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

li {
 float: left;
 width: 83px;
 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;
}
li a {
 display: block;
 color: #fff;
 text-decoration: none;
 line-height: 1.8em;
}
li a:hover{
 background: #C0C0C0;
}

small { font-family: Sans-serif; }
