@charset "UTF-8";
/* CSS Document */

/*共用*/
img {
	display: block;
}
ol, ul {
	list-style: none;
}
body {
	margin: 0;
	font-family: Microsoft Jhenghei, Helvetica, Arial, Geneva, sans-serif, Helvetica Neue;
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
	background-position:top center;
}

/*本專輯樣式*/
.title {
	height: 795px;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
}
.bg1 {
	background-image: url(../images/bg1.jpg);
}
.box1 {
	width:1000px;
	margin:auto;
}
.box_ticket {
	background-image: url(../images/p4_04.jpg);
	background-repeat: no-repeat;
	height:459px;
}
.ticket {
	width:500px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #f7f8f8;
	padding:20px;
}
.ticket_btn {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 100px;
	height: 40px;
	background-color: #F90;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.box_btn {
	width: 100%;
	height: 457px;
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	z-index: 999;
	top: 490px;
}
.menu {
	width:896px;
	height:194px;
	margin:137px auto;
}
.box_book {
	width:880px;
	margin:auto;
	background:#FFF;
	padding:60px;
}
.box_mv {
	height: 487px;
	background-image: url(../images/p1_03.jpg);
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: top;
}
.mv {
	margin:50px 100px 0 0;
}
.red13w {
	font-size: 13px;
	line-height: 22px;
	color: #F60;
}

/*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: #333;
	text-decoration: none;
}
.topLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.topLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
.topLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

/*版權css*/
.bottom {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #666666;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.bottom a:link {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #666666;
	text-decoration: none;
}
.bottom a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #666666;
	text-decoration: underline;
}
.bottom a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #666666;
	text-decoration: none;
}
.footer01 {
	font-size: 13px;
	font-weight: bold;
	color: #336699;
	background-color: #ffff99;
	text-align: center;
	padding: 20px 0 10px 0;
}
.footer02 {
	font-size: 13px;
	text-align: center;
	color: #000;
	line-height: 24px;
	background-color: #ffff99;
}
.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;
}
