@charset 'utf-8';

@import url('object/components.css');

/* summary ------------------
common style
-------------------------- */

/* reset ----------------- */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
q,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend
{
    font-weight: normal;
    line-height: 1;

    margin: 0;
    padding: 0;

    border: 0;
    outline: 0;
    background-color: transparent;
}

ol,
ul
{
    list-style: none;
}

img
{
    line-height: 1;

    margin: 0;
    padding: 0;

    border: 0;
    outline: 0;
    background-color: transparent;
}

:focus
{
    outline: 0;
}


/* base ----------------- */
body
{font-family: 'ヒラギノ角ゴ ProN W3','HiraKakuProN-W3','ヒラギノ角ゴ Pro W3','HiraKakuPro-W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS Pgothic','Osaka',sans-serif,Helvetica,Helvetica Neue,Arial,Verdana;font-size: 65%;

    color: #4d4d4d;
}

a:link
{
    text-decoration: none;

    color: #334dab;
}
a:visited
{
    text-decoration: none;

    color: #334dab;
}
a:hover
{
    text-decoration: underline;

    color: #4082c4;
}
a:active
{
    text-decoration: underline;

    color: #334dab;
}




#Container .news-flash
{
    margin: 0 0 20px 0;
}

#Container .news-flash a
{
    display: block;

    padding: 5px;

    text-decoration: none;
}
#Container .news-flash a p
{
    font-family: 'ヒラギノ角ゴ ProN W3','HiraKakuProN-W3','ヒラギノ角ゴ Pro W3','HiraKakuPro-W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS Pgothic','Osaka',sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
    font-size: 2.0em;

    padding: 15px 60px 13px 10px;

    text-align: center;
}


#Container .news-flash a.flash01
{
    background: #333 url(images/arrow_flash_001.png) no-repeat 905px center;
}

#Container .news-flash a.flash01 p
{
    color: #fff;
    border: 1px solid #fff;
}

#Container .news-flash a.flash02
{
    background: #cce7ff url(images/arrow_flash_002.png) no-repeat 905px center;
}
#Container .news-flash a.flash02 p
{
    color: #334dab;
    border: 1px solid #fff;
}

#Container .news-flash a.flash03
{
    background: #ffbf26 url(images/arrow_flash_001.png) no-repeat 905px center;
}
#Container .news-flash a.flash03 p
{
    color: #333;
    border: 1px solid #fff;
}
