@charset "utf-8";
/* CSS Document */

*{padding:0; margin:0;}
body {
	background-image: url(../images/layout/index_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #373E88;
	font-family: "times New Roman", "新細明體", serif;
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.header,.container,.footer {
	margin:0 auto;
}
.top {
	background-repeat: repeat-x;
	min-height: 110px;
	background-image: url(../images/layout/nav_top.png);
	}

.header {
	height: 110px;
	width: 800px;
	position: relative;
}

#logo0 {
	height: 50px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/layout/logo0.png);
	_background-image: url(../images/layout/logo0.gif);  /*for IE6*/
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	
	}


#logo0 a {
	
	
	display: block;
	height: 100%;
	width: 100%;
	background-position: left bottom;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#logo0 a:hover {
	background-position: left top;
}

#title1 {
	position: absolute;
	left: 180px;
	top: 30px;
	font-family: "Times New Roman", "新細明體", serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	display: block;
	margin-bottom: 20px;
	letter-spacing: 0.3em;
}
#title1 a {
	color: #FFF;
	text-decoration: none;	
	
}



#title3 {
	left: 120px;
	top: 20px;
	font-family: "Times New Roman", "新細明體", serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	display: block;
	letter-spacing: 0.3em;
	margin-bottom: 10px;
	position: absolute;
}
#title3 a {
	color: #FFF;
	text-decoration: none;	
	
}

#title4 {
	left: 120px;
	top: 530px;
	font-family: "Times New Roman", "新細明體", serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	display: block;
	letter-spacing: 0.3em;
	margin-bottom: 10px;
	position: absolute;
}
#title4 a {
	color: #FFF;
	text-decoration: none;	
	
}

.title2 {
	position: absolute;
	left: 170px;
	top: 100px;
	margin-left: 20px;
	font-family: "Times New Roman", "新細明體", serif;
	font-size: 26px;
	font-weight: bold;
	color: #9CF;
	display: block;
	letter-spacing: 0.3em;
}

#music {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 25px;
	width: 50px;
}
#enterArea {
	position: absolute;
	height: 30px;
	width: 150px;
	right: 1px;
	bottom: 0px;
	text-align: right;
	padding-top: 5px;
}
#enterArea a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	color: #FFF;
	padding-right: 3px;
}
#enterArea a:hover {
	font-style: italic;
	color: #939;
	padding-right: 0px;
}
.container {
	/* [disabled]height: 500px; */
	width: 800px;
}
.footer {
	width: 800px;
	line-height: 1.4em;
	text-align: center;
	margin-top: 150px;
	margin-bottom: 30px;
	font-size: 16px;
}
