div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
address,caption,cite,code,dfn,em,strong,var {
	font-weight: normal;
	font-style: normal;
}
ol,ul {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
input ,textarea{
	color: #ccc;
	background-color: #666;
	border: 1px solid #737373;
}
.btn_style {
	padding: 5px 15px;
	border: 1px solid #999;
	background-color: #CCC;
	font-size: 12px;
	margin: 0 5px;
	color: #333;
}

html {
	overflow-x:hidden;
	overflow-y:scroll;
}
body {
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat;
}
.body_index {
	background-color: #000;
	background-image: none;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

* {
	margin: 0px;
	padding: 0px;
	font-size: small;
	color: #FFF;
	font-family: "微軟正黑體";
	letter-spacing: 0.1em;
}
a {
	color: #CCC;
	text-decoration: none;

	blr:expression(this.onFocus=this.blur());
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:focus { -moz-outline-style: none; }
a span {
	display: none;
}

strong {
	color: #C03;
	font-weight: bold;
}
.pngbg {
}
#index_mc {
	width: 1000px;
	margin: 0 auto;
	height: 600px;
}


#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	height: 290px;
	position: relative;
}
#enjoy_us {
	position: absolute;
	height: 94px;
	width: 148px;
	top: 5px;
	right: 10px;
	z-index: 600;
}

#FlashID {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 30;
}



#navi {
	position: absolute;
	top: 190px;
	left: 30px;
	z-index: 500;
}
#navi td h1 a{
	background-image: url(../images/navi_title.png);
	display: block;
	height: 65px;
	width: 255px;
	background-repeat: no-repeat;
	padding: 0px;
}

#navi td {
	float: left;
	text-align: center;
	list-style-type: none;
}
#navi td a {
	font-weight: bold;
	color: #333;
	display: block;
	padding: 8px 1px;
}
#navi td a:hover {
	font-weight: bold;
	color: #0076EC;
}

/* 下拉式選單開始 */
tr#navmenu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

tr#navmenu ul {
	width: 110px; /* Sub Menu Width */
	margin: 0 0 0 -30px;
	list-style: none;
	display: none;
	position: absolute;
	top: 72px;
	left: 50%;
	padding: 0px;
	border-bottom: 1px none #999;
	border-right: 1px none #999;
	border-left: 1px none #999;
	border-top: 1px none #999;
	z-index: 500;
}

tr#navmenu ul ul,ul#navmenu ul ul ul { top: 0; left: 100%; }

tr#navmenu td {
	float: left;
	display: inline;
	position: relative;
}
tr#navmenu ul li {
	width: 100%;
	display: block;
}


/* Root Menu */
tr#navmenu a {
	display: block;
	text-decoration: none;
	height: 1%;
	font-size: 13px;
	font-weight: bold;
}
/* Root Menu Hover Persistence */
tr#navmenu td.iehover a {
	background-repeat: no-repeat;
	background-position: center bottom;

}

/* 2nd Menu */
tr#navmenu td:hover li a,tr#navmenu td.iehover li a {
	float: none;
	padding: 2px 0;
	color: #CCC;
	filter:alpha(opacity=100);
	opacity:1;
	zoom:1;
	background-color: #515151;
	font-weight: bold;
	margin: 0;
	border-bottom: 1px solid #333;
}

/* 2nd Menu Hover Persistence */
tr#navmenu td:hover li a:hover,tr#navmenu td:hover li:hover a,tr#navmenu td.iehover li a:hover,tr#navmenu td.iehover li.iehover a {
	background-color: #e5368e;
	padding: 2px 0;
	color: #FFF;
	margin: 0;
	font-weight: bold;
	border-bottom: 1px solid #333;
}

/* 3rd Menu */
tr#navmenu td:hover li:hover li a,tr#navmenu td.iehover li.iehover li a {
	float: none;
	background-color: #000;
	padding: 5px 0;
	color: #FFF;
	filter:alpha(opacity=85);
	opacity:0.85;
	zoom:1;
}

/* 3rd Menu Hover Persistence */
tr#navmenu td:hover li:hover li a:hover,tr#navmenu td:hover li:hover li:hover a,tr#navmenu td.iehover li.iehover li a:hover,tr#navmenu td.iehover li.iehover li.iehover a {
	background-color: #242424;
	padding: 5px 0;
}

