@charset "utf-8";
/* base */
body, iframe, h1, h2, h3, h4, h5, p, img, tr, td, dt, dd, li, img {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	color:#333333;
}
ol, ul {
	list-style:none;
}
* {
	margin:0;
	padding:0;
}
body {
	width:100%;
	margin:0 auto;
	background-color:#f9f3d9;
}
a {
	float:left;	
	border:none;
	text-decoration:none;
	color:#000;	
}
/*--------------------------------------------------- */

/* fx */
#fx {
	width:100%;	
	margin:0 auto;
}

/* header 版頭 */
#header {
	width:100%;
	height:845px;
	margin:0 auto;
	background:url(../images/header_bg.jpg) repeat-x #A7111A 33px;
	text-align:center;
}
#header_main {
	width:1024px;
	height:769px;
	margin:0 auto;		
	background:url(../images/header_main.jpg) no-repeat 33px 0;
}
/* albuminfo 專輯介紹 */
#albuminfo {
	width:1024px;
	text-align:center;
	margin:0 auto;
}
#albuminfo_content {
	width:1024px;
	height:464px;
	background:url(../images/albuminfo_content.jpg) no-repeat;
}
#youtube {
	text-align:left;
	padding:30px 0 0 560px;
}
/* tracklist 專輯曲目 */
#tracklist_content {
	width:1024px;
	height:520px;
	margin-bottom:30px;
	background:url(../images/tracklist_content.jpg) no-repeat;
}
#tracklist_content .btn_buy_A {
	float:left;
	text-align:left;
	padding:454px 0 0 58px;	
}
#tracklist_content .btn_buy_B {
	float:left;	
	text-align:left;
	padding:454px 0 0 250px;	
}

/* footer 頁尾 */
#footer {
	clear:both;	
	width:100%;
	height:60px;
	margin:0 auto;
	text-align:center;	
	background-color:#000;	
}
#footer p {
	text-align:center;
	padding:24px 0 0;	
	color:#fff;
}
/*--------------------------------------------------- */