@charset "UTF-8";

#login-primary   .column-two {
	width: 765px;
	float: right;
	position: relative;
	top: -3px;
	margin-left: 5px;
}
.column-two h2 {
	font-size: 18px;
	font-weight: normal;
	color: #975c25;
	text-indent: 10px;
	margin-top: 20px;
}
#searchBox {
	margin-right: 30px;
	float: right;
	position: relative;
	left: 0px;/********不要動，這是基準*********/
}
#subTitle {
	margin-right: 6px;
	width: 100%;
	color: #000000;
	height: 32px;
}
#subTitle h1 {
	font-size: 24px;
	font-weight: normal;
	display: block;
	float: left;
	padding-left: 10px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #0dbd4f;
	line-height: 32px;
}

#subTitle .searchText {
	font-size: 18px;
	font-weight: normal;
	float: left;
	top: 0px;
	display: block;
}
#subTitle .searchText p > span {color:#8f5903;}
#subTitle .searchText_02 {
	float: left;
	font-size: 18px;
	font-weight: normal;
	position: relative;
	left: 80px;
	top: 0px;
	float:left;
}
#subTitle .searchText_02 p > span {color:#8f5903;}


	/* 分頁 */
.pageSwitch01 {
	_width: 92%;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 10px;
	width: 95%;
	clear: both;
	/*float: left;*/
	margin-bottom: 10px;
	text-align: right;
}

.pageSwitch01 ul {
	margin: 0px;
}
.pageSwitch01  ul  li    {
	display: inline;
}
.pageSwitch01  ul  li  a     {
	border: 1px solid #cecece;
	background: #FFF;
	line-height: 1.2;
	color: #666666;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
.pageSwitch01  ul  li  a:hover     {
	background-color: #CCCCCC;
	color: #000000;
}
.pageSwitch01  ul  li.current  a     {
	color: #FFFFFF;
	background-color: #0dbd4f;
	border: 1px solid #0dbd4f;
	text-decoration: none;
	font-weight: bold;
}

/* 分頁 end  */

/************企業最新資訊*****************/
.Info_lst {
	margin-right: 20px;
	line-height: 25px;
	color:#0dbd4f;
	clear: both;
}
.Info_lst ul {
	margin-right: 10px;
	margin-left: 0px;
	text-indent: 20px;
}
.Info_lst ul li {
	margin-top: 7px;
   *margin-top: 0px;			
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
	background-image: url(../../images/new/icon_li_01.jpg);
	background-repeat: no-repeat;
	background-position: 10px 11px;
	list-style-type: none;
}
.Info_lst ul li a{
	font-size: 15px;
	color: #333;
}
.Info_lst ul li a:hover{
	color: #0dbd4f;
	text-decoration:none;
}
.Info_lst ul li img {
	position: relative;
	left: -15px;
	top: 15px;
	display: block;
}
.Info_lst ul li a span.date {
	color: #b36900;
	font-size: 0.75em;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif, "細明體";
	margin-right:7px;
}
.Info_lst ul li span.times {
	color: #ccc;
	font-size: 0.9em;
	font-weight: 700;
	margin-right:7px;
}
/*************tabs****************/
.aboutUs_tab {
		clear: left;
		width: 96%;
		margin: 10px 0;
	}
	ul.tabs {
		width: 100%;
		height: 32px;
		border-bottom: 1px solid #999;
		border-left: 1px solid #999;
	}
	ul.tabs li {
	float: left;
	height: 31px;
	line-height: 31px;
	font-size: 1.2em;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	border: 1px solid #999;
	border-left: none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #fff;
	background-image: url(../../images/new/icon_li_01.jpg);
	background-repeat: no-repeat;
	background-position: 12px 13px;
	font-weight: bold;
	color: #975c25;
	letter-spacing: 2px;
	}
	ul.tabs li a {
		display: block;
		padding: 0 20px;
		color: #975c25;
		border: 1px solid #e1e1e1;
		text-decoration: none;
	}
	ul.tabs li a:hover {
	background: #e1e1e1;
	background-image: url(../../images/new/icon_li_01.jpg);
	background-repeat: no-repeat;
	background-position: 12px 13px;
	}
	ul.tabs li.active  {
	background: #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background-image: url(../../images/new/icon_li_01.jpg);
	background-repeat: no-repeat;
	background-position: 12px 13px;
	}
	ul.tabs li.active a:hover {
	background: #e1e1e1;
	background-image: url(../../images/new/icon_li_01.jpg);
	background-repeat: no-repeat;
	background-position: 12px 13px;
	}
	div.tab_container {
		clear: left;
		width: 100%;
		border: 1px solid #999;
		border-top: none;
		background: #e1e1e1;
		letter-spacing: 1px;
	}
	div.tab_container .tab_content {
		padding: 20px;
	}
	div.tab_container .tab_content h2 {
	font-size: 2em;
	color: #CCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
	
/*****************timeTable*********************/
#timeTable {
	margin-top: 10px;
	margin-bottom: 10px;
}
#timeTable div.year {
	font-size: 24px;
	font-weight:bold;
	color: #00a226;
	text-align: right;
	float: left;
	width: 15%;
}
#timeTable div.lst {
	float: right;
	text-align: left;
	width: 80%;
	line-height: 28px;
}
#timeTable div.lst ul li {list-style-type: none;}
#timeTable div.lst ul li a {color:#333;}
#timeTable div.lst ul li a:hover {
	text-decoration: underline;
	color: #00a226;
}

