﻿@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	background-image: url(/forexSample/images/bk.jpg);
	font-family: "微軟正黑體", "細明體", "Arial Unicode MS";
}
#wapper{
	width:80%;
	height:770px;
	background-color:#FFF;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #990000;
	}
#logo{
	height: 85px;
	margin-top:10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-position: 20px;
	background-color:#FFF;
	}
#MenuArea > div{
	margin-top:3px;
	float:left;
	height: 280px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
    }
#MenuArea_Image{
	background-image: url(/employ/RecruitsSys/images/MainImage.jpg);
	background-repeat: no-repeat;
	width: 888px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	}
#MenuArea_TopMenu {
	width:200px;
	background-color:#757575;
}
#MenuArea_TopMenu ul li {
	margin-left: -40px;
	color: #FFF;
	list-style-type: none;
	text-indent: 20px;
	background-image: url(/employ/RecruitsSys/images/arrow.png);
	background-repeat: no-repeat;
	background-position: 160px;
    padding-top: 15px;
	padding-bottom: 15px;
}
#MenuArea_TopMenu ul li a {
	color: #FFF;
	text-decoration: none;
	padding-bottom: 10px;	
}
#MenuArea_TopMenu ul li a:hover{
	color: #88B9E1;
}
.line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;	
}
#Main{
	width:1089px;
	background-color:#eae9e9;
	padding-top: 0px;
	padding-bottom: 30px;
	margin-top: 0px;
	-webkit-border-bottom-right-radius: 10px;
   -webkit-border-bottom-left-radius: 10px;
   -moz-border-radius-bottomright: 10px;
   -moz-border-radius-bottomleft: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   clear:both;
	}
#copyright{
	font-size:13px;
	text-align:center;
	width:1089px;
	color:#FFF;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;	
	}