
#container {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 1150px;
	height: 780px;
	border-color: #cccccc;
	border-style: solid;
	border-width: thin;
	border-top: none;
}


#main-menu {
	position: absolute;
	width: 100%;
	left: 0;
}

#main-menu a {
	font-family: "Microsoft JHengHei", "Arial Unicode MS", Arial;
	float: left;
	height: 20px;
	display: block;
	margin: 30px 0 0 30px;
	color: #339966;
	text-decoration: none;
	font-size: 14px;
}

#main-menu a:hover,
#main-menu a.selected {
	color:#999999;
}

#sub-menu {
	float: right;
	position: relative;
	width: 103px;
	right: 0px;
	margin-right: 30px;
}

#sub-menu a {
	float: left;
	height: 20px;
	margin: 30px 0 0 30px;
	color: #339966;
	font-size: 14px;
	text-decoration: none;
}

#sub-menu a:hover {
	color: #999999;
}

#main {
	width: 100%;
	position: absolute;
	top: 350px;
	/* left:50px;*/
	margin: 0;
	/* must match #container */
	width: 1000px;
	height: 780px;
}

/* default hiding all pages and let javascript load it */

article.content {
	/* must match #container */
	/*width: 1150px; */
	height: 780px;
	position: absolute;
	left: 0;
	top: 0;
}

.less {
	background: url(/Public/images/index/common.png) no-repeat -595px 0px;
	width: 37px;
	height: 34px;
	display: block;
	border-bottom: none;
	text-decoration: none;
	
}

footer {
	background: url(/Public/images/index/footer.png) no-repeat;
	text-indent: -999em;
	width: 1150px;
	height: 195px;
	background-position: 0px 0px;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 10;
}

footer .footer_logo {
	display: block;
	position: absolute;
	right: 33px;
	bottom: 11px;
	width: 235px;
	height: 63px;
	background: url(/Public/images/index/footer_logo.jpg) no-repeat;
}

footer .footer_logo2 {
	display: none;
	position: absolute;
	right: 282px;
	bottom: 11px;
	width: 227px;
	height: 63px;
	background: url(/Public/images/index/footer_logo2.jpg) no-repeat;
}

#right_column {
	height: 390px;
	width: 362px;
	float: left;
	padding: 0px 0px 0px 0px !important;
	margin: 30px 0px 0px 0px;
	display:block;
	list-style: none;
}

#right_column .person,
#right_column .person a{
	width: 145px;
	height: 145px;
	float: left;
	display:block;
	margin: 0px 0px 0px 30px;
}

#right_column a.person:hover img {
	border-color: white;
	color: #FF0000;	
}

#right_column a.person img {
	border-color: transparent;
	border-style: solid;
	border-width: medium;
}

#right_column .tn1 {
	width: 145px;
	height: 145px;
	float: left;
	background: url(/Public/images/index/common.png) no-repeat;
	background-position: -10px -560px;
}

#right_column .tn2 {
	width: 145px;
	height: 145px;
	float: left;
	background: url(/Public/images/index/common.png) no-repeat;
	background-position: -175px -560px;	
}

#right_column .tn3 {
	margin-top: 55px;
	width: 145px;
	height: 145px;
	float: left;
	background: url(/Public/images/index/common.png) no-repeat;
	background-position: -340px -560px;
}

#right_column .tn4 {
	margin-top: 55px;
	width: 145px;
	height: 145px;
	float: left;
	background: url(/Public/images/index/common.png) no-repeat;
	background-position: -505px -560px;
}

#right_column .person h4 {
	font-size: 14px;
	color: black;
	width: 145px;
	float: left;
	text-align: left;
	margin: 10px 0px 0px 5px;}

#right_column .person h5 {
	font-size: 10px;
	color: #666666;
	width: 145px;
	float: left;
	text-align: left;
	margin: 0px 0px 0px 5px;
}

/*
.vjs-default-skin .vjs-fullscreen-control { visibility:hidden; }
*/

.back {
	position: absolute;
	top: 30px;
	right: 50px;
	z-index: 11;
}

.back a {
	display:block;
	text-decoration: none;
	color: #339966;
	font-size: 14px;
}

.back a:hover {
	text-decoration: none;
}

.back2 {
	display: none;
}

#sns-share-a {
    position: absolute;
    left: 20px;
    bottom: 20px;

	font-family: "Microsoft JHengHei","Arial Unicode MS",Arial;
	font-size: 14px;
	color: #999999;

	text-indent: 0;
}

#sns-share-a a {
	font-family: "Microsoft JHengHei","Arial Unicode MS",Arial;
	font-size: 14px;
	color: #999999;

	text-decoration: none;
}

#sns-share {
    background: none repeat scroll 0 0 #F7F7F5;
    border: 1px solid #CCCCCC;
    height: 28px;
	width: 85px;
    padding: 0 10px;
    position: absolute;
    left: 20px;
    bottom: 40px;
	display: none;
}

#sns-share img {
	display: block;
	float: left;
	padding-top:5px;
	padding-right:5px;
}

.dssLeft {
	position:absolute;
	top:200px;
	left:-100px;
	width:50px;
	height:75px;
	background-color: transparent;
	background-image: url("/Public/images/index/btn_left.png");
	background-position: 24px 0px;
	background-repeat: no-repeat;

	cursor:pointer;

}
.dssLeft:hover {
	background-position: 14px 0px;
}
.dssRight {
	position:absolute;
	top:200px;
	right:-100px;
	width:50px;
	height:75px;
	background-color: transparent;
	background-image: url("/Public/images/index/btn_right.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;

	cursor:pointer;

}
.dssRight:hover {
	background-position: 10px 0px;
}

.fancyboxwrap {
	top: 90px !important;
}

.fancyboxwrapfull {
	width: 100% !important;
	height: 100% !important;
	
	top: 0px !important;
	left: 0px !important;
	
	padding: 0px !important;
}

.fancyboxfull {
	width: 100% !important;
	height: 100% !important;
}

#pg-2-lightbox a.imgclose {
    background-position: -80px 0;
}
/*
#pg-2-lightbox a.imgclose:hover {
    background-position: -80px -39px;
}
*/
#pg-2-lightbox a {
    background: url("/Public/images/index/imgzoom_tb.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 17px;
    line-height: 100px;
    margin-left: 10px;
    overflow: hidden;
    width: 17px;
}
/*
#pg-2-lightbox a:hover {
    background-position: 0 -39px;
}
*/
@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
