@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	vertical-align: -45%;
}

td {
	color: #490069;
	padding: 5px;
}

a { color: #c90e0e;}
a:hover { color: #ffbd1f;}
a:visited { color: #217800;}

#outer {
	width: 100%;
	background-image: url(images/bgx.png); /*整頁的主背景*/
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #000000;
	color: #ffffff;
    line-height: 1.8em;
	font-family: Verdana, "微軟正黑體", sans-serif;
	font-size: 17px;
}

#outer #weapper {
	width:1150px;
	margin-right: auto;
	margin-left: auto;
}

#outer #weapper #header {
	height: 520px;
	width: 1150px;
	background:url(images/header.png) no-repeat top left;
	position: relative;
}

#outer #weapper #header #money_banner {
	width: 180px;
	height: 150px;
	position: absolute;
	top: 272px;
	left: 483px;
}

#logo {
	display: block;	
	width: 90px;
	height: 45px;
	position: absolute;
	top: 3px;
	left: 80px;	
}

#logo a {
	display: block;	
	height: 45px;
}

#outer #weapper #content {
	width: 840px;
	visibility: inherit;
    background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	background-position:center;
	padding-right: 155px;
	padding-left: 155px;
	margin-top: -20px;
}

#outer #weapper #content_bottom {
	width:1150px;
	position: relative;
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	background-position:center;
}

#outer #weapper #notice {
	width: 840px;
	visibility: inherit;
	font-size:14px;
	line-height: 1.8em;
	margin-left: 155px;
	margin-right: 155px;
}

.red { color: #ff2f0d; }

.notice {
	color: #e32809;
	font-size: 14px;
	line-height: 1.5em;
}

.title {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #ffee5b;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

