﻿@import url('n/reset.css');

* {
	padding: 0;
}
html, body {
	/*font-family: 'Signika Negative',"Lucida Grande", "Lucida Sans Unicode",Arial, 新細明體, sans-serif; */
	/*font-family: "微軟正黑體", "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;*/
	font-family: Helvetica, Arial, "微軟正黑體", sans-serif;
}
/*#index { */
/*position:absolute; height:623px; top:40%; margin-top:-230px; /* div高度的一半 */
/*position: absolute; width: 941px; left: 50%; margin-left: -470px; /* 寬度除以 -2 */
/*}*/
#wrapper {
	margin: 0 auto;
	background-color: #E9E9EB;
	width: 1065px;
}
#header {
	position: relative;
	width: 1065px;
	height: 1px;
	float: left;
	z-index: 10;
}
#header img.silks_logo {
	position: absolute;
	box-shadow: 5px 5px 15px #333333;
	-webkit-box-shadow: #333333 5px 5px 15px;
	-moz-box-shadow: #333333 5px 5px 15px;
	behavior: url(PIE.htc); /* 使用ie-css3 */
}
#header img.fb {
	position: absolute;
	z-index: 1;
}
#header table th {
	height: 22px;
}
#alpha {
	filter: alpha(opacity:50);
	opacity: 0.5;
	position: absolute;
	background-color: black;
	border-radius: 10px;
}
#alpha.abc {
	-moz-border-radius: 10px; /* Firefox */;
	-webkit-border-radius: 10px; /* Safari and Chrome */;
	behavior: url(PIE.htc); /* 使用ie-css3 */
}
#header ul {
	position: absolute;
}
#header li.menu {
	float: left;
	font-size: 11pt;
	display: block;
	height: 42px;
	width: 92px;
	line-height: 42px;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
}
#header li.menu a {
	float: left;
	font-size: 11pt;
	display: block;
	height: 42px;
	width: 92px;
	line-height: 42px;
	text-decoration: none;
	color: #666666; /* for Firefox */;
	hlbr: expression(this.onFocus=this.blur()); /* for IE */
}
#header li.menu a:hover {
	background-color: #E6E6E6;
}
#header li.lang {
	float: left;
	font-size: 8pt;
	display: block;
	height: 14px;
	line-height: 12px;
	text-decoration: none;
	vertical-align: middle;
	padding: 0px 3px 0px 3px;
	color: #A1A3A6;
}
#header li.lang a {
	float: left;
	font-size: 8pt;
	display: block;
	height: 14px;
	line-height: 12px;
	text-decoration: none;
	vertical-align: middle;
	padding: 0px 3px 0px 3px;
	color: #666666; /* for Firefox */;
	hlbr: expression(this.onFocus=this.blur()); /* for IE */
}
#header li.lang a:hover {
	color: black;
}
#content {
	width: 100%;
	height: 560px;
	float: left;
	outline: none;
	color: #C0C0C0; /* for Firefox */;
	hlbr: expression(this.onFocus=this.blur()); /* for IE */
}
#content a {
	color: #Ceb59b;
	outline: none;
/* for Firefox */hlbr: expression(this.onFocus=this.blur()); /* for IE */
}
#content a:hover {
	color: #fff;
	outline: none;
/* for Firefox */hlbr: expression(this.onFocus=this.blur()); /* for IE */
}
#content p {
	color: #C0C0C0;
	font-size: 10pt;
	letter-spacing: 0em;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
}
#content table.gr {
	width: 80%;
	height: 22px;
}
#content table td.gr {
	vertical-align: middle;
}
#content table td.gr.title {
	padding: 5px 5px 2px 8px;
	text-align: center;
	background-color: #2F2F2F;
	border-bottom: 0px;
}
#content table td.gr.main {
	padding: 5px 5px 2px 8px;
	text-align: center;
	vertical-align: middle;
}
#sticker {
	position: relative;
	float: left;
	height: 110px;
}
#sticker li {
	float: left;
	font-size: 14pt;
	display: block;
	height: 110px;
	width: 266px;
	line-height: 110px;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
}
#sticker li a {
	background-color: #FFF;
	float: left;
	display: block;
	height: 110px;
	width: 266px;
	text-decoration: none;
	color: #666666; /* for Firefox */;
	hlbr: expression(this.onFocus=this.blur()); /* for IE */
}
#sticker li.sticker1 a:hover {
	float: left;
	background-color: #E6E6E6;
	background-image: url('n/images/2014/index/stickers1.jpg');
	text-indent: -9999px;
}
#sticker li.sticker2 a:hover {
	background-color: #E6E6E6;
	background-image: url('n/images/2014/index/stickers2.jpg');
	text-indent: -9999px;
}
#sticker li.sticker3 a:hover {
	background-color: #E6E6E6;
	background-image: url('n/images/2014/index/stickers3.jpg');
	text-indent: -9999px;
}
#sticker li.sticker4 a:hover {
	background-color: #E6E6E6;
	background-image: url('n/images/2014/index/stickers4-2.jpg');
	text-indent: -9999px;
}
#footer {
	position: relative;
	clear: both;
	height: 39px;
	margin-top: -100px;
	background-color: #807F83;
}
#footer p {
	color: #D2CCC5;
	font-size: 9pt;
	text-align: center;
	line-height: 39px;
}

/*for popwindow*/
#popwindow {
	position:relative;
	z-index: 1000;
	top: 115px;
	left: 0px;
	background: #000;
	overflow: visible;
}
#popwindow {
	padding: 0px;
	margin-left: 0px;
}
#popblack {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 999;
	margin: 0;
	padding: 0;
}
#black:hover, #popblack:hover {
	cursor: pointer;
}
#closenewsbox {
	background: url(n/images/2014/index/closepop.png) 0 0 no-repeat;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	top: -8px;
	right: -10px;
	z-index: 1000;
}
.indexbox {
	width: 884px;
	margin: 0 auto;
}