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

body{
	margin:0;
	padding:0;
	font-size:100%;
	line-height:100%;	
	font-family:Helvetica, Arial, sans-serif;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,h2,h3,h4,h5,h6,h7{
	font-size:100%;
}

h1,h2,h3,h4,h5,h6,h7,p,ul,ol,li,tr,th,td,dl,dt,dd{
	margin:0;
	padding:0;
	font-weight:normal;
}


li{
	list-style:none;
}

img{border:none;}

.png{}


table{
	border-collapse:collapse;
	border:none;
}
th,td{
	border:none;
	text-align:left;
	vertical-align:top;
}


