@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, th,
article, aside, canvas, details, embed, 
figure, figcaption, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color:#fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

/*本專輯*/
#tophd{
	margin:0 auto;
	padding:0;
	height:480px;
	background-image:url(../images/bg1.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#btns{
	margin:0 auto;
	padding:0;
	height:330px;
	background-image:url(../images/btnbar.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#intro{
	margin:0 auto;
	padding-top:35px;
	padding-bottom:60px;
	background-attachment:fixed;
	background-image:url(../images/bg5.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

#author{
	margin:0 auto;
	padding-top:50px;
	padding-bottom:90px;	
	background-attachment:fixed;
	background-image:url(../images/bg3.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}

#view{
	margin:0 auto;
	padding-top:35px;
	padding-bottom:90px;
	background-attachment:fixed;
	background-image:url(../images/bg2.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

#p4{
	margin:0 auto;
	padding-top:50px;
	padding-bottom:20px;
	background-attachment:fixed;
	background-image:url(../images/bg4.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

.bookpic1 {
	float:left;
}
.icon_buy {
	float:right;
	margin-top:-60px;
	margin-right:260px;
}
.booklist {
	width:900px;
	margin:auto;
	overflow:hidden;
}
.mv {
	width:500px;
	margin:30px 0 0 370px;
}
.bg {
	background-color:#ffe616;
}
.p1_box1 {
	width:1000px;
	margin:auto;
	margin-top:70px;
}
.p1_box2 {
	vertical-align: top;
}
.menu {
	height: 70px;
	width:100%;
	background-image: url(../images/bg_menu.jpg);
	position: fixed;
	z-index: 999;
	top: 0px;
	float:left;
	box-shadow:4px 4px 10px rgba(20%,20%,40%,0.3);
}
.menu ul{
	width:1100px;
	margin:auto;
	overflow:hidden;
}
.menu li{
	float:left;
}
.topbar2{
	overflow: 998;
	position: absolute;
	width:100%;
	height:40px;
	margin-top:20px;
}

/*topbar*/

.topbarPic {
	vertical-align: middle;
}
.topbarW {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height:35px;
}
.gridTop {
	vertical-align: top;
}

.topLink:link {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.topLink:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.topLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.topLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}


/*版權css*/

.footer{
	width:970px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}

.bottom {
	font-size: 13px;
	font-weight: bold;
	color: #4b871b;
	height:35px;
	line-height:35px;
	text-align: center;
}
.bottom a:link{
	font-size: 13px;
	font-weight: bold;
	color: #4b871b;
	background-color: #fdd000;
	text-decoration: none;
}
.bottom a:hover{
	font-size: 13px;
	font-weight: bold;
	color: #4b871b;
	background-color: #fdd000;
	text-decoration: underline;
}
.bottom a:visited{
	font-size: 13px;
	font-weight: bold;
	color: #4b871b;
	background-color: #fdd000;
	text-decoration: none;
}

.footer01{
	font-size: 13px;
	font-weight: bold;
	color: #bb4c05;
	text-align: center;
	padding:10px 0 10px 0;
}
.footer02{
	font-size: 13px;
	text-align: center;
	color: #000;
	line-height: 24px;
}
.footer02 a:link{
	font-size: 13px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.footer02 a:hover{
	font-size: 13px;
	text-align: center;
	color: #000;
	text-decoration: underline;
}
.footer02 a:visited{
	font-size: 13px;
	text-align: center;
	color: #000;
	text-decoration: none;
}

