@charset "UTF-8";

/*******************************************************************************
  リセット
*******************************************************************************/

html {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    font-style: normal;
    font-weight: normal;
}
/*
head,
title, base, meta, link, style, head script, head object,
noscript,
fieldset, legend, label, input, textarea, select, optgroup, option, button,
sub, sup,
bdo, br, param, map, area,
ruby, rbc, rtc, rb, rt, rp,
*/
body,
h1, h2, h3, h4, h5, h6,
hr,
p, address, pre,
ul, ol, li, dl, dt, dd,
table, caption, colgroup, col, thead, tfoot, tbody, tr, th, td,
form,
blockquote, div,
big, small, i, b, tt,
em, strong, dfn, abbr, acronym, q, cite, code, samp, kbd, var, a, img, body object, span,
del, ins {
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: baseline;
    list-style: inherit;
    color: inherit;
    background: none;
    font: inherit;
    text-align: inherit;
    text-decoration: none; /* http://www.mozilla.gr.jp/standards/webtips0002.html */
    border-collapse: separate;
    border-spacing: 0;
}

/***************************************
  For IE 6 and IE 7
***************************************/

ul, ol {
    list-style: none;
}
address, em, dfn, cite, var {
    font-style: normal;
}
h1, h2, h3, h4, h5, h6, th, strong {
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6, table {
    font-size: 100%;
}
caption, th {
    text-align: left;
}
