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

body{
	margin:0;
	padding:0;
	text-align:center;
	background:url(images/bg.png);
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif, "新細明體";
}

h1{
	font-size:23px;
	font-weight:400;
	color:#600;
	line-height:1.5em;
}

h2{
	font-size:15px;
	font-weight:500;
}

h3{
	font-size:16px;
	font-weight:700;
	height:30px;
	width: 120px;
	padding:8px 0 0 25px !important;
	padding/**/:8px 0 0 10px;
	margin:0 0 -15px -40px!important;
	margin/**/:0 0 -15px -30px;
	background:url(images/title.png) no-repeat;
}

table, td, th{
	 border:solid 1px #630;
	 line-height:1.5em;
	 font-size:13px;
	 padding:5px;
}

#wrap{
	margin:0 auto;
	padding:0;
	width:1000px;
	background:url(images/Index.png) no-repeat;
	height:800px;
}

#logo{
	width:100px;
	float:right;
	margin:10px 30px 0 0;
}

#pagewrap{
	margin:0 auto;
	padding:0;
	width:1000px;
	background:url(images/webpage.png) no-repeat;
	font-family: Verdana, Geneva, sans-serif, "新細明體";
	text-align:left;
}

#menu{
	float:left;
	margin:265px 0 0 50px;
	font-size:20px;
	font-family:"文鼎明體M", "華康明體 Std W5","新細明體";
	font-weight:bold;
}

.menu1{float:left; margin:0; width:80px; text-align:center;}
.menu2{float:left; margin:43px 0 0 20px !important; margin/**/:43px 0 0 0; width:80px;}
.menu3{float:left; margin:17px 10px 0 17px !important; margin/**/:17px 10px 0 0; width:80px;}
.menu4{float:left; margin:50px 0 0 5px  !important; margin/**/:50px 0 0 -8px; width:80px;}
.menu5{float:left; margin:25px 0 0 53px  !important; margin/**/:25px 0 0 25px; width:80px;}


#menu a{
	color:#333;
	display:block;
	width/**/:100px;
	padding:20px 0 15px 0;
	text-decoration:none;
}
#menu a:link{text-decoration:none;}
#menu a:hover{text-decoration:none; color:#C60;}

#content{
	clear:both;
	/*float:left;*/
	width:580px;
	padding:0 0 0 35px;
	margin:0 0 0 20px;
	text-align:justify;
	line-height:1.5em;
}

#footer{
	margin:-13px auto 0 auto;
	padding:0 ;
	text-align:center;
	width:1000px;
	height:63px;
	background:url(images/footer.png) no-repeat;
}
img{border:none; behavior: url(iepngfix.htc);}

div, h3{behavior: url(iepngfix.htc);}
a{color:#333;text-decoration:none;}
a:link{text-decoration:none;}
a:hover{text-decoration:none; color:#C60;}