@charset "big5";

body{
	margin:0px;
	padding:0px;
	background: #333333;
	font-family:"·L³n¥¿¶ÂÅé","Microsoft JhengHei",Verdana, Arial, Helvetica,sans-serif;
	background: url(images/bg.jpg);
}

.basic-font{
	font-size:12pt;
	line-height:1.5em;
}
.basic-font p{
	padding:0 0 1.2em 0;
	text-indent: 2em;
}
.basic-font p.noindent{
	text-indent: 0em;
}
.basic-font p.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: 1000px;
	margin:0 auto;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.3);
	background: url(images/content_bg.jpg);
}

.header{
	height:520px;
	position: relative;
}
.header .book{
	position: absolute;
	right:0px;
	top:0px;
}


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

.intro{
	padding:40px 390px 60px 100px;
	position: relative;
}

.intro .title{
	margin:20px 0 20px -20px;
}

.intro .about{
	width:259px;
	height: 332px;
	background: url(images/intro_block.png);
	position: absolute;
	padding:50px 10px 0 52px;
	right:60px;
	top:200px;
	font-size: 13px;
	line-height: 20px;
	color:#6a3906;
}

.shopcart{
	width:240px;
	position: absolute;
	right:100px;
	top:40px;
}

.shopcart img.shopcart_btn{
	margin-top:10px;
}

.shopcart span.point{
	font-size:1.3em;
	color:red;
	font-weight:bold;
	line-height:1.6em;
}

.shopcart span.bookinfo{
	display: block;
	color:#333333;
	padding-top:0.5em;
	padding-bottom:0.5em;
}

.shopcart span.booktitle{
	font-size:110%;
	font-weight: bold;
}

.shopcart p.ex{
	font-size: 80%;
	text-align: left;
	padding-left:8px;
	line-height: 150%;
	padding-top:8px;
}
.shopcart p.ex img.shopcart_btn{
	margin-top:5px;
}

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

.author{
	position: relative;	
	height:480px;
}

.author .out_box{
	position: absolute;
	width:880px;
	height:420px;
	background: rgba(100%,100%,100%,0.5);
	top:0px;
	left:60px;
}

.author .out_box .txt{
	margin:80px 40px 0 80px;
}

.author .title{
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 9;
}

.author .txt h3{
	font-size: 1.4em;
	font-weight: bolder;
	margin:0 0 0.8em 0;
}

.author .out_box .top{
	position: absolute;
	bottom:-19px;
	left: 0px;
}

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


.box{
	height:540px;
	padding:0 60px 50px 60px;
	position: relative;
}
.box .out_box{
	width:880px;
	padding-bottom:30px;
	padding-top:80px;
	background: rgba(100%,100%,100%,0.5);
	position: relative
}
.box .out_box .top{
	position: absolute;
	bottom:-19px;
	left: 0px;
}

.box .out_box .title{
	position: absolute;
	top:0px;
	left:-60px;
	
}
.box .top{
	position: absolute;
	right:120px;
	bottom:45px;
}

.inline-box{
	width:770px;
	height:435px;
	padding:0 10px 0 0;
	overflow-x: hidden;
	line-height:1.9em;
	margin-left:50px;
}
.inline-box p.more-txt{
	font-size: 0.8em;
	text-align: right;
}
.inline-box h3{
	font-size: 1.2em;
	font-weight: bolder;
	padding-bottom:1.5em;
}
.inline-box h4{
	font-weight: bolder;
	padding-bottom:1.2em;
}

.ex{
	font-size:10pt;
	line-height:1.5em;
	padding:1em 0 1.5em 0;
	position: relative
}

.ex .title{
	margin:0 0 30px 60px;
}

.ex span.ss{
	color:#ff0000;
}

.author .top{
	position: absolute;
	right:80px;
	bottom:5px;
	z-index: 9;
}

.ex .shopcart_btn{
	margin:6px 0 0 0;
}
.ex .booktitle{
	font-weight: bolder;
}


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

#menu{
	width:100%;
	height:60px;
}

#menu ul{
	display: block;
	height:60px;
}

#menu ul li{
	display: block;
	float: left;
}

#menu ul li a{
	display:block;
	background: url(images/menu.png);
	height:60px;
	text-indent: -999em;
	width:200px;
}


#menu ul li a#menu1{
	background-position: 0px 0px;
}

#menu ul li a#menu2{
	background-position: -200px 0px;
}

#menu ul li a#menu3{
	background-position: -400px -0px;
}

#menu ul li a#menu4{
	background-position: -600px 0px;
}

#menu ul li a#menu5{
	background-position: -800px 0px;
}

#menu ul li a#menu1:hover{
	background-position: 0px -60px;
}

#menu ul li a#menu2:hover{
	background-position: -200px -60px;
}

#menu ul li a#menu3:hover{
	background-position: -400px -60px;
}

#menu ul li a#menu4:hover{
	background-position: -600px -60px;
}

#menu ul li a#menu5:hover{
	background-position: -800px -60px;
}
*/

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

.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%;
}

/********/

.style1 {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
