@charset "UTF-8";

body{
	margin:0px;
	padding:0px;
	background: #FCFCFC url(images/head_bg0.png) center top;
	font-family:"微軟正黑體","Microsoft JhengHei",Verdana, Arial, Helvetica,sans-serif;
}

img{
	border:0px;
}

.basic-font{
	font-size:12pt;
	line-height:1.7em;
}
.basic-font p{
	padding:0 0 1.2em 0;
	text-indent: 2em;
	padding:0px;
	margin:0px;
	padding-bottom:1.5em;
}
.basic-font p.noindent{
	text-indent: 0em;
}
.basic-font .largefont{
	font-size: 17px;
	font-weight: bolder;
	line-height:1.6em;
}
.basic-font .smallfont{
	font-size:0.8em;
}

.font-kai{
	font-family:"標楷體", "DFKai-sb";
}



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


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

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

.head{
	background: url(images/head_bg.jpg) center top no-repeat;
	height: 750px;
}
.head .title1{
	position: absolute;
	left:75px;
	top:70px;
}
.head .title2{
	position: absolute;
	left:95px;
	top:280px;
}
.head .title3{
	position: absolute;
	left:515px;
	top:250px;
}
.head .title4{
	position: absolute;
	left:790px;
	top:515px;
}

.intro1{
	height: 520px;
	background: url(images/intro1_bg.jpg) center top no-repeat;
}
.intro1 .txt{
	width:470px;
	color:#FFFFFF;
	position: absolute;
	left:420px;
	top:195px;
	text-align: justify;
}
.intro1 .title{
	position: absolute;
	right:35px;
	top:-120px;
}
.intro1 .pic{
	position: absolute;
	right:45px;
	top:115px;
}
.intro1 .book{
	position: absolute;
	left:45px;
	top:-80px;
	color:#FFFFFF;
	text-align: center;
}

.intro2{
	background: url(images/intro2_bg.png) center top repeat-x;
	height: 560px;
}
.intro2 .headpic{
	position: absolute;
	right:-30px;
	top:-30px;
	z-index: 9;
}
.intro2 .txt{
	width:470px;
	color:#000000;
	position: absolute;
	left:420px;
	top:5px;
	text-align: justify;
}
.intro2 .au-txt{
	width:270px;
	font-size:0.9em;
	line-height: 1.5em;
	position: absolute;
	left:50px;
	top:60px;
}
.intro2 .au-txt p{
	padding-top:2em;
}

.preview{
	height: 650px;
	background: url(images/preview_bg.png) center top;
}
.preview .title{
	position: absolute;
	right:30px;
	top:-60px;
}
.preview .btn{
	display: block;
	width:150px;
	height: 140px;
	position: absolute;
	text-indent: -999em;
}
.preview .btn:hover{
	background-position: 0px -140px;
}
.preview .btn1{
	top:80px;
	left:183px;
	background: url(images/btn1.png) no-repeat;
}
.preview .btn2{
	top:80px;
	left:525px;
	background: url(images/btn2.png) no-repeat;
}
.preview .btn3{
	top:466px;
	left:493px;
	background: url(images/btn3.png) no-repeat;
}

.preview .btnl{
	display: block;
	width:210px;
	height: 200px;
	position: absolute;
	text-indent: -999em;
}
.preview .btnl:hover{
	background-position: 0px -200px;
}

.preview .btnl1{
	top:241px;
	left:266px;
	background: url(images/btn_l1.png) no-repeat;
}
.preview .btnl2{
	top:241px;
	left:728px;
	background: url(images/btn_l2.png) no-repeat;
}
.preview .btnl3{
	top:241px;
	left:498px;
	background: url(images/btn_l3.png) no-repeat;
}

.foot{
	background: #cc2c37;
	text-align: center;
}

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

.shopcart{
	display: block;
	color:#FFFFFF;
	width:180px;
	height: 29px;
	background: #f22332;
	text-align: center;
	text-decoration: none;
	font-size:10.5pt;
	padding-top:9px;
	margin-left:50px;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0px 6px 0px -2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 6px 0px -2px rgba(0,0,0,0.4);
	box-shadow: 0px 6px 0px -2px rgba(0,0,0,0.4);
}
.shopcart:hover{
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);
	margin-top: 20px;	
}


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

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/********/