@charset "utf-8";
body {
	background-image: url(../images/bg01.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "微軟正黑體";
}

img {
	border:0px;
}

#wrapper {
}
#header {
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	clear: both;
	float: none;
	width: auto;
	height: 30px;
}
#head_link {
	width: 1190px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	text-align: right;
	color: #FFF;
	font-size: 13px;
	line-height: 30px;
	padding-right: 10px;
	letter-spacing: 1px;
}
#head_link a{
	color: #FFFFFF;
	text-decoration: none;
}
#head_link a:hover{
	color: #EEE;
}
#logo {
	height: 93px;
	width: 170px;
	text-align: center;
	margin-bottom: 20px;
}
#menu {
	text-align: center;
	margin-bottom: 20px;
}
.menu_title {
	line-height: 30px;
	background-color: #df0000;
	font-style: italic;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	background-image: url(../images/icon01.jpg);
	background-repeat: no-repeat;
	background-position: 40px 10px;
}
.menu_link {
	font-size: 14px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	display: block;
}
.menu_link a{
	text-decoration: none;
	color: #999;
}
.menu_link a:hover{
	text-decoration: none;
	color: #000;
}
.menu_link:hover{
	background-color: #eee;
}
#content {
	clear: both;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	overflow: hidden;
	height: auto;
}
#left {
	width: 170px;
	margin-right: 15px;
	margin-left: 15px;
	float: left;
}
#right {
	float: right;
	width: 1000px;
}

#foot_info {
	background-image: url(../images/foot_info_bg.jpg);
	clear: both;
	float: none;
	height: 40px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFFFFF;
	line-height: 22px;
	font-size: 13px;
	letter-spacing: 1px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0037a1;
	background-position: center center;
	background-repeat: no-repeat;
}
