@charset 'UTF-8';

html, body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, table, tr, th, td, form, img, strong {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #4C4C4C;
    border: none;
}

body {
    font-family: 'ＭＳ Ｐゴシック', sans-serif;
}

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

textarea {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #4C4C4C;
}

a {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
}

a img {
    border: none;
}

img {
    vertical-align: text-bottom;
}

p {
    line-height: 140%;
}
