﻿body {
	text-align: center;
	background-image: url('../image/index_back1.jpg');
	font-family: 微軟正黑體;
}

#container {
	width: 1180px;
	height: 700px;
	margin: 0px auto;
	padding: 50px;
}

#subTitle {
	width: 426px;
	height: 78px;
	padding: 55px 0px 0px 0px;
	margin: 0px auto;
	font-size: 20px;
	position: relative;
	left: 100px;
	top: -55px;
	background-image: url('../image/talk.png');
	font-weight: bold;
	color: #660000;
}

#introduction {
	text-align: left;
	line-height:170%;
	width: 600px;
	margin: 0px auto;
	padding: 20px;
	border-radius: 15px;
	border-style: solid;
	border-width: 4px;
	border-color: black;
	-webkit-box-shadow: 5px 5px 7px #999;
	-webkit-border-bottom-right-radius: 15px;
	background-color: white;
	opacity: 0.9;
}

#introduction .highLight {
	color: #CC0000;
	font-weight: bold;
	font-size: 28px;
}
