﻿@charset "UTF-8";

/* reset style */

*{
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: normal;
	white-space:normal;
	text-aligin:justify;
	text-justify:distribute;

}

table{
	border-collapse:collapse;
	border-spacing:0;
}

img{
	border:0;
}
