/*初期設定解除CSS*/

*{
	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
	font-style:normal;
}

table,
img{
	border:none;
}