@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	vertical-align: -45%;
}

a { color: #4486ff;}
a:hover { color: #0436e1;}
a:visited { color: #e33000;}

#outer {
	width: 100%;
	background-image: url(images/bg.jpg); /*整頁的主背景*/
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	color: #FFF;
    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: 420px;
	width: 1000px;
	position: relative;
}

#outer #weapper #header #money_banner {
	width: 180px;
	height: 150px;
	position: absolute;
	top: 20px;
	right: 20px;
}

#outer #weapper #header #content_top {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#logo {
	display: block;	
	width: 110px;
	height: 60px;
	position: absolute;
	top: 0px;
	left: 0px;	
}

#logo a {
	display: block;	
	height: 60px;
}

#outer #weapper #content {
	width: 840px;
	visibility: inherit;
    background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	padding-right: 80px;
	padding-left: 80px;
	margin-top:-20px;
	position:relative;
}

#outer #weapper #content_bottom {
	width:1000px;
	position: relative;
	background: url(images/content_bottom.png) bottom left no-repeat;
	margin-top: -15px;
}

#outer #weapper #notice {
	width: 820px;
	visibility: inherit;
	font-size:14px;
	line-height: 1.8em;
	margin-left: 75px;
}

.red { color: #ff2f0d; }

.width{ font-weight: bold; }

.notice {
	color: #d60000;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 5px;
}

.title {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #8cddff;
}

.title2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #d0210a;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

.but_casual {
	width: 100%;
	padding: 40px 0px 10px 0px;
}

.but_align {
    margin: 0 auto;	
	width: 244px;
}

.but_casual .go1 a {
	display: block;
	float: left;
	width: 122px;
	height: 41px;
	background-image: url(images/go_01.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto;
}

.but_casual .go1 a:hover {
	background-position: 0px -41px;
}

.but_casual .go2 a {
	display: block;
	float: left;
	width: 122px;
	height: 41px;
	background-image: url(images/go_02.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto; 
}

.but_casual .go2 a:hover {
	background-position: 0px -41px;
}

.but_gift a {
	display: block;
	float: left;
	width: 225px;
	height: 50px;
	background-image: url(images/gift.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.but_gift a:hover {
	background-position: 0px -50px;
}

.tag01{
    width: 105px;
	height: 30px;
	position: absolute;
	top: 385px;
	left: 70px;
	z-index: 2;
}

.tag02{
    width: 73px;
	height: 30px;
	position: absolute;
	top: 451px;
	left: 100px;
	z-index: 2;
}