@charset "utf-8";

/* ===== html5 ===== */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ===== ===== */

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, a, blockquote, th, td{
	margin: 0px;
	padding: 0px;
}
body{
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html{
	font-size: 100.1%;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:1px;
	margin-left: 0px;
}
h1, h2, h3, h4, h5, h6, a, p{
	font-size: 100.1%;
    font-weight: normal;
}
ol, ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
}
fieldset, img{
	border-style:none;
}
table{
	border-collapse: collapse;
	border-spacing:0px;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
