﻿@charset "UTF-8";



/*メインページ用ＣＳＳです */


  BODY { color: dimgray; }
  BODY { width: 700px; }
  BODY { font-size: 13px; }
  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: 3px; }
  BODY { text-align: left; }




ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

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;
}
li a {
 display: block;
 color: #fff;
 text-decoration: none;
 line-height: 1.8em;
}
li a:hover{
 background: #C0C0C0;
}



img {
 float: left;
 margin:0 1em 1em 0;
}

h3 { clear: left; } 

small { font-family: sans-serif; }