/***********分會****************/
.branch {
	margin: 15px;
}
.branch ul {	width:750px; }
.branch ul li {
	font-size: 2.2em;
	font-weight: 600;
	color: #00531b;
	background-image: url(../../images/new/branch_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
	height: 75px;
	width: 75px;
	margin-left: 15px;
	margin-top: 20px;
	list-style-type: none;
	padding: 25px;
	line-height: 30px;
	float: left;
}
.branch ul li a {color: #00531b; text-decoration:none;}
.branch ul li a:hover {color: #000; text-decoration:none;}

.dtl_content {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 93%;
	border-radius: 5px;
	border: 1px solid #cecece;
	background-color: #fff;
	background-image: url(../images/public/bg_02.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 28px;
}
.dtl_content span.title {
	background-color: #fff;
	background-image: url(../images/public/BC_bg.jpg);
	background-position: bottom;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	color: #00a226;
	line-height: 30px;
	padding-top:5px;
	padding-right: 20px;
	padding-left: 20px;
}
.subtitle {
	font-size: 30px;
	font-family: "微軟正黑體";
}
.dtl_content h1.date {
	font-size: 13px;
	font-weight: bolder;
	color: #e2027f;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 20px;
	padding-bottom: 2px;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
}
.dtl_content p {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom:10px;
	font-size: 1.2em;
	
}
.attachment {
	width: 600px;
	line-height: 25px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EBEBEB;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 20px;
}
.attachment img {
	float: left;
	position: relative;
	top: -25px;
	margin-right: 5px;
	display: block;
}
.attachment span {
	float: left;
	font-weight: bold;
	color: #7b2317;
}
.attachment ul {
	width: 80%;
}
.attachment ul li {
	display: inline-block;
	*display: inline;
	margin-left: 10px;
	background-image: url(../../images/new/icon_li_01.jpg);
	background-repeat: no-repeat;
	background-position: 12px 10px;
	text-indent: 20px;
	list-style-type: none;
}

/* BUTTONS */
.buttons a, .buttons button{
	display: block;
	float: left;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
	color: #333;
	cursor: pointer;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-position: bottom;
	background-image: url(../../images/new/BC_bg.jpg);
	border: 1px solid #ccc;
	background-repeat: repeat-x;
}
.buttons {
	padding: 0px;
	margin-bottom: 10px;  
	width: 100%;
	float: left;
	clear: both;
}

.buttons button{
	width:auto;
	overflow:visible; /* IE6 */
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}
.buttons button[type]{
	line-height:17px; /* Safari */
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}
*:first-child+html button[type]{
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}
.buttons button img, .buttons a img{
	padding:0;
	border:none;
	width:16px;
	height:16px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: -4px;
	margin-left: 0;
}

/* STANDARD */
button:hover, .buttons a:hover, .buttons a:active{
	background-color: #DFEDCB;
	border: 1px solid #339900;
	text-decoration: none;
	background-image: none;
	color: #336600;
}
.buttons a {
	color: #333;

}

/* 20140606 for超連結  */
.dtl_content p a {

        color: #00C;

        text-decoration: underline;

}

.dtl_content p a:hover {

        color: #960;

        text-decoration: underline;

}
