@charset "UTF-8";


#loginbox {
	width: 100%;
	background-image: url(../../images/new/hedaer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#login-content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.company_name {	line-height: 50px; float:left; 	font-size: 1.8em;}
.mainKV {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#login-content  #login-primary {
	background-color: #FFFFFF;
	width: 805px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#login-primary   .column-left {
	width: 195px;
	float: left;
	background-image: url(../../images/new/sidebar_bg.jpg);
	background-position: right;
	position: relative;
	top: -3px;
	background-repeat: repeat-y;
	margin-right: 10px;
}
#login-primary .column-right {
	width: 150px;
	float: right;
	margin-right: 15px;
}
#login-primary .column-middle {
	float: left;
	margin-right: 10px;
}

#login-primary  .column-right  h2 {
	font-size: 100%;
	font-weight: bold;
	background-image: url(../../images/index_images/hr_home_01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 22px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#login-primary   .column-right .input01 {
	background-color: #FFFFFF;
	height: 18px;
	border: 1px solid #CCCCCC;
	font-size: 100%;
	color: #7A1501;
	width: 140px;
	margin-right: 10px;
	margin-bottom: 2px;
}

#login-primary .column-right a:hover {
	color: #C23200;
	text-decoration: underline;
}
.login_table th {
	text-align: right;
}
ul.AD_list li {
	/*background-image: url(../../images/new/link_bg.jpg);
	font-family: "標楷體";
	padding-left: 10px;
	background-color: #ee9319;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 1.2em;*/
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	display: block;
	border: 1px solid #d27d00;
	color: #9a4c00;
	
}
ul.AD_list img {
	height: 60px;
	width: 132px;
}
#newsInfoArea {
	background-image: url(../../images/new/infoNews_title.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	width: 288px;
	background-color: #f4f4f4;
	border: 1px solid #d8d8d8;
	margin-left: 15px;
} 

#newsInfoArea h1 {
	font-size: 18px;
	font-weight: normal;
	padding: 10px;
	margin-bottom: 15px;
	float: left;	
}
#newsInfoArea h2 {
	font-size: 13px;
	font-weight: normal;
	padding: 10px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif, "細明體";	
	float: right;	
}
#newsInfoArea ul {
	list-style-type: none;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	line-height: 28px;
	font-size: 13px;
	font-family: "新細明體";	
	color:#444444;
	clear: both;
}
#newsInfoArea ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
	margin-bottom: 6px;
}
#newsInfoArea ul li span.date {
	font-family: Arial, Helvetica, sans-serif, "細明體";
	font-size: 10px;
	line-height: 15px;
	background-image: url(../../images/new/icon_bg_date.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 70px;
	color: #b36900;
	display: block;
	text-indent: 5px;
	font-weight: bold;
}
input[type="text"] {
	line-height: 18px;
	height: 18px;
	width: auto;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666;
	font-family: "微軟正黑體";
	font-size: 1em;
}
/*.search {
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	height: 30px;
	width: 100px;
	padding: 5px;	
	float: left;
}*/


.headerFunction {float: right;}
.headerFunction > a > img {
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}
/***************select*******************/
   div.select {
	padding: 2px;
	border: 1px solid #d8d8d8;
	width: 130px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	background-color: #fff;
	line-height: 35px;
	color: #6e7379;
	position: relative;
	top: -2;
	left: 5px;
	font-size: 1.05em;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	z-index: 99;
	*height:32px;
    }
	div.select a {color: #6e7379;}
	div.select a img{
	float: right;
	*position:relative;
	*top: -37px;
}
    div.select > ul {
	display: none;
	list-style-type: none;
}
    div.select:hover > ul {display: block; background: #f9f9f9; border-top: 1px solid #975c25; width: 130px; *position:absolute; *top:20px; *left:70px; position: absolute; padding:1px;}
    div.select:hover > ul > li { display: block; padding: 5px; border-bottom: 1px solid #975c25; line-height: 22px; }
    div.select:hover > ul > li:hover { background: white; }
    div.select:hover > ul > li:hover > a { color: #333; }
