@charset "utf-8";


/* トップページ index.html */
ul.button{
    width: 980px;
}

ul.button li{
    float: left;
    width: 33.333%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #EFEFEF;
}

ul.button li a{
    display: block;
    width: 100%;
    height: 100%;
}

ul.button li a:hover{
    background-color: #CCC;
    text-decoration: underline;
}

h2{
    position: relative;
}

span.title{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    font-size: 1.6em;
    margin-bottom: 20px;
}

table.function{
    width: 800px;
}

table.function tr td{
    width: 25%;
    border: 0;
    font-size: 1.4em;
    padding: 5px 10px 0;
}

table.function tr td.name{
    text-align: center;
    padding: 10px 0 0 0;
}
