@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:0;
background-color:transparent;
}

:focus {outline:0;}


.speech {
position: absolute;
top: -99999px;
left: -99999px;
overflow: hidden;
font-size: 0;
height: 0;
width: 0;
}

/* base ----------------- */
body {
color:#4D4D4D;
font-size:62.5%;
background:#FFF;
font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
}

a:link {
color:#28419B;
text-decoration:none;
}
a:visited {
color:#28419B;
text-decoration:none;
}
a:hover {
color:#28419B;
text-decoration:underline;
}
a:active {
color:#28419B;
text-decoration:underline;
}
