﻿@charset "utf-8";

/* Reset
----------------------------------------------------*/
html,body,h1,h2,h3,h4,div,p,span,a,ul,ol,li,dl,dd,address,fieldset,legend,label,input {
margin:0;
padding:0;
text-decoration:none;
font-style:normal;
font-size:100%;
}

/* Base Setting
----------------------------------------------------*/
body {
color:#555;
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul li { list-style-type:none; }
img{ outline:none; border:none; }

/* Base Link
----------------------------------------------------*/
a{ outline:none; border:none;color:#00548d;}
