@charset "UTF-8";

/* ----- Reset of Default Style ------ */

*{
padding:0;
margin:0;
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
	font-style: normal;
	font-size: 90%;
	text-align: center;
}
textarea {
	font-size: 90%;
}
hr  { display: none; }

a {
text-decoration:none }
a {
	text-decoration: none;
}
