﻿@charset "UTF-8";

html {
   overflow-y: scroll;
}
 
body {
   margin: 0;
   padding: 0;
   font: 13px/1.5 verdana, "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
  *font-size: small;
  *font: x-small;
}
 
h1, h2, h3, h4, h5, h6 {
   font-size: 100%;
   font-weight: normal;
}
 
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
   margin: 0;
   padding: 0;
}
 
select, input, button, textarea {
   font: 99% verdana,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
  *font-size: 100%;
}
 
table {
   border-collapse: collapse;
   border-spacing :0;
   font-size: inherit;
   font: 100%;
}
 
caption, em, strong, th {
   font-style: normal;
   font-weight: normal;
}
 
ol, ul {list-style: none;}
 
caption, th {text-align: left;}
 
img {border: 0;}

a {text-decoration: none;}