﻿@charset "utf-8"

html {
	color: #000;
	background-color: #fff;
}
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,li,
ol,
p,
pre,
td,
textarea,th,
ul {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
em,
strong,
b,
u,
i {
	font-style: normal;
	font-weight: normal;
}
ol,
ul {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-size: 100%;
}
img {
	border: 0 none;
}
input,
button
 {
	border: none;
	outline: none; /*?????????????????????*/
}