@charset"utf-8";

/*
reset.css - resets default browser styling
================================================== */
body, textarea { font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
}

:link,:visited {
    text-decoration:none;
}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
}


fieldset,img,abbr,acronym {
    border:0;
} 
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}

a {
    text-decoration:underline;
    outline:none;
}

a img,:link img,:visited img {
    border:none;
}
address {
    font-style:normal;
}
