@import url("css/reset.css");
@charset "utf-8";
/* CSS Document */

html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:url(../images/bg.png) center;
	background-size:contain;
	font-family: "微軟正黑體";
}

p {
	margin: 10px 0 0 0
}

a:link, a:visited {
	color: #000
}
a:hover, a:active {
	color: #F60
}

#title {
	width: 100%;
	height: 41px;
	background: url(../images/title.png);
	background-size: contain;
    position: fixed;
	top: 0;
	z-index: 99;
}

.titleEvent {
	width: 100%;
	height: 41px;
	float: left;
/*	background: url(../images/event.png) center no-repeat;*/
	background-size: auto 41px;
}

.name {
	width: 100%;
	height: 31px;
	float: none;
	font-weight:bold;
	font-size: 18px;
	color: #FFF;
	padding:5px 0;
	text-align:center
	
}

.tip {
	width: 100%;
	height: 65px;
	float:left;
	line-height:105px;
	vertical-align: bottom;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#c0c0c0
}

#banner {
	width:300px;
	height:116px;
	margin:0 auto;
	float:none;
}

#content {
	width: 480px;
	height:auto;
	float:none;
	background: url(../images/content.png) top center no-repeat;
	background-size:480px auto;
	margin:66px auto 0 auto;
	overflow-y: hidden
}

#side {
	width: 440px;
	height: 300px;
	float:none;
	margin:5px auto;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}

#side2 {
	width: 420px;
	height: auto;
	float:none;
	margin:10px auto;
}

#about {
	width: 440px;
	height: 78px;
	display:block;
	float:none;
    background: url(../images/about.png) top left no-repeat;
	background-size: contain;
	margin:2px 0
}

#about:hover, #about:active {
    background: url(../images/about2.png) top left no-repeat;
	background-size: contain;
}

.imgBg {
	width: 118px;
	height: 65px;
	float:left;
    background: url(../images/img.png) top left no-repeat;
	background-size: contain;
	margin:7px
}

.img {
	width: 112px;
	height: 59px;
	float:left;
	margin:3px
}

.eventTitle {
	width:262px;
	height:20px;
	float:left;
	font-size:18px;
	font-weight:bold;
	margin:7px 
}

.eventContent {
	width:262px;
	height:30px;
	float:left;
	font-size:14px;
	margin:0 0 0 7px 
}

.back {
	background: url(../images/back.png) no-repeat;
	background-size: contain
}

.back:hover, .back:active {
	background:url(../images/back2.png) no-repeat;
	background-size: contain;
}

#btBack {
    width: 8%;
	height: 70%;
	float:left;
	margin:1.5% 0 0 2%
}

.back {
	width:53px;
	height:34px;
	float:left;
	background:url(../images/back.png) no-repeat 0 0;
	background-size: cover
}

.back:hover, .back:active {
	background:url(../images/back.png) no-repeat 0 100%;
	background-size: cover
}

.style_01 {
	font-size:15px;
	font-weight:bold;
	color:#B07517
}

.style_02 {
	font-size:14px;
	color: #000
}

.style_03 {
	font-size:15px;
	font-weight:bold;
	color:#fff
}

.style_04 {
	font-size:14px;
	color: #fff
}

.style_05 {
	color: #FF0
}

.list_01 {
	list-style: disc;
	margin:0 0 0 22px
}

.list_02 {
	list-style: decimal;
	margin:0 0 0 22px
}