@charset "utf-8";
body {
	background-color: #F7EDD4;
	font-family: "微軟正黑體", Verdana;
	font-size: small;
	letter-spacing: 0.2em;
	/* [disabled]background-image: url(../images/bg_gif.gif);*/
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: 400px -10px; */
}
* {
	margin: 0px;
	padding: 0px;
}
#bg {
	background-image: url(../images/bg_gif.gif);
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: 250px -10px;
}
#wrapper {
	background-image: url(../images/bg.png);
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#left {
	width: 250px;
	float: left;
}
#logo {
	margin-top: 45px;
	height: 120px;
}
#logo a {
	text-indent: -9999px;
	display: block;
	height: 100%;
	width: 100%;
}
#right {
	width: 750px;
	float: left;
}
#link {
	margin-top: 35px;
	height: 280px;
}
#menu {
	list-style-type: none;
}
#menu li {
	height: 40px;
	width: 100%;
}

#menu li a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
}

#footer {
	height: 30px;
	padding-top: 120px;
}
#footer_content {
	background-color: #C7AA78;
	color: #635238;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	/* [disabled]width: 970px; */
	margin-right: auto;
	margin-left: auto;
}
