@charset "utf-8";

/**/

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
	font-size: 100.1%;
	font-family: "MS PGothic", "Hiragino Kaku Gothic Pro";
    height:100%;
    margin-bottom:1px;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
    color: #333;
}
h1, h2, h3, h4, h5, h6{
	font-size: small;
    font-weight: bold;
    color: #111;
}
h1{
	font-size: x-large;
}
h2{
	font-size: medium;
}
p{
	font-size: small;
}
ol, ul{
    list-style:none;
    margin: 0;
    padding: 0;
}
fieldset, img{
	border-style:none;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
