@charset "utf-8";
/* CSS Document */

body {
	background-color: #a37c56;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/index_bar.gif);
	background-position:center top;
	background-repeat: no-repeat;
	z-index:12;
}
#index {
	position: relative;
	width: 1000px;
	height: 1100px;
	margin: 0 auto;
	top: 78px;
	background-image: url(images/bg.jpg);
}
#logo {
	position: absolute;
	width:162px;
	height:302px;
	left: 0px;	
}
#menu {
	position: absolute;
	width:220px;
	height:273px;
	left: 750px;
    top: 60px;
}
#shop_show {
	position: absolute;
	width:450px;
	height:399px;
	left: 268px;
	top: -45px;
}

#do {
	position: absolute;
	width:395px;
	height:125px;
	left: 500px;
    top: 290px;
}
#txt {
	position: absolute;
	width: 430px;
	height: 235px;
	top: 340px;
	left: 52px;
}
#media {
	position: absolute;
	width:500px;
	height:200px;
	top: 597px;
	left: 25px;
	font-size: 12px;
	color: #F33;
	letter-spacing: 1px;
}

/*用於跑馬圖片*/
* { margin:0; padding:0; list-style:none;}
.table { margin:0 auto; border:0px solid #f1f1f1; padding:0px; width:500px; height:200px; overflow:hidden;}
.inner { width:220px; height:200px;}
.table .marquee { display:inline; float:left; margin-left:1px; margin-bottom:0px;}
.marquee { border:0px solid #f1f1f1; width:500px; height:200px; overflow:hidden; line-height:30px;}
/*.marquee li { width:100px; height:100px; text-align:center;}*/
.marquee li img { margin-right:1px;margin-top:1px;}
.level li { float:left;}

#video {
	position: absolute;
	width:425px;
	height:318px;
	top: 430px;
	left: 554px;
	font-size: 12px;
	color: #F00;
	letter-spacing: 1px;
	font-weight: bold;

}
#footer {
	width: 730px;
	position: absolute;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 20px;
	color: #4d2c06;
	left: 100px;
	top: 780px;

}
#bar {
	position: absolute;
    width:100%;
	height:78px;
	background-image: url(images/index_bar.gif);
}




.c12 {
	font-size: 12px;
	line-height: 18px;
	color: #4d2c06;
	letter-spacing: 1px;
}
.r12b {
	font-size: 12px;
	line-height: 18px;
	color: #FF6600;
	letter-spacing: 1px;
	font-weight: bold;
}

.n11 {
	font-size: 9px;
	line-height: 18px;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif
}

a:link {
	color: #4d2c06;
	text-decoration: none;
}
a:visited {
	color: #4d2c06;
	text-decoration: none;
}
a:hover {
	color: #4d2c06;
	text-decoration: underline;
}
