@charset "utf-8";
body {
	margin:0;
	padding:0;
	font-size: 12px;
	line-height:24px;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif
}
div, p, ul, img, li, form, input, textarea, select {
	padding:0;
	margin:0;
}
img {
	border:0;
}
ul {
	list-style:none;
}
a:link, a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#f00;
}
.red a:link,.red a:visited {
	color:#f00;
	text-decoration:none;
}
.red a:hover {
	text-decoration:underline;
	color:#f00;
}
.red {
	color:#f00;
}
/*Top部份*/
#top {
	width:950px;
	margin:0 auto;
	overflow: hidden;
}
.top-link-1 {
	height:31px;
	background: url(../images/top-bg-ok_02.jpg) no-repeat 0 0;
}
.top-link-1 p {
	width:229px;
	float:right;
	padding-top:3px;
}
.top-link-1 a {
	padding:0 5px;
}
.top-ad {
	height:86px;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	background: url(../images/top-ad-bg.gif) repeat-x 0 bottom;
}
.top-ad p {
	float:left;
}
.top-ad .p-1 {
	width:272px;
	padding-top:9px;
	text-align:center;
}
.top-ad .p-2 {
	padding:8px;
}
.top-link-2 {
	margin-top:8px;
	width:950px;
	height:63px;
	background: url(../images/link-2-bg.gif) no-repeat 0 0;
}
.top-link-2 .menu {
	text-align:center;
	font-size:14px;
	color:#e00014;
	padding-top:4px;
}
.top-link-2 .menu a:link, .top-link-2 .menu a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:0 13px;
}
.top-link-2 .menu a:hover {
	text-decoration:underline;
}
/*底部份*/
#footer {
	text-align:center;
	width:950px;
	margin:0 auto;
	margin-top:8px;
}
#footer p {
	color:#fff;
	margin-bottom:15px;
	line-height:22px;
	background:#d0111b;
	border:1px solid #b8b6b7;
	border-bottom:1px solid #000000;
}
#footer p a:link, #footer p a:visited {
	color:#fff;
	text-decoration:none;
	padding:0 6px;
}
#footer p a:hover {
	text-decoration:underline;
}
#footer b {
	font-weight:normal;
	color:#555;
}
#footer b a {
	font-weight: bold;
}

