@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: 130px;
}
#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: 130px;
	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: 10px;
	padding-right: 11px;
	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: 163px;
	background: url(/img/foot_bk.gif) repeat-x left top;
}
#footer_msg {
	width: 870px;
	height: 163px;
	margin: 0 auto 0;
	background: url(/img/foot.jpg) 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(/img/CAB.gif) no-repeat;
	width: 66px;
	height: 69px;
	position: absolute;
	z-index: 10;
	left: 50%;
	margin-left: 350px;
	margin-top: -104px;
}
#msg_box {
	height: 58px;
}
#contact_show {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left: 60px;
	padding-top: 35px;
}
#contact_addr {
	clear: both;
	text-align: left;
	margin-left: 20px;
	margin-top: 80px;
}
#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-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;
}