@charset "utf-8";
/* CSS Document */
body{
}
form,ul,li,h1,h2,h3,h4,select,hr{
	padding:0;
	margin:0;
}
ul,li{
	list-style:none;
}
img{
	border:0;
}
table {
	margin:0;
	border:0;
	border-collapse:collapse;
}
.hidden {
	display:none;
}
.show {
	display:block;
}
.normal {
	font-weight:normal;
}
.red {
	color:#F00;
}
