@charset "utf-8";
/* CSS Document */
body, dl, dt, dd, th, th, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
html, body {
	background-color:#000;
	height:100%;
	width:100%;
}
/* 三欄式自動調幅版面
---------------------------------------------*/
#Wrapper {
	display:inline-block;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}
#left_content {
	width: 750px;
	float:left;
}
#right_content {
	width: auto;
	width:251px;
	float:right;
	text-align:right;
}
.clear {
	clear:both;
}
#footer {
	width:100%;
	height:22px;
	z-index:222;
	position:relative;
}
