@charset "UTF-8";

* {
margin: 0px;
padding: 0px;
font-size: 16px;
font-family: "MS Gothic";
border-width: 0px;
border-style: solid;
box-sizing: border-box;
line-height: 1;
}

small {
font-size: 12px;
color: #999999;
}

h1, h2 {
font-weight: normal;
}

a {
color: #0000ff;
text-decoration: underline;
}

table {
border-collapse: collapse;
}

ul, ol, li {
list-style-type: none;
}