@charset "utf-8";

/* 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 {
margin:0;
padding:0;
border:0;
outline:0;
background-color:transparent;
line-height:1;
font-weight:normal;
}

ol,ul {
list-style:none;
}

img {
margin:0;
padding:0;
border:0;
outline:0;
line-height:1;
background-color:transparent;
}

:focus {outline:0;}


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

a:link {
color:#334DAB;
text-decoration:none;
}
a:visited {
color:#334DAB;
text-decoration:none;
}
a:hover {
color:#4082C4;
text-decoration:underline;
}
a:active {
color:#334DAB;
text-decoration:underline;
}




#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;
    padding:15px 60px 13px 10px;
    font-size: 2.0em;
	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 {
    border: 1px solid #fff;
    color: #fff;
}

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

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