/* Hover Function - Do Not Move */
tr#navmenu td:hover ul ul,tr#navmenu td:hover ul ul ul,tr#navmenu td.iehover ul ul,tr#navmenu td.iehover ul ul ul { display: none; }
tr#navmenu td:hover ul,tr#navmenu ul li:hover ul,tr#navmenu ul ul li:hover ul,tr#navmenu td.iehover ul,tr#navmenu ul li.iehover ul,tr#navmenu ul ul li.iehover ul { display: block; }

.body_main #content,.body_about #content,.body_news #content,.body_video #content {
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: hidden;
	padding: 0 45px 25px 45px;
}
.body_band #content {
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0 45px 25px 120px;
}
.body_band_info #content {
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0 45px 25px 40px;
}

.body_sponser #content {
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0 45px 25px 100px;
}

.body_shop #content {
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0 35px 25px 40px;
	overflow: hidden;
}
.body_place #content {
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0 35px 25px 40px;
	overflow: hidden;
}
.body_local #content {
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 15px 45px 25px 100px;
}
.body_soon #content {
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 15px 0 25px 0;
}
.comingsoom span {
	display: none;
}


.body_main #primary,.body_news #primary,.body_video #primary{
	width: 630px;
	float: left;
}
.body_about #primary {
	width: 470px;
	float: right;
}
.body_shop #primary {
	width: 620px;
	float: left;
}


#index_band_pic {
	margin: 0 0 0 5px;
}

#share {
	top: 8px;
	right: 50px;
	overflow: hidden;
}
#share li {
	margin: 0 0 0 10px;
	float: left;
}

.facebook a{
	background-image: url(../images/img_facebook.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 20px;
	width: 20px;
}
.twitter a{
	background-image: url(../images/img_twitter.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 20px;
	width: 20px;
}
.plurk a{
	background-image: url(../images/img_plurk.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 20px;
	width: 20px;
}
.red_top_line {
	border-top: 1px solid #e71e0f;
	padding-top: 10px;
	margin-top: 12px;
}
#index_show {
	position: relative;

}
#index_show h3 {
	background-image: url(../images/index_show_title.gif);
	height: 24px;
	width: 186px;
	margin: 0 0 10px 0;
}
#all_show_table {
}

.show_table {
	margin: 3px 0 0 0;
}
.show_table td{
	vertical-align: baseline;

}

.show_day {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0em;
}
.show_band {
	font-size: 21px;
	padding: 0 10px 10px 0;
	letter-spacing: 0em;
	font-weight: bold;
}
.show_where {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0em;
	padding: 0 20px 10px 5px;
}
#index_show #shop_img {
	position: absolute;
	top: 10px;
	right: 0px;
}
.greentxt {
	color: #c7ff00;
}
.bluetxt {
	color: #00f6ff;
}

.body_main #secondary,.body_news #secondary,.body_video #secondary{
	width: 215px;
	float: right;
}
.body_about #secondary {
	width: 365px;
	float: left;
	position: relative;
	overflow: visible;
	min-height: 500px;
}
.body_shop #secondary{
	width: 250px;
	float: right;
}
#index_news {
}
#index_news h3 {
	background-image: url(../images/index_news_title.gif);
	height: 24px;
	width: 166px;
	margin: 0 0 10px 0;
}
.index_news_day {
	color: #e7290f;
	font-size: 11px;
	text-align: left;
	padding: 5px 0 0 0;
}
.index_news_title {
	font-size: 13px;

}
.btn_more {
	display: block;
	clear: both;
	margin: 10px 0 5px 0;
	overflow: hidden;
}

.btn_more a{
	color: #e7290f;
	font-size: 15px;
	display: block;
	padding: 5px 10px;
	width: 85px;
	float: right;
}
#index_performance {
	line-height: 1.4em;
}
#index_performance h3 {
	background-image: url(../images/index_performance_title.gif);
	height: 24px;
	width: 166px;
	margin: 0 0 10px 0;
}
#index_performance h4 {
	font-size: 15px;
}
#index_performance h5 {
	font-size: 10px;
}
#index_performance p{
	color: #999;
}
#index_performance table {
	margin: 7px 0;
}

.perfor_title {
	width: 40px;
	vertical-align: baseline;
	font-size: 12px;
}

.perfor_cont {
	padding: 5px 0;
	font-size: 12px;
	vertical-align: baseline;
}
.perfor_cont em {
	font-size: 11px;
	letter-spacing: 0em;
}

