body{
	background:#e9cc66 url(../images/bg.jpg) repeat-x;
	padding:0 auto 0 auto;
	margin:0px;
}
.table{
	width:1156px;
	height:640px;
	margin:0 auto 0 auto;
}
.table01{
	background:url(../images/img01.jpg) no-repeat;
	width:563px;
	height:247px;
	float:left;
}
.table02{
	background:url(../images/img02.jpg) no-repeat;
	width:593px;
	height:247px;
	float:left;
}
.table03{
	background:url(../images/img03.jpg) no-repeat;
	width:563px;
	height:393px;
	float:left;
}
.table04{
	background:url(../images/img04.jpg) no-repeat;
	width:593px;
	height:393px;
	float:left;
}
.text01,.text02{
	float:left;
	width:500px;
	height:32px;
	font-size:20px;
	color:#fff;
	line-height:23px;
	margin:18px 0 0 110px;
	font-weight: bold;
	font-family:"超研澤新中黑", "Adobe 繁黑體 Std B";
}
.text02{
	margin-top:20px;
}
.inp01{
	width:247px;
	height:34px;
	font-size:18px;
	color:#000;
	margin:-5px 0 0 15px;
	border-bottom:#666 1px solid;
	border-left:#fff 1px solid;
	border-top:#000 0px solid;
	border-right:#000 0px solid;
}
a.btn1,a:visited.btn1,a:hover.btn1,a.btn2,a:visited.btn2,a:hover.btn2,a.btn3,a:visited.btn3,a:hover.btn3{
	background:url(../images/btn01.png) no-repeat;
	width:327px;
	height:112px;
	float:left;
	display: block;
	text-indent:-9999px;
	margin:24px 0 0 106px;
}
a:visited.btn1,a:hover.btn1{
	background-position:-327px 0;
}
a.btn2{
	background-position:0px -112px;
}
a:visited.btn2,a:hover.btn2{
	background-position:-327px -112px;
}
a.btn3{
	background-position:0px -224px;
}
a:visited.btn3,a:hover.btn3{
	background-position:-327px -224px;
}
a.btn4,a.btn4:hover,a.btn5,a.btn5:hover{
	background:url(../images/btn01.png) no-repeat;
	width:155px;
	height:65px;
	float:left;
	display: block;
	text-indent:-9999px;
	margin:116px 0 0 -319px;
}
a.btn4{
	background-position:0px -336px;
}
a:visited.btn4,a:hover.btn4{
	background-position:-155px -336px;
}
a.btn5{
	background-position:-327px -336px;
	margin-left:3px;
}
a:visited.btn5,a:hover.btn5{
	background-position:-482px -336px;
	margin-left:3px;
}
a.btn5, a.btn5:hover {
    margin: 116px 0 0 -162px;
}

.btns {
	width: 52%;
	box-sizing: border-box;
	font-size: 0;
	text-align: center;
	padding: 1.5% 0;
	margin: 0 auto 0 19%;
}

.btnNew , .btnOld {
	font-family:"微軟正黑體";
	font-size: 20px;
	width: 47%;
	cursor: pointer;
	border: 1px solid #000;
	outline: 0;
	box-sizing: border-box;
	padding: 2% 0;
	background: linear-gradient(180deg,#ffffff 10%,#dbdbdb,#9ea0a8 90%);
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	color: #000;
	text-shadow: 0 0 3px #fff;
	box-shadow: 0 0 5px rgb(0,0,0,0.5);
	font-weight: bold;
}
.btnNew {
	margin-right: 6%;
}
.btnNew:hover , .btnOld:hover {
	background: linear-gradient(180deg,#ffe600 10%,#e7bd00,#a38500 90%);
	color: #fff;
	text-shadow: 0 0 3px #000;
	border: 1px solid #e7bd00;
}
.active-old-web .btnOld, .active-new-web .btnNew{
	background: linear-gradient(0deg,#00a8ff 10%,#0066ff,#0048a2 90%);
	color: #fff;
	text-shadow: 0 0 3px #000;
	border: 1px solid #00a1ff;
	box-shadow: 0 0 0px
}