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

body{
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif, "微軟正黑體";
}
h2{
	margin-left: 10px;
	color: #003333;
	font-family: Geneva, Arial, Helvetica, sans-serif, "微軟正黑體";
	background-image: url(imgs/h2.png);
	background-repeat: no-repeat;
	letter-spacing: 1px;
	text-indent: 40px;
	line-height: 44px;
}
h3{
	margin-left: 20px;
	color: #006666;
	font-family: Geneva, Arial, Helvetica, sans-serif, "微軟正黑體";
	background-image: url(imgs/h3.png);
	background-repeat: no-repeat;
	letter-spacing: 1px;
	text-indent: 40px;
	line-height: 44px;
}

.Bar{
	background-color: #4ec9ed;
	height: 30px;
	width: 994px;
	}

.Onnbg{
	background-image: url(imgs/con_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.DataTable{
	background-color: #FFFFFF;
	border: 4px solid #c9c9c9;
	line-height: 21px;
	font-size: 15px;
	letter-spacing: 1px;
}
.DataTable td{
	background-color: #FFFFFF;
	border: 1px solid #c9c9c9;
	font-size: 17px;
	padding: 5px;
}
.PlayStore{
	font-weight: bold;
	color: #5a860c;
	letter-spacing: 1px;
}
.AppStore{
	font-weight: bold;
	color: #005bac;
	letter-spacing: 1px;
}
.PccApp{
	font-weight: bold;
	color: #fa7b0a;
	letter-spacing: 1px;
}
.StepText{
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1px;
}
.ExampleTable{
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1pt;
	border: 1px solid #666666;
	margin-left: 10px;
}
.ExampleTable td{
	margin-right: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.ExampleTable th{
	padding: 4px;
	background-color: #EBEBEB;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}
.Footer{
	background-image: url(imgs/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 87px;
	width: 924px;
	background-position: center;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 1px;
	
}
