/* reset style */
body,
div,
fieldset,
h1,
h2,
h3,
h4,
ul,
ol,
li,
dl,
dt,
dd,
p {
    padding: 0;
    margin: 0;
}


/* header Area */
ul,
ol,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
strong {
    font-weight: normal;
}

address,
em {
    font-style: normal;
}

fieldset {
    border: 0 none;
}


button {
    cursor: pointer;
}




/* base style */
body {
    font-size: 16px;
}

h1,
h2,
h3,
h4 {
    font-size: 100%;
}

.hidden {
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    text-indent: -9999px;
}
