@charset "utf-8";
.body {
	text-align: center;
	padding: 0px;
}
#wrapper {
	text-align: center;
	width: 760px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
}
#header {
	margin-top: 0px;
	margin-bottom: 5px;
	clear: both;
	height: 45px;
	vertical-align: bottom;
}
#content {
	width: auto;
	background-image: url(images/bg_flatten.png);
	background-position: right top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 410px;
	text-align: left;
	margin: 0px;
	font-family: Arial, "新細明體";
}
#footer {
	clear: both;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, "新細明體";
	font-size: small;
}
#logo {
	clear: both;
	float: left;
	height: 40px;
	width: 210px;
}
#navi {
	float: right;
	height: 40px;
	width: 450px;
}
#image {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#navi2 {
	margin-top: 1px;
	padding-top: 0px;
	text-align: left;
	margin-bottom: 0px;
}
#right_column {
	float: right;
	clear: both;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: right;
}
.red {
	color: #F00;
}