#index_visitors {
}

#index_video {
}
#index_video h3 {
	background-image: url(../images/index_movie_title.gif);
	height: 24px;
	width: 185px;
	margin: 0 0 10px 0;
}
#index_visitors {
}
#index_visitors p {
	display: block;
	padding: 5px 0;
}
#index_visitors p strong {
	color: #FFF;
	padding: 0 6px;
}
#index_map {
	overflow: hidden;
	height: 290px;
}
#index_map iframe {
	float: left;
}
#index_map table table {
	margin: 0 0 0 20px;
}







#footer {
	height: 165px;
	background-image: url(../images/bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	clear: both;
}
.copyright_ww {
	color: #d9270f;
	padding: 8px 0;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.copyright_y5works {
	display: none;
}
.description_txt {
	margin: 0 auto;
	padding: 5px;
	width: 800px;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.5em;
}
.white {
}
.gray {
	background-color: #333;
}


div.quotes {
	MARGIN: 0 auto;
	TEXT-ALIGN: center;
	padding: 20px;
	clear: both;
}
div.quotes a {
	BORDER-RIGHT: #666 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #666 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: #666 1px solid;
	COLOR: #CCC;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #666 1px solid;
	TEXT-DECORATION: none
}
div.quotes a:hover {
	BORDER-RIGHT: #fff 1px solid;
	BORDER-TOP: #fff 1px solid;
	BORDER-LEFT: #fff 1px solid;
	MARGIN-RIGHT: 2px;
	BORDER-BOTTOM: #fff 1px solid;
	padding: 2px 5px;
	color: #FFF;
}
div.quotes a:active {
	BORDER-RIGHT: #a0a0a0 1px solid;
	BORDER-TOP: #a0a0a0 1px solid;
	BORDER-LEFT: #a0a0a0 1px solid;
	MARGIN-RIGHT: 2px;
	BORDER-BOTTOM: #a0a0a0 1px solid;
	padding: 2px 5px;
}
div.quotes span.current {
	BORDER-RIGHT: #e0e0e0 1px solid;
	BORDER-TOP: #e0e0e0 1px solid;
	FONT-WEIGHT: bold;
	BORDER-LEFT: #e0e0e0 1px solid;
	COLOR: #666;
	BORDER-BOTTOM: #e0e0e0 1px solid;
	BACKGROUND-COLOR: #FFF;
	padding: 2px 4px 2px 6px;
	margin: 0 2px;
}
div.quotes span.disabled {
	BORDER-RIGHT: #333 1px solid;
	BORDER-TOP: #333 1px solid;
	BORDER-LEFT: #333 1px solid;
	COLOR: #333;
	MARGIN-RIGHT: 2px;
	BORDER-BOTTOM: #333 1px solid;
	padding: 2px 5px;
}

#btn_area {
	margin: 10px auto;
	text-align: center;
}
.h3_title {
	font-size: 26px;
	color: #e5368d;
	font-weight: bold;
	padding: 0 5px;
}
.cont_edit {
	padding: 10px 5px 50px 5px;
}
.red_bg {
	background-color: #e71e0f;
	padding: 5px 10px;
	display: inline;
	font-size: 18px;
	font-weight: bold;
}
.local_txt {
	margin: 0px 0 25px 0;
	line-height: 2em;
	border-bottom: 1px solid #e71e0f;
	width: 95%;
	padding: 15px 0;
}
.local_txt2 {
	margin: 0px 0 10px 0;
	line-height: 2em;
	width: 95%;
	padding: 15px 0;
}
.market_txt {
	padding: 20px 5px 0px 10px;
	width: 80%;
	margin: 0 20px 0 0;
	line-height: 1.6em;
}
.market_txt strong {
	font-size: 28px;
	color: #FFF;
	padding: 0 5px 0 0;
}
.red_txt {
	font-size: 13px;
	font-weight: bold;
	color: #e71e0f;
	line-height: 1.8em;
	margin: 20px 15px;
}
.red_txt strong {
	color: #e71e0f;
	font-size: 20px;
	font-weight: bold;
}
.market_img {
	margin: 20px 0;
}
.comingsoom {
	background-image: url(../images/comingsoon.png);
	background-repeat: no-repeat;
	margin: 0 auto 15px auto;
	height: 359px;
	width: 960px;
}
.centerimg {
	text-align: center;
}
