* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #9b0000;
	background-image: url(../images/body_bg.png);
}
#wrapper {
	background-image: url(../images/body_shadow.png);
	background-repeat: repeat-y;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/login_new.png);
	background-repeat: no-repeat;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DCDDDD;
	overflow: hidden;
}
#container {
	background-image: url(../images/login_container.png);
	background-repeat: repeat-y;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DCDDDD;
	overflow: hidden;
}
#content-head {
	background-image: url(../images/login_container-top.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 800px;
	float: left;
	margin-top: 0px;
}
#content {
	float: left;
	width: 210px;
	padding-right: 20px;
	padding-left: 20px;
}
#menu {
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	float: left;
	height: 70px;
	width: 600px;
	margin-top: 300px;
	margin-left: 20px;
}

#menu ul {
	height: 70px;
	width: 600px;
	list-style-type: none;
}
#sp {
	float: left;
	width: 600px;
	margin-right: 180px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
}

#menu ul li {
	font-family: "微軟正黑體";
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: 1px;
	float: left;
	padding-top: 0px;
	text-align: center;
	width: 150px;
	height: 50px;
}
#btn-pchome {
	color: #9B0000;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}
#btn-pchome:hover {
	color: #333;
	background-image: url(../images/menu.png);
	background-position: 0px -80px;
}
#btn-yahoo {
	color: #9B0000;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}
#btn-yahoo:hover {
	color: #333;
	background-image: url(../images/menu.png);
	background-position: -150px -80px;
}
#btn-delivery {
	color: #9B0000;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}
#btn-delivery:hover {
	color: #333;
	background-image: url(../images/menu.png);
	background-position: -300px -80px;
}
#btn-other {
	color: #9B0000;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}
#btn-other:hover {
	color: #333;
	background-image: url(../images/menu.png);
	background-position: -450px -80px;
}
#login {
	float: left;
	min-height: 440px;
	width: 510px;
	padding-top: 0px;
	padding-right: 28px;
	padding-bottom: 10px;
	padding-left: 12px;
	display: block;
}
#content-foot {
	background-color: #DCDDDD;
	background-image: url(../images/login_container-end.png);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 800px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color: #9b0000;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	width: 800px;
	margin-right: auto;
	height: 30px;
	line-height: 30px;
	margin-left: auto;
}
.content-title {
	font-family: "微軟正黑體", Arial;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #333333;
}
.content {
	font-size: 13px;
	font-family: "微軟正黑體", Arial;
	line-height: 20px;
	font-weight: normal;
	color: #33333;
}
.ps-title {
	font-family: "微軟正黑體", Arial;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
	letter-spacing: 2px;
}

.ps-tip {
	font-family: "Times New Roman", Times, serif, "新細明體";
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #555;
}

.ps-content {
	font-family: "微軟正黑體", Arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #555;
	letter-spacing: 1px;
}
.ps-red {
	font-family: "微軟正黑體", Arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #9B0000;
	letter-spacing: 1px;
}
.clear {
	clear: both;
}
