﻿@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "微軟正黑體";
	background-image: url(../images/portal_images/bg.gif);
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.warrper {
	margin: auto;
	width: 990px;
	background-color: #FFF;
	position: relative;
	z-index: 0;
}
.header {
	height: 87px;
	width: 100%;
	position: relative;
	z-index: 0;
	background-image: url(../images/menu_images/header_bg.jpg);
}
.header .logo {
	display: block;
	height: 63px;
	width: 241px;
	position: absolute;
	z-index: 100;
	left: 18px;
	top: 20px;
	line-height: 5000px;
	overflow: hidden;
}
.mainbody {
	background-color: #e8f2f9;
	min-height: 466px;
	width: 100%;
	position: relative;
	z-index: 0;
	background-image: url(../images/portal_images/main_bg.jpg);
	background-repeat: no-repeat;
}
.mainbody .bg {
	height: 253px;
	width: 361px;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 50%;
	margin-top: -126px;
}

.mainbody .listBox {
	position: absolute;
	z-index: 100;
	top: 28px;
	right: 22px;
	display: block;
	font-size: 13px;
	line-height: 26px;
	color: #FFF;
	text-decoration: none;
	height: 26px;
	font-weight: bolder;
	text-align: center;
	width: 110px;
	background-image: url(../images/portal_images/list_btn.png);
}
.mainbody .listBox:hover {
	text-decoration: underline;
}
.mainbody .logoutBox {
	position: absolute;
	z-index: 100;
	left: 707px;
	top: 28px;
	font-size: 12px;
	color: #333;
	text-align: center;
	width: 200px;
	line-height: 30px;
	height: 30px;
	border: 1px dashed #D2D2D2;
}
.mainbody .logoutBox a {
	color: #0A784B;
	text-decoration: underline;
}
.mainbody .logoutBox a:hover {
	font-weight: bolder;
}

.mainbody .optionBox {
	float: right;
	width: 540px;
	margin-top: 110px;
	margin-right: 20px;
	margin-bottom: 50px;
}
.mainbody .optionBox .title {
	float: left;
	width: 540px;
	background-image: url(../images/portal_images/titleBg_10.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 10px;
}
.mainbody .optionBox .title .icon {
	float: left;
	height: 30px;
	width: 31px;
}
.mainbody .optionBox .title img.icon {
	display: none;
}
.mainbody .optionBox .title:hover img.icon {
	display: block;
}
.mainbody .optionBox .title .titler {
	height: 26px;
	margin-left: 10px;
	line-height: 25px;
}
.mainbody .optionBox .title .titler a {
	font-style: italic;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: bolder;
	display: block;
	padding-left: 10px;
}
.mainbody .optionBox .title .titler a:hover {
	text-decoration: underline;
}
.mainbody .optionBox .title .subtitler {
	font-size: 14px;
	color: #666;
	padding-left: 20px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.mainbody .optionBox .list {
	float: left;
	width: 508px;
}
.footer {
	height: 87px;
	width: 100%;
	position: relative;
	z-index: 0;
	background-image: url(../images/portal_images/footer_bg.jpg);
}
.footer .logo {
	display: block;
	position: absolute;
	z-index: 0;
	height: 48px;
	width: 212px;
	left: 64px;
	top: 23px;
}

.footer .info {
	position: absolute;
	z-index: 0;
	left: 29px;
	top: 24px;
	font-size: 12px;
	color: #FFF;
	width: 948px;
}
.footer .info a {
	color: #FFF;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
.footer .info a:hover {
	text-decoration: underline;
}
.footer .navisp {
	font-size: 12px;
	color: #FFF;
	position: absolute;
	z-index: 100;
	top: 19px;
	right: 22px;
	font-weight: bolder;
}
.footer .navisp a {
	color: #FFF;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
.footer .navisp a:hover {
	text-decoration: underline;
}
.mainbody .loginForm {
	background-color: #f3f3f3;
	float: right;
	width: 332px;
	margin-top: 100px;
	margin-right: 80px;
	border: 1px solid #e5e5e5;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	margin-bottom: 50px;
}
.mainbody .loginForm form {
	margin: 0px;
	padding: 0px;
}
.mainbody .loginForm th {
	text-align: right;
	color: #666;
	font-size: 14px;
}
.mainbody .loginForm td {
	line-height: 24px;
}
.mainbody .loginForm input[type=text] {
	line-height: 22px;
	background-color: #FFF;
	height: 22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #999;
	padding-right: 7px;
	padding-left: 7px;
}