@charset "UTF-8";

body,div,h1,h2,h3,h4,p,ul,ol,li,dl,dt,dd,address,table,tr,td,button {
	margin: 0;
	padding: 0;
}

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	line-height: 1.4;
}

ul,ol{
	list-style: none;
}

img{
	border: 0;
	vertical-align: bottom;
}

/* clearfix - modern browsers */

.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: ".";
	font-size: 0.1em;
}



.clear {
	display:inline-block;/*for IE 5.5-7*/
}
