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