@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif, Microsoft JhengHei, "微軟正黑體";
	margin:0px;
	font-size:18px;
	line-height:28px;
	color:#191718;
}
html { margin: 0; padding: 0; }
#b1 {left: 50%; margin:0 auto; height:100%;; width:1000px; }

.top{ top:0px; position:fixed; z-index:99; height:65px; width:100%; background:#212121;}
.wrap{margin:0 auto; width:100%; *width:100%;  position:relative; background-position:50% 0%;  min-width:1000px;}
.content{margin:0 auto; width:1000px;}

.btn { position:absolute; margin-left:895px; margin-top:1050px; z-index:10; height:42px; width:42px; background-image:url(images/btn.png);}
.book { position:absolute; margin-left:710px; margin-top:705px; z-index:10; height:320px; width:225px; }
.author { position:absolute; margin-left:379px; margin-top:208px; z-index:10; height:175px; width:530px; }
.article { position:absolute; margin-left:57px; margin-top:545px; z-index:10; height:525px; width:785px; }

.green {color:#4d842b; text-align:right;}
.pink15 {color:#e00b65; font-size:15px; line-height:20px;}
.t12 {font-size:12px; line-height:16px;}
.t26 {font-size:26px; line-height:30px; font-weight:bold;}



.img {
  border:1px solid #b4b4b4;
  padding:5px;
  background:#FFF;
}

.table01{
	border:0;
	border-collapse:collapse;
	}
.table01 td{
border:1 solid #000000;
padding:5;
}



.scrollup {
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 25px;
    right: 15px;
    display: none;
    text-indent: -9999px;
    background: url(images/pageup.png) no-repeat;
	z-index:9999;
}