@charset "utf-8";
#bannerShow {
	background-image: url(../images/banner03.jpg);
}
.leftSide {
	float: left;
	width: 575px;
	height: 415px;
	background-image: url(../images/contactRightBG.jpg);
}


.leftSide h2 {
	text-indent: -9999px;
	display: block;
	height: 138px;
	width: 299px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/name02.png);
	margin-bottom: 30px;
	margin-top: 30px;
}
.leftSide p {
	font-size: 0.9em;
	padding-right: 20px;
	padding-left: 35px;
	margin-left: 20px;
	margin-right: 10px;
}
.leftSide table {
	margin-top: 5px;
	margin-left: 55px;
	margin-right: 10px;
	width: 488px;
	border: 1px solid #aaa
}
.leftSide table thead tr th{
	border-bottom: 1px solid #aaa;
}
.leftSide table tbody tr td{
	border-bottom: 1px dashed #aaa;
}
.leftSide table tbody tr:last-child td{
	border-bottom: none;
}
.leftSide table tbody tr td.no{
	text-align: center;
}
.leftSide table tbody tr td.cost{
	text-align: right;
	padding-right: 10px;
}
.rightSide {
	float: left;
	width: 350px;
	font-size: 0.9em;
	font-family: "微軟正黑體";
	background-image: url(../images/contactLeftBG.jpg);
	height: 415px;
}
.rightSide h2 {
	background-image: url(../images/icon01.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-left: 35px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.rightSide div {
	margin-left: 30px;
}
.rightSide div p {
	margin-bottom: 8px;
}
.rightSide div p a {
	font-size: 18px;
}

.rightSide div p span {
	color: #063;
}
.rightSide div #downLoad a{
	width: 160px;
	display: block;
	background-image: url(../images/Download-15.png);
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 20px;
	font-size: 18px;
}
.rightSide div #downLoad a:link{
	color: #00F;
}
.rightSide div #downLoad a:hover{
	color: #00F;
}
.rightSide div #downLoad a:visited{
	color: #00F;
}
