@charset "UTF-8";
#all {
	height: 1800px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	height: 1285px;
	width: 900px;
	z-index: 10;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	filter: alpha(opacity=20) \9; /* IE8 */
	opacity: 0.2;
	background-image: url(img-competition/photo-01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000;
}

#image {
	height: 464px;
	width: 378px;
	z-index: 20;
	top: -250px;
	position: relative;
	left: 0px;
    pointer-events:none; /* 解決無法觸發click事件 */
}
#title-photo {
	height: 1285px;
	width: 900px;
	top: 0px;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	z-index:200;
    pointer-events:none; /* 解決無法觸發click事件 */	
}
#title {
	height: 242px;
	width: 500px;
	top: -1100px;
	position: relative;
	left: 250px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 15px;
}
#gotop{
    display: none;
    position: fixed;
    right: 5px;
    bottom: 5px;
    padding: 10px 30px;
    font-size: 1.3em;
    color: white;
    cursor: pointer;
}
#top-bar{      /*移動後上方會顯示*/
	width:200px;
	height:100%;
	position:fixed;
	top:-1000px;
	z-index: 100;
	right: 0px;
}
#top-bar ul li a {      /*移動後上方會顯示的連結*/
	list-style-type: none;
	background-color: #1F5F7E;
	display: block;
	width: 120px;
	text-align: center;
	margin-top: 10px;
	color: #FFF;
	transition: all 0.2s linear;
	font-family: "微軟正黑體", "Arial Unicode MS";
	padding: 5px;
	font-weight: bolder;
	font-size: 0.8em;
	right: 0px;
	font-style: normal;
	text-decoration: none;
	margin-right: 10px;
}
#top-bar ul li a:hover {      /*移動後上方會顯示的連結*/
	list-style-type: none;
	background-color: #2D88B5;
	display: block;
	width: 130px;
	text-align: center;
	margin-top: 20px;
	color: #000;
	transition: all 0.2s linear;
	font-family: "微軟正黑體", "Arial Unicode MS";
	padding: 5px;
	font-weight: bolder;
	right: 0px;
}
fooder {
	color: #FFF;
	background-color: #333;
	text-align: center;
	height: 40px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	line-height: 40px;
	font-family: "微軟正黑體", "myriad Pro", "Arial Unicode MS";
	left: 0px;
}

#top-bar ul li {       /*移動後上方會顯示的連結*/
	list-style-type: none;
}
#main {
	width: 900px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	color: #FFF;
	position: absolute;
	top: 390px;
	margin-bottom: 100px;
	
}
body fooder a {
	color: #FFF;
	text-decoration: none;
}
body fooder a:visited {
	color: #FFF;
	text-decoration: none;
}
body fooder a:hover {
	color: #FC6;
	text-decoration: none;
}
#table {
	width: 60%;
	background-color: #181818;
	height: auto;
	border: 1px dotted #333;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 50px;
	margin-bottom: 50px;
	line-height: 30px;
	margin-left: 35px;
}
.icon {
	margin-right: 10px;
}
.menu-set {
	width: 100%;
}

.menu-set ul {
	margin: 0px;
	padding: 0px;
}
h1 {
	background-image: url(img-competition/ic-01.png);
	padding-left: 35px;
	line-height: 30px;
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-bottom: 10px;
	color: #930;
}

.menu-set ul li {
	float: left;
	list-style-type: none;
}
.menu-set ul li a {
	font-family: "微軟正黑體", "myriad Pro", "Arial Unicode MS";
	display: block;
	font-size: 1.3em;
	text-decoration: none;
	color: #FFF;
	line-height: 30px;
	height: 30px;	
	width: 95px;	
	text-align: center;
	background-color: #666;	
	filter:alpha(opacity=70) \9; /* IE8 */
	background-color: rgba(102, 102, 102, .7); /* IE9及其它瀏覽器會執行此行	*/
	margin-top: 10px;
	
}
.menu-set ul li a:hover {
	font-family: "微軟正黑體", "myriad Pro", "Arial Unicode MS";
	font-size: 1.4em;
	text-decoration: none;
	color: #F60;
	background-color: #333;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #C30;
	filter:alpha(opacity=90) \9; /* IE8 */
	background-color: rgba(51, 51, 51, .9); /* IE9及其它瀏覽器會執行此行	*/	
}
p {
	font-family: "微軟正黑體", "Myriad Pro";
	font-size: 1.3em;
	color: #FFF;
	line-height: 1.8em;
	margin-left: 40px;
}
ol li {
	font-size: 1.5em;
	line-height: 2em;
	color: #FFF;
	list-style-type: upper-alpha;
	margin-left: 40px;
}

