@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
address,article,aside,figure,figcaption,footer,header,hgroup,hr,legend,menu,nav,section,summary {
	display:block;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	color:#333333;
}
html {
	overflow: scroll;
}
img {
	border:0;
}
ul {
	list-style-type: none;
}




/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
