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

* {
	margin:0;
	padding:0;
	
	color:#000;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.0;
	text-justify:distribute-all-lines;
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
	display:block;
}

body　{
	overflow-x:hidden;
	height:100%;
	min-height:100%;
}

a {
	text-decoration:none;
}

ul, ol {
	list-style:none;
}

img {
	vertical-align:middle;
	border:none;
}
