﻿@charset "utf-8";

/* ************************************************************************** */
/*  index.html のスタイルシート */

table#system a{
    display             : block;
    font-size           : 115%;
    font-weight         : bold;
    margin              : 0.8em 0px;;
}
table#system ul{
    font-size           : 90%;;
}


div#download a{
    background-color    : #0c5292;
    border-bottom       : 2px #cccccc solid;
    border-radius       : 10px;
    border-right        : 2px #cccccc solid;
    color               : white;
    display             : block;
    font-size           : 110%;
    font-weight         : bold;
    margin              : 0px auto;
    max-width           : 90%;
    padding             : 0.5em;
    text-align          : center;
    text-decoration     : none;
    width               : 25em;
}
div#download a:hover{
    border-bottom-style : none;
    border-left         : 2px #cccccc solid;
    border-right-style  : none;
    border-top          : 2px #cccccc solid;
}
div#download a:active{
    background-color    : #000059;
    color               : #cccccc;
}
