@charset "utf-8";
/* CSS Document */

/* ===================================================================
CSS information

 file name  :  default.css
 style info :  リセット及びbody初期設定
 (このスタイルシートは基本的に変更しない)
=================================================================== */

body{
	margin:0;
	padding:0;
	color:#333333;
	line-height:1.4;
}

h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tr,th,td,
p,address,form,div {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}
a,strong,em,abbr,span,img {
	border: none;
}
