@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: "瀹嬩綋", serif;
	font-size: small;
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
*{
	margin:0;
	padding:0;
}
h2{
	font-size:1.1em;
	color:#F00;
	line-height:30px;
}
p{
	line-height:1.3em;
	color:#000;
}
img{
	border:0;
}
a{
	text-decoration:none;
}
li{
	list-style-type:none;
	list-style-position:outside;
}
#header,#main,#footer {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
