@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: "Arial Unicode MS", "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9a635e;
	text-align: center;
}
img {
	vertical-align: middle;
}
#deco_top {
	background: url(/img/head/bk.gif) repeat-x;
	height: 5px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5; 
}
#mainbody {
	width: 870px;
	margin: 0 auto 0;
	text-align: left;
}
#mainbody:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#deco_line {
	background: url(/img/head/deco_bottom.gif) repeat-x;
	height: 5px;
	width: 100%;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	position: absolute;
	left: 0px;
	z-index: 50;
	margin-top: -90px;
}
#menulist {
	width: 145px;
}
#menulist:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#menulist ul, #menulist ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menulist ul {
}
#menulist ul li {
	width: 145px;
	height: 64px;
}
#content {
}
#toolbar {
	margin-top: 40px;
	height: 13px;
	line-height: 13px;
}
#top_link {
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#top_link li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#top_link li a {
	color: #a78d90;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 8px;
	background: url(/img/head/toolbar_line.gif) right top repeat-y;
	font-size: 13px;
}
#top_link li a.endli {
	background: none;
}
#footer {
	clear: both;
	height: 121px;
	background: url(/demo/bk.png) repeat-x left top;
}
#footer_msg {
	width: 870px;
	height: 121px;
	margin: 0 auto 0;
	background: url(/demo/main_bk.png) no-repeat left top;
}
#footer div {
	color: #c4a6a8;
	font-size: 13px;
}
#copyright {
	float: left;
	text-align: left;
}
#cabshow {
	float: left;
	margin-left: 80px;
}
#CAB_logo {
	background: url(/demo/logo.gif) no-repeat;
	width: 80px;
	height: 85px;
	position: absolute;
	z-index: 10;
	left: 50%;
	margin-left: -400px;
	margin-top: -50px;
}
#msg_box {
	height: 58px;
}
#contact_show {
	position: absolute;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: url(logo_bk.png) no-repeat left center;
	height: 60px;
	left: 50%;
	margin-top: -80px;
	margin-left: -290px;
}
#contact_addr {
	padding-top: 60px;
	text-align: left;
	line-height: 25px;
	margin-left: 150px;
	color: #FFF;
}
#contact_copyright {
	text-align: left;
	line-height: 25px;
	margin-left: 150px;
	color: #FFF;
}
#CAB_link {
	width: 300px;
	height: 130px;
	display: block;
	left: 50%;
	margin-left: 135px;
	position: absolute;
}
#contact_show li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	margin-top: 30px;
	margin-left: 8px;
	color: #5a5a5a;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}
#contact_show li a {
	color: #5a5a5a;
	text-decoration: none;
}
#contact_show li b {
	background: #875b5c;
	color: #FFF;
	margin-right: 6px;
	padding-left: 6px;
	padding-right: 6px;
}