﻿html
{
    background-image: url("../image/back2.gif");
    font-family: "メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:small;
}

ul
{
    font-size:0;
}
li
{
    list-style-type:none;
    display: inline-block;
    /display:inline;
    /zoom:1;
    font-size: x-small;
    width:120px;
}
li a
{
    transition:0.2s ease-in-out;
    text-decoration:none;
    color:Black;
}
li a:hover
{
    transform:scale(1.3);
}