@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	vertical-align: -45%;
}

span img { border-width: 0px;}

a { color: #0436e1;}
a:hover { color: #4486ff;}
a:visited { color: #e33000;}

#outer {
	width: 100%;
	background-image: url(images/bg.jpg); /*整頁的主背景*/
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f6e0c2;
	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: 430px;
	width: 1000px;
	background:url(images/header.png) no-repeat top center;
	position: relative;
}

#logo {
	display: block;	
	width: 100px;
	height: 50px;
	position: absolute;
	top: 8px;
	left: 10px;	
}

#logo a {
	display: block;	
	height: 50px;
}

.shine{
	width: 730px;
	height: 148px;
	position: absolute;
	top: 192px;
	left: 125px;
}


#bg_top{
	background:url(images/bg_title.png) no-repeat top center;
	height: 311px;
	position: relative;
}

#outer #weapper #bg_top #money_banner {
	width: 180px;
	height: 150px;
	position: absolute;
	top: 50px;
	left: 410px;
}

.bt01 a{
    display:block;
    width: 260px;
	height: 73px;
	position: absolute;
	top: 230px;
	left: 220px;
	background-image:url(images/but01.png);
}

.bt02 a{
    display:block;
    width: 260px;
	height: 73px;
	position: absolute;
	top: 230px;
	right: 220px;
	background-image:url(images/but02.png);
}

.bt01 a:hover, .bt02 a:hover { 
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#outer #weapper #content {
	width: 800px;
	visibility: inherit;
    background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	background-position: bottom;
	padding: 10px 100px 5px 100px;
}

#outer #weapper #notice {
	width: 800px;
	visibility: inherit;
	font-size:14px;
	line-height: 1.8em;
}

.notice {
	color: #e32809;
	font-size: 14px;
	line-height: 1.5em;
}

.width {
	font-weight: bold;
}

.title{
    font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #cb2d27;	
}

.red { color: #ff2f0d; }

.note {
	padding: 10px 15px;
	background-color: #efefef;
	border:1px dashed #09F;
	font-size: 15px;
	color: #002aa2;
}

.but_casual {
	width: 100%;
	padding: 5px 0px 20px 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;
}
