html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
*{
	/* Universal reset: */
	margin:0;
	padding:0;
}

header,footer,
article,section,
hgroup,nav,
figure{
	/* Giving a display value to the HTML5 rendered elements: */
	display:block;
}

body{
	/* Setting the default text color, size, page background and a font stack: */
	font-size:0.825em;
	color:#06202E;
	/*background-color:#FFFFBB;    封面背景顏色*/

	font-family:Arial, Helvetica, sans-serif;
}

/* Hyperlink Styles: */
p.demoIE{
　filter:progid:DXImageTransform.Microsoft.Shadow(color='#FFFFFF', Direction=135, Strength=3);
}
a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

/* Headings: */

h1,h2,h3{
	font-family:"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	text-shadow:0 1px 1px black;
}

h1{
	/* The logo text */
	font-size:3.5em;
	padding:0.5em 0 0;
	text-transform:uppercase;
}

h3{
	/* The slogan text */
	font-family:forte,"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	font-size:2em;
	font-weight:normal;
	margin:0 0 1em;
}


h2{
	font-size:2.8em;
	text-shadow:18px  30px  25px  #C7C1CB;
	float:center;
	margin-top:55px;
	left: -41px;
	font-family:標楷體;
	border-style:outset;
	 z-index:2;
}
h4{
	font-size:1.0em;
	margin-top:5px;
	font-weight:normal;
	letter-spacing:0.01em;
	text-transform:uppercase;
	font-family: arial;
}
h5{
	font-size:1.5em;
	font-weight:normal;
	letter-spacing:0.01em;
	margin-top:10px;
	text-transform:uppercase;
	font-family:標楷體;
}
h6{
	font-size:1.5em;
	font-weight:normal;
	letter-spacing:0.01em;
	margin-top:5px;
	text-transform:uppercase;
	font-family:標楷體;
}
p{
	line-height:2.5em;
	padding-bottom:1em;
}

#P1{
    position:absolute;
    margin-left: -2px;
    z-index:-4;
}
#P2{
    position:absolute;
    margin-left: 801px;
    margin-top:575px;
    z-index:-2;
}
#P3{
    position:absolute;
    margin-top:-15px;
    margin-left: 140px;
    z-index:-3;
}
#P4{
    position:absolute;
    margin-top:25px;
    margin-left: 178px;
    z-index:-3;
}
#P5{
    position:absolute;
    margin-top:-35px;
    margin-left: 810px;
    z-index:-3;
    font-size:0.1em;
}
#P6{
    position:absolute;
    margin-top:400px;
    margin-left: 105px;
    z-index:-3;
}

.line{
	/* The dividing line: */
	height:-25px;
	background-color:#24404c;
	border-bottom:1px solid #416371;
	margin:1em 0;
	overflow:hidden;
}

article .line{
	/* The dividing line inside of the article is darker: */
	background-color:#15242a;
	border-bottom-color:#204656;
	margin:4.0em 0;
}

footer .line{
	margin:3em 0;
}

nav{
	background:url(img/gradient_light.jpg) repeat-x 50% 50% #f8f8f8;
	padding:0 5px;
	position:absolute;
	right:0;
	top:4em;
	
	border:1px solid #FCFCFC;

	-moz-box-shadow:0 1px 1px #333333;
	-webkit-box-shadow:0 1px 1px #333333;
	box-shadow:0 1px 1px #333333;
}

/* The clearfix hack to clear the floats: */

.clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* The navigation styling: */

nav ul li{
	display:inline;
}

nav ul li a,
nav ul li a:visited{
	color:#565656;
	display:block;
	float:left;
	font-size:1.25em;
	font-weight:bold;
	margin:5px 2px;
	padding:7px 10px 4px;
	text-shadow:0 1px 1px white;
	text-transform:uppercase;
}

nav ul li a:hover{
	text-decoration:none;
	background-color:#f0f0f0;
}

nav, article, nav ul li a,figure{
	/* Applying CSS3 rounded corners: */
	-moz-border-radius:10px;
	-webkit-border-radius:20px;
	border-radius:20px;
}

/* Article styles: */

#page{
	width:960px;
	margin:0 auto;
	position:relative;
}

article{
	/*background-color:#213E4A;
	margin:4em 0;*/
	padding:15px;
	
	text-shadow:0 2px 0 ;
}

figure{
	
	float:center;
     z-index:1;
	/*height:900px;
	width:900px;
	border:3px solid #142830;*/
	margin-left:15px;
	 top: 350px;
	overflow:hidden;
	
}

figure:hover{
	-moz-box-shadow:0 0 2px #4D7788;
	-webkit-box-shadow:0 0 2px #4D7788;
	box-shadow:0 0 2px #4D7788;
}

figure img{
	margin-left:-60px;
}

/* Footer styling: */

footer{
	margin-bottom:-90px;
	text-align:left;
	font-size:0.85em;
}




footer a,footer a:visited{
	color:#2A5F7D;
	/*background-color:#213e4a;*/
	display:block;
	padding:0px 4px;	
	position:relative;
}

footer a:hover{
	text-decoration:none;
	/*background-color:#142830;*/
}

footer a.by{
	float:center;
	top: 545px;
	left: 25px;
	font-size:2.0em;
	font-family:標楷體;

}

footer a.up{
	float:left;
	top: 550px;
	left: 25px;
	font-size:2.0em;
	font-family:標楷體;
}
footer a.ng{
	float:left;
	top: 570px;
	left:-475px;
	font-size:2.0em;
	font-family:Time new Roman;
}
footer a.ne{
	float:left;
	top: 550px;
	left: 300px;
	font-size:2.0em;
	font-family:Time new Roman;
}