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

body {
	margin: 0px;
	padding: 0px;
	background-color: #E3E3E3;
	background-image: url(../images/index-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#warp{
	width: 1131px;
	font-family: Verdana, "新細明體";
	font-size: 13px;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
}
#header{
	height: 44px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	width: 1131px;
	padding-top: 116px;
}
.menu{
	background-image: url(../images/menubg.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 31px;
	padding-left: 186px;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 10px;
}
.menu a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/menu-line.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 40px;
}
.menu a:hover{
	color: #88cdff;
	text-decoration: none;
}
.news{
	float: left;
	width: 210px;
	background-image: url(../images/news-bg.jpg);
	height: 215px;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
	padding-top: 160px;
	padding-right: 42px;
	padding-left: 78px;
	font-family: Arial, Helvetica, sans-serif;
}
.banner{
	float: right;
}
.copyright{
	font-size: 11px;
	color: #b3b3b3;
	text-align: center;
	margin-top: 3px;
}
