@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}

html{height:100%;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #393e4f;
	background-image: url(../image/repeat.png);
	height: 100%;
}
ol, ul {list-style: none;}
img {border:none;display:block;}
a {text-decoration:none;}
:focus{outline:none;}
h1,h2,h3,h4,h5,h6{font-size:1em;}
strong{font-weight:bold;}
em{font-style:normal;}

/* section class="topSide" 區段內的樣式設定 */
.topSide {
	background-image: url(../image/headerBg.png);
	position: fixed;
	width: 100%;
	height: 80px;
	left: 0px;
	top: 0px;
	z-index: 50;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FC3;
}
.topSide header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.topSide h1 {
	position: absolute;
	top: 10px;
}
.topSide h1 a {
	background-image: url(../image/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 51px;
	width: 141px;
}
.topSide nav {
	position: absolute;
	right: 0px;
	top: 25px;
}
.topSide nav li {
	float: left;
}
.topSide nav li a {
	display: block;
	height: 40px;
	width: 100px;
	text-align: center;
	color: #FFF;
	padding-top: 10px;
}
.topSide nav li strong {
	display: block;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	-webkit-text-size-adjust: none;
}
.navigate {
	background-color: #FC3;
	height: 5px;
	width: 100px;
	position: absolute;
	right: 200px;
	top: 73px;
}

/* section class="aboutUs" 區段內的樣式設定 */
.aboutUs {
	height: 100%;
	width: 100%;
	min-width:960px;
	position: relative;
	overflow: hidden;
}
.aboutUs article {
	position: absolute;
	right: 50px;
	bottom: 50px;
	z-index: 10;
	background-image: url(../image/commonAlpha.png);
	width: 500px;
	padding: 15px;
}
.aboutUs article p {
	color: #FFF;
	line-height: 1.5em;
	letter-spacing: 0.2em;
}
.aboutUs article a {
	color: #FFF;
	text-decoration: underline;
}
.aboutUs ul {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 5;
}
.aboutUs ul li {
	position: absolute;
	height: 100%;
	width: 100%;
}
.aboutUs ul li img {
	height: auto;
	width: 100%;
}

/* section class="photoArea" 區段內的樣式設定 */
.photoArea {
	position: relative;
	height: 100%;
	width: 100%;
	/*display:none;*/
}
.photoList {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 150px;
	padding-left: 30px;
}
.photoList li {
	border: 2px solid #FFF;
	width: 200px;
	cursor: pointer;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

.photoList li figure {
	position: relative;
	height: 133px;
	width: 200px;
	overflow: hidden;
}
.photoList li figcaption {
	width: 190px;
	background-image: url(../image/commonAlpha.png);
	color: #FFF;
	padding: 5px;
	display: block;
	position: absolute;
	z-index: 2;
	left: 0px;
	bottom: -27px;
	height: 17px;
}

/* section class="photoView" 區段內的樣式設定 */
.photoView {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 20;
	left: 0px;
	top: 0px;
	min-width:960px;
	overflow: hidden;
	/*display:none;*/
}
.photoView ul  {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.photoView li {
	float: left;
}

.photoView li img {
	height: auto;
	width: 100%;
}
.photoView article {
	position: absolute;
	z-index: 2;
	background-image: url(../image/commonAlpha.png);
	padding: 10px;
	right: 50px;
	bottom: 50px;
	width: 350px;
	line-height: 1.5em;
	color: #FFF;
	letter-spacing: 0.2em;
}
.btnLeft {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 10;
	background-image: url(../image/commonAlpha.png);
	display: none;
}
.btnRight {
	position: absolute;
	top: 50%;
	right: 0px;
	z-index: 10;
	background-image: url(../image/commonAlpha.png);
}
.closeIt {
	position: absolute;
	top: 0px;
	right: 20px;
}

/* section class="copyright" 區段內的樣式設定 */
.copyright {
	height: 100%;
	width: 100%;
	background-color: #333;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 100;
	min-width: 960px;
	/*display:none;*/
}
.copyright article {
	width: 90%;
	/*margin-left: -45%;*/
	background-color: #FFF;
	padding: 15px;
	margin-top: 20px;
	overflow: auto;
	position: absolute;
	top: 50%;
	left: 5%;
}
.copyright article p {
	line-height: 1.5em;
	color: #333;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}
.copyright article h3 {
	color: #09F;
	margin-bottom: 10px;
}
