@charset "utf-8";
/* CSS Document */

body {
	margin:5px;
	padding:0;
}

.container {
	width:600px;
	background:url(images/bg-BB.png) right bottom no-repeat #84329b;
	border-radius:6px;
	margin:0 auto;
	padding:25px 0 30px 0;
	/*padding:25px 0 20px 0\9;*/
}
.title {
	width:100%;
	border-top:1px solid #84329b;
	border-bottom:1px solid #84329b;
	background-color:white;
	padding:5px 0;
	text-align:center;
}
/*.title .logo {
	width:128px;
	height:30px;
	display:inline-block;
	margin:0 10px 0 0;
	padding:0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.title .logo {
	margin:0 5px 0 0;
	padding:0 0 0 0;
	display:inline;
}*/
.title .text {
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color: #d40f7d;
	font-family: Arial, "微軟正黑體";
	background:url(images/logo.jpg) 0 3px no-repeat;
	/*background:url(images/logo.jpg) 0 1px no-repeat\9;*/
	padding-left:130px;
}

.content {
	margin:20px 0 0 35px;
	text-align: left;
}
.content p {
	font-size: 16px;
	font-size: 15px\9;
	line-height: 28px;
	line-height: 26px\9;
	font-weight: bold;
	color: #ffffff;
	font-family: Arial, "微軟正黑體";
}
.content p strong {
	font-size: 20px;
	line-height: 34px;
	font-weight: bold;
	color: #ffc600;
}



