body,p,a,ul,li{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif,"微軟正黑體";
	font-size:14px;
	text-decoration:none;
	border:none;
}

body img {
	border:none;
}

#wrapper {
	margin:0 auto;
	background:url(../images/banner-01.jpg) top center no-repeat;
}

#banner {
	margin:0 auto;
	background:url(../images/banner-02.jpg) top center no-repeat;
	width:1002px;
	height:448px;
}

#menu {
	width:209px;
	height:447px;
	margin-left:15px;
	float:left;
}

#logo {
	width:209px;
	height:202px;
	border:none;
}

.menu001 {
	list-style:none;
	float:left;
}

.menu001 li {
	background:url(../images/li-pic01.jpg) top center repeat-x;
	width:209px;
	height:35px;
}

.menu001 a {
	display:block;
	color:#FFF;
	line-height:35px;
	text-transform:uppercase;
	text-align:left;
	padding-left:25px;
}

.menu001 a:hover {
	background:url(../images/li-pic02.jpg) top center repeat-x;
	color:#FF0;
	width:184px;
	text-align:left;
}

#language {
	background:url(../images/language-bg.png) top left no-repeat;
	color:#30b3ff;
	width:101px;
	height:24px;
	display:block;
	float:right;
	margin:10px 5px;
	text-align:center;
	font-size:12px;
	padding-top:5px;
}

#language ul{
	width:100px;
	height:300px;
	display:none;
	color:#30b3ff;
}
#language:hover ul{
	display:block;
}
#language ul li{
	list-style:none;
}
#language ul li a{
	display:block;
	background-color:#FFF;
	color:#30b3ff;
}
#language ul li a:hover {
	background-color:#000;
	color:#FF0;
}

#main {
	background:url(../images/main.jpg) top center repeat-x;
	height:307px;
}

#box {
	margin:0 auto;
	background:url(../images/main.jpg) top center no-repeat;
	width:1002px;
}

p {
	line-height:1.8; 
	font-size:12px;
	text-align:justify;
	margin-bottom:10px;
}

#main span {
	font-size:30px;
	font-family:"Segoe UI";
	font-variant:small-caps;
	font-style:italic;
	width:470px;
	text-align:left;
	float:left;
	margin:15px 0px;
}

#left {
	width:500px;
	float:left;
	margin-left:15px;
}


#right {
	width:450px;
	float:right;
}


.pro {
	width:130px;
	height:200px;
	background-color:#FFF;
	border:1px #000;
	border-style:solid;
	margin:5px 15px 0px 0px;
	float:left;
	text-align:center;
}

.pro img {
	margin:15px 0px;
}

.pro a {
	font-size:12px;
	color:#000;
}

.pro a:hover {
	color:#30b3ff;
}

#footer {
	background-color:#000;
	height:45px;
}

#footerbox {
	margin:0 auto;
	width:1002px;
	color:#FFF;
	font-size:12px;
	text-align:left;
	line-height:20px;
	padding-left:30px;
}

#footer span {
	color:#30b3ff;
}

#footer a {
	color:#FFF;
}