p{
	font-family: Arial "新細明體" sans-serif;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.5px;
}
.mainBg{
	width: 100%;
	background-size: 100%;
}

.main{
	background: url('../images/bg_body.jpg');
	background-repeat:repeat-y;
	width: 1020px;
	margin: 0 auto;
	text-align:center;
}

.main .body .table li.active{
	display: block;
}

.blueLine{
	margin:auto;
	height: 5px;
	width: 100%;
	background: #004098;
}

.footer{
	width: 1000px;
	margin: 0 auto;
}

.footer ul{
	padding-left: 20px;
}

.footer li{
	list-style-position: outside;
	list-style-type: square;
	margin-bottom: 10px;
}
.footer .caution{
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer .caution p{
	color: #004098;
	font-size: 15px;
	line-height: 22px;
	font-weight: 800;
}