@charset 'utf-8';

* {
    margin : 0px;
    padding : 0px;
    font-size : 1em;
    font-family : arial, verdana, sans-serif;
}

fieldset {
    border : none;
}

ul, ol {
    list-style-type : none;
}

table {
    table-layout : fixed;
}

/* HTML5 に対応していない古いブラウザへの対処 */
address, article, aside, figure, footer, header, hgroup, menu, nav, section {
    display : block;
}

[hidden], command, datalist, menu[type=context], rp, source {
    display : none;
}

/* Firefox 対象 */
a {
    outline : none;
    overflow : hidden;
}

a img {
    border-style : none;
}
