/*フォントカラー*/
body      { color: #222222; }
a:link    { color: #026CD1; }
a:visited { color: #004A95; }
a:hover   { color: #76AFE6; }
a:active  { color: #76AFE6; }

/*背景画像リピート*/
#Contents { background-repeat: repeat; }

/*テーブル内行間*/
tr        { line-height: 180%; }
.item     { line-height: 160%; }

/*フッター縦幅*/
#Footer   { height: 30px; }