/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* reset css */

body{
    background:url("../img/bgp.jpg");
    font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}
header {
    margin: 0 auto;
    width: 100%;
    font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}
header img{
    width: 100%;
    margin: 0 auto;
}
.fst-area{
    width: 100%;
    margin: 0 auto;
}
h4{
    text-align: center;
    margin:5px auto;
    font-size:20px;
}
.hiki-link{
    text-align: center;
}
ul.fst-btn-area{
    width: 100%;
    margin: 20px auto;
}
.entry-btn01{
    float: left;
    width: 50%;
}
.entry-btn01 img{
    width: 90%;
    float: right;
}
.login-btn01{
    float: right;
    width: 50%;
}
.login-btn01 img{
    width: 90%;
}
.mess-area {
    clear: both;
    margin: 10px;
}
.chart-area{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.chart-area img{
    width: 90%;
    margin: 0 auto 20px;
}
.fortune-bt-area,
.fortune-bt-area .ftn-bar-area,
.fortune-bt-area .ftn-bar-area img,
.menu-area,
.menu-area .menu-bar-area,
.menu-area .menu-bar-area img{
    width: 100%;
    margin: 0 auto;
}
.ftn-list,
.menu-list{
    width: 100%;
    text-align: center;
    margin: 5px auto;
}
.ftn-bt img,
.mn-bt img{
    margin: 5px auto;
    width: 90%;
    text-align: center;
}
footer {
    background: url(/img/footer.png);
    padding: 20px;
    text-align: center;
    color: #fff;
}
