body{
	margin:0px;
	padding:0px;
	background: #FFFFFF url(images/mu-bg.jpg);
	font-family:"微軟正黑體","Microsoft JhengHei","儷黑 Pro","LiHei Pro Medium",Verdana, Arial, Helvetica,sans-serif;
}
.main-txt{
	font-size:12pt;
	line-height:1.6em;
}
.main-txt p{
	margin:0;
	padding:0 0 1em 0;
}

/***************/

.wrapper{
	width: 100%;
	margin:0 auto;
}

.container{
	width: 1000px;
	margin: 0 auto;
}

/***************/

.head1{
	background: url(images/head-1.jpg) center top;
}
.head1 .container{
	background: url(images/head-1.jpg) center top;
	height: 460px;
}

.head2{
	background: url(images/head-2.jpg) center top;
}
.head2 .container{
	background: url(images/head-2.jpg) center top;
	height: 190px;
}


.book{
	background: url(images/book-bg.jpg) center top;
}
.book .container{
	background: url(images/book.jpg) center top;
	height: 650px;
	position: relative;
}
.book .gift-info{
	position: absolute;
	left: 750px;
	top:370px;
}
.book .gift-info:hover{
	height: 160px;
	width: auto;
	transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.book .cover1{
	width:260px;
	height: 350px;
	/*background: #000000;*/
	position: absolute;
	left: 100px;
	top:130px;
	z-index: 9;
}
.book .cover2{
	width:330px;
	height: 450px;
	/*background: #000000;*/
	position: absolute;
	left: 400px;
	top:35px;
	z-index: 9;
}
.book .gift{
	width:200px;
	height: 200px;
	/*background: #000000;*/
	position: absolute;
	left: 750px;
	top:95px;
	z-index: 9;
}


.book .info1{
	position: absolute;
	width: 320px;
	left: 160px;
	top: 505px;
	font-size: 13pt;
}
.book .info2{
	position: absolute;
	width: 370px;
	left: 520px;
	top: 525px;
	font-size: 13pt;
}
.book .info2 .shopcart{
	margin-top: -30px;
	margin-left: 170px;
}

.intro{
	background: url(images/intro-bg.jpg) center top;
	height: 400px;
}
.intro2{
	background: url(images/intro-bg2.jpg) center top;
	height: 400px;
}
.intro3{
	background: url(images/intro-bg2.jpg) center;
	height: 580px;
}

.mu-head{
	background: url(images/mu-head-bg.jpg) center top repeat-x;
	position: relative;
}
.mu-head-fix{
	position: fixed;
	top:0px;
	left: 0px;
	right:0px;
	transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: linear;
}
.mu-head-fix-remove{
	top:-210px;
	transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: linear;
}

.mu-head .container{
	background: url(images/mu-head.png) center top no-repeat;
	padding-top: 20px;
	height: 70px;
	position: relative;
	z-index: 10;
}
.mu-head .container .title{
	display: block;
	margin: 0 auto;
}
.mu-head .mu-mask{
	background: url(images/mu-head-mask.png) center top;
	height: 110px;
	width: 100%;
	position: absolute;
	top:90px;
	z-index: 5;
}
.mu-fixspace{
	height: 90px;
	display: none;
}
.mu{
	background: url(images/mu-bg.jpg) center top;
}
.mu .block1{
	background: url(images/mu-1.jpg) no-repeat center top;
	height: 530px;
}
.mu .block1 .link3{
	float: left;
	width: 300px;
	height: 350px;
	/*border: 2px solid #000000;*/
	margin-top: 120px;
}
.mu .block1 .link1{
	float: left;
	width: 300px;
	height: 350px;
	/*border: 2px solid #000000;*/
	margin-left: 30px;
	
}
.mu .block1 .link2{
	float: left;
	width: 300px;
	height: 350px;
	/*border: 2px solid #000000;*/
	margin-left: 30px;
	margin-top: 70px;
	
}
.mu .block2{
	background: url(images/mu-2.jpg) no-repeat center top;
	height: 300px;
}
.mu .block2 .link4{
	float: left;
	width: 300px;
	height: 250px;
	/*border: 2px solid #000000;*/
	margin-top: 50px;
}
.mu .block2 .link5{
	float: left;
	width: 300px;
	height: 250px;
	/*border: 2px solid #000000;*/
	margin-left: 50px;
	
}
.mu .block2 .link6{
	float: left;
	width: 300px;
	height: 250px;
	/*border: 2px solid #000000;*/
	margin-left: 30px;
	margin-top: 30px;
	
}
.mu3{
	background: url(images/mu3-bg.jpg) center top;
}

.mu3 .block3{
	background: url(images/mu-3.jpg) no-repeat center top;
	height: 320px;
}
.mu3 .block3 .link7{
	float: left;
	width: 300px;
	height: 250px;
	/*border: 2px solid #000000;*/
	margin-top: 20px;
	
}
.mu3 .block3 .link8{
	float: left;
	width: 300px;
	height: 250px;
	/*border: 2px solid #000000;*/
	margin-left: 30px;
	margin-top: 30px;
	
}

.au{
	background: url(images/au-bg.jpg) center top;
}


.foot{
	background: #2d4830;
}


/***************/

a.shopcart{
	display:block;
	width:120px;
	height:30px;
	text-align: center;
	text-decoration: none;
	background: #a91812;
	color:#FFFFFF;
	font-size: 13px;
	line-height: 30px;
	margin-top: 12px;
	border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	-webkit-border-radius: 12px 12px 12px 12px;
	border: 0px solid #000000;
}

a.shopcart:hover{
	background: #e60012;
	color:#FFFFFF;
}


/********/

#gotop {
	width: 80px;
	height: 50px;
	opacity: 0.8;
	position: fixed;
	bottom: 20px;
	right: 10px;
	display: none;
	text-indent: -9999px;
	background: url(images/top.png) no-repeat;
	background-size: contain;
	z-index: 99;
	opacity: 0.5;
}


/********/

.btcf:after {
    content:"";
    display:table;
    clear:both;
}