@charset "utf-8";
/* CSS Document */
* {height:100%}
div * {height:auto;}
p   * {height:auto}
pre * {height:auto}
html {
	overflow-x:hidden;
}
body {
	width:100%;
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:1px;
	line-height:180%;
	color:#222;
	background:#521B20;
	height:100%;
}

img {
	border:0;
	vertical-align:middle;
}

a{
outline: none; /* for Firefox */
hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
a {
	color:#888;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}

p {
	margin:0;
	padding:0;
}
#container {
	position:absolute;
	width:100%;
	height:100%;
	background:#521B20;
	text-align:left;
}

/* 首頁
-------------------------------------------------------------*/

#index_maincontent {
	width:760px;
	height:500px;
	margin:0;
	padding:0;
	background:url(/images/index_c3.gif) left top no-repeat;
}
#index_logo {
	position: absolute;
	top:66px;
	left:70px;
	width:266px;
	height:150px;
}
#index_logo_b {
	position: absolute;
	bottom:16px;
	right:20px;
	width:240px;
	height:49px;
	z-index:20;
	background:url(../images/index_logo_b_c.png) left top no-repeat;
}
#indx_menu {
	position: absolute;
	top:118px;
	left:338px;
	height:70px;
	width:376px;
	border-left:solid 1px #fff;
	background:url(/images/index_copyright_c.png) top left no-repeat;
}

#indx_menu a {
	display:block;
	margin-left:10px;
	height:27px;
	width:232px;
	background:url(/images/index_a.png) left top no-repeat;
}

#indx_menu a:hover{
	background:url(/images/index_a.png) left -27px no-repeat;
}


#index_footer {
	position:absolute;
	bottom:20px;
	left:20px;
	right:20px;
	z-index:4;
	color:#ddd;
	letter-spacing:0px;
	font-size:11px;
	line-height:160%;
}

#footer_powered {
	display:inline;
	float:right;
	margin-top:-20px;
	margin-right:5px;
	color:#99575C;
}
#index_footer #footer_menu {
	margin:0;
	padding:0;
	width:300px;
	height:30px;
	font-size:11px;
	line-height:30px;
	display:block;
}
#index_footer #footer_menu a{
	color:#EFE8BC;
	font-weight:normal;
	text-decoration: none;
}
#index_footer #footer_menu a:hover{
	color:#fff;
	font-weight:normal;
	text-decoration: none;
}
#index_footer #footer_powered a{
	color:#99575C;
	font-weight:normal;
	text-decoration: none;
}
#index_footer #footer_powered a:hover{
	color:#fff;
	font-weight:normal;
	text-decoration: none;
}
#index_footer #footer_copyright {
	margin:0;
	display:block;
	font-size:11px;
	padding-right:20px;
}

#index_footer #footer_copyright p{
	margin:0;
	padding:0;
}
#index_footer #footer_copyright a{
	color:#EFE8BC;
	font-weight:normal;
	text-decoration: none;
}
#index_footer #footer_copyright a:hover{
	color:#fff;
	font-weight:normal;
	text-decoration: none;
}