@charset "big5";
/* CSS Document */

body {
	margin:0;
	background-color:#fef7ee;
}

/* 消除Chrome瀏覽器 連結外框 */
img {
	display:block;
	
}
ol, ul {
	list-style: none;
}
map *:focus {
    outline:none;
}
.header1 {
	height: 261px;
	background-image: url(../images/web_01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fef7ee;
}
.header2 {
	height: 178px;
	background-image: url(../images/web_02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fef7ee;
}
.header3 {
	height: 214px;
	background-image: url(../images/web_03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fef7ee;
}
.bg1 {
	background-position: center top;
	background-color: #fef7ee;
}

.btbg {
	background-image: url(../images/icon_06.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 424px;
	background-position: center bottom;
}

.btn {
	position: absolute;
	left: 25%;
	top: 534px;	/*background-color: #000;*/
}
.mv {
	margin-left: 220px;
	margin-bottom: 20px;
	border: 2px solid #696;
}
.mv2 {
	margin-left:90px;
}
.book1{
	margin-left: 25px;
}
.tab1_bg {
	height: 413px;
	background-image: url(../images/web_11.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.bg_bottom {
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.tab2_bg {

	background-image: url(../images/page3_tabbg.png);
	background-repeat: repeat;
	background-position: center top;
}
.box_interior {
	float: left;
	width: 780px;
	height: 365px;
	border: 1px solid #CCC;
	box-shadow: 2px 2px 14px #c9caca;
	-webkit-box-shadow: 2px 2px 14px #c9caca;
	-moz-box-shadow: 2px 2px 14px #c9caca;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.box_interior img {
	width: 780px;
}
.btnL {
	float: left;
	margin-left: 125px;
	margin-right: 10px;
	margin-top: 170px;
}
.btnR {
	margin-top: 170px;
	margin-left: 0px;
	float: right;
	margin-right: 125px;
	margin-bottom: 0px;
}
#backtotop{
	display:scroll;position:fixed;
	position: fixed;
   bottom: 10px;
   right: 10px;
   width: 80px;
   height: 80px;
   opacity: 0.7;
   z-index: 10;
   cursor: pointer;
   transition: all .5s
   -webkit-transition: all .5s;
   -moz-transition: all .5s;
	}
#backtotop:hover {
opacity: 1;
width: 141px;
height: 81px;
}
