﻿@charset "utf-8";
/* CSS Document */
@import url("radius-box.css");
@import url("jquery-tab.css");
@import url("jquery-fancybox.css");
body {
	margin: 0;
	padding: 0;
	font-family: 新細明體, Arial, Helvetica, sans-serif;
	background-color:#d6d6d6;
}
#MainFrame{
	width:990px;
	margin:auto;
	margin-top:-20px;
	background-color:#fff;	
}
#iFrame{
	width:100%;
	margin:auto;
	margin-top:-20px;
	padding-top:3pt;
	background-color:#fff;	
}
img{border:none;}

/*Header----------------------------------------------------*/
#Header {
	position:relative;
	height:130px;
	/*border-bottom:#d3d6d6 solid 1px;
	background-image:url(/lishin/imgs/menu_logo/header_bg.gif);
	background-repeat:repeat-x;*/
}

#Logo {
	position: absolute;
	margin: 0;
	left:0px;
	}
#TopRightMenu {/*選單*/
	position: absolute;
	color:#000;
	margin: 0;
	left:397px;
	top:35px;
	width:550px; 
}
#TopRightMenu h3{
	font-size:12px;
	color:#3092a4;
	font-weight:normal;
}
#TopRightMenu h3 a{	
    text-decoration:none;
	color:#3092a4;
	}
#TopRightMenu h3 a:hover{
	text-decoration:underline;
	}
#TopRightMenu .SearchBtn{width:130px; height:25px; background-image:url(/lishin/imgs/index_search_01.gif); font-size:12px; margin-left:5px; line-height:25px;
background-repeat:no-repeat; border:none; border-color:#FFF; color:#979797; font-family:Arial, Helvetica, sans-serif; padding-left:8px;}

/*Header主選單--------------------------------------*/
#TopMenu {
		position: absolute;
		top: 87px;
		left: 0;
		width: 990px;
		background-image:url(/lishin/imgs/menu_logo/TopMenu_bg.gif);
		background-repeat:repeat-x;
	}
#TopMenu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		padding-left:30px;
	}
#TopMenu li {
		float: left;
		width: 118px;
		height:43px;
		margin: 0;
		background-repeat:no-repeat;
		text-indent:-9999px;
		background-position:left top;
	}
#TopMenu li a {
		display: block;
		width: 118px;
		font-size:13px;
		height:43px;
		color: #000;
		text-decoration: none;
		text-indent:-9999px;	
	}
#TopMenu li.Link{background-position:left bottom;}

#TopMenu li.Menu1 {background-image:url(/lishin/imgs/menu_logo/TopMenu_01.gif);width:118px;}
#TopMenu li.Menu2 {background-image:url(/lishin/imgs/menu_logo/TopMenu_02.gif);width:118px;}
#TopMenu li.Menu3 {background-image:url(/lishin/imgs/menu_logo/TopMenu_03.gif);width:118px;}
#TopMenu li.Menu4 {background-image:url(/lishin/imgs/menu_logo/TopMenu_04.gif);width:118px;}
#TopMenu li.Menu5 {background-image:url(/lishin/imgs/menu_logo/TopMenu_05.gif);width:118px;}
#TopMenu li.Menu6 {background-image:url(/lishin/imgs/menu_logo/TopMenu_06.gif);width:118px;}
#TopMenu li.Menu7 {background-image:url(/lishin/imgs/menu_logo/TopMenu_07.gif);width:118px;}
#TopMenu li.Menu8 {background-image:url(/lishin/imgs/menu_logo/TopMenu_08.gif);width:117px;}
#TopMenu li.Menu9 {background-image:url(/lishin/imgs/menu_logo/TopMenu_08.gif);width:118px;}
#TopMenu li.Menu10 {background-image:url(/lishin/imgs/menu_logo/TopMenu_01.gif);width:117px;}

#TopMenu li.Menu1 a:hover {background-image:url(/lishin/imgs/menu_logo/TopMenu_01.gif);}
#TopMenu li.Menu2 a:hover {background-image:url(/lishin/imgs/menu_logo/TopMenu_02.gif);}
#TopMenu li.Menu3 a:hover {background-image:url(/lishin/imgs/menu_logo/TopMenu_03.gif);}
#TopMenu li.Menu4 a:hover {background-image:url(/lishin/imgs/menu_logo/TopMenu_04.gif);}
#TopMenu li.Menu5 a:hover {background-image:url(/lishin/imgs/menu_logo/TopMenu_05.gif);}
#TopMenu li.Menu6 a:hover {background-image:url(/lishin/imgs/menu_logo/TopMenu_06.gif);}
#TopMenu li.Menu7 a:hover {background-image:url(/lishin/imgs/menu_logo/TopMenu_07.gif);}
#TopMenu li.Menu8 a:hover {background-image:url(/lishin/imgs/menu_logo/TopMenu_08.gif);}
#TopMenu li.Menu9 a:hover {background-image:url(/lishin/imgs/menu_logo/TopMenu_08.gif);}
#TopMenu li.Menu10 a:hover {background-image:url(/lishin/imgs/menu_logo/TopMenu_01.gif);}
#TopMenu li a:hover {
		background-position:left bottom;
		background-repeat:no-repeat;
	}
/* 內容--------------------------------------*/
/*主要內容框線版型1*/
.main_contain1 {
	float:left;
	width:682px;
	padding-bottom:25px;
	margin: 0 auto;
	background-image:url(/lishin/imgs/registration/register_txt_bg.gif);
	background-position:left bottom;
	margin-bottom:40px;
	margin-left:12px;
	}
.main_contain1 h2 {
	background-image:url(/lishin/imgs/registration/register_txt_bg.gif);
	padding-top:30px;
	padding-left:20px;
	height:30px;
}
.main_contain1 h3 {
	padding-top:20px;
	padding-bottom:5px;
	padding-left:20px;
	height:30px;
}
.main_contain1 p {
	padding-left:40px;
	font-size:12px;
	padding-right:40px;
	line-height:20px;
	color:#626262;
}	
.main_contain1 ol{ padding-left:50px; padding-right:40px;}	
.main_contain1 ol li{ font-size:12px;line-height:22px; padding-bottom:15px;}	

/*主要內容版型2*/
.main_contain2{
	width:970px;
	margin-left:auto;
	margin-right:auto;
	border:1px;
}

/*全寬度、置中、無邊框*/
.width_full_table{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border:0px;
	border-spacing:0px;
}

.normal_text{
	font-family: Arial;
	font-size: 13px;
	color: #626262;
	line-height: 1.5em;
}	
#News{/*入口頁_最新消息*/
	position:absolute;
	left:620px;
	width:370px;
	height:145px;
	top:0;
	}
#News dl{clear: both;margin: 0;}
#News dt{clear: both;float: left;font-size:12px;color:#4a6282;width:230px; padding-left:42px; padding-top:5px; line-height:18px;white-space: nowrap;
text-overflow: ellipsis;overflow: hidden; padding-right:5px;}
#News dt a{ color:#4a6282; text-decoration:none;}
#News dt a:hover{ text-decoration:underline;}
#News dd{ font-size:11px; color:#79a7c4; font-family:Arial, Helvetica, sans-serif;padding-top:5px;line-height:18px;}

#Course{/*入口頁_課程講座*/
	position:absolute;
	left:620px;
	width:370px;
	height:115px;
	top:145px;
	}
#Course dl{clear: both;margin: 0;}
#Course dt{clear: both;float: left;font-size:12px;color:#4a6282;width:230px; padding-left:42px; padding-top:6px; line-height:18px;white-space: nowrap;
text-overflow: ellipsis;overflow: hidden; padding-right:5px;}
#Course dt a{ color:#4a6282; text-decoration:none;}
#Course dt a:hover{ text-decoration:underline;}
#Course dd{ font-size:11px; color:#79a7c4; font-family:Arial, Helvetica, sans-serif;padding-top:6px;line-height:18px;}

#ContentLink{/*入口頁_進入網頁_線上諮詢*/
	position:absolute;
	left:645px;
	width:320px;
	height:52px;
	top:262px;
}
	
#MemberContent{ /*內頁首頁_內容*/
	height:auto;
	background-color:#fff;
	position:relative;
}
/*左邊選單*/
#MemberContentMenu{/*內頁首頁_選單*/
    float:left;
	width:220px;
	background-color:#fff;
	padding-left:30px;
}
		
/*左邊選單內容*/
.MemberBoxTop {
	width:220px;
	margin: 0 auto;
	background-image:url(/lishin/imgs/frame_skin/left_menu_top.gif);
	background-position:left bottom;
	margin-top:15px;
	padding-bottom:0px;
	height:15px;
}		
.MemberBoxFoot {
	width:220px;
	margin: 0 auto;
	background-image:url(/lishin/imgs/frame_skin/left_menu_foot.gif);
	background-position:left bottom;
	padding-bottom:0px;
	height:15px;
}
.MemberBox {/*內頁首頁_選單框*/
	width:220px;
	margin: 0 auto;
	margin-top:-5px;
	background-image:url(/lishin/imgs/frame_skin/left_menu_body.gif);
	background-position:left bottom;
	padding-bottom:10px; 
} 
.MemberBox h2 {
	background-image:url(/lishin/imgs/frame_skin/left_menu_body.gif);
	padding-top:20px;
	padding-left:13px;
}
.MemberBox ul {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	width:190px;
	margin:0 auto;
	
}
.MemberBox ul li{
	height:30px;
	background-position:left bottom;
	background-image:url(/lishin/imgs/menu_logo/menu_logo_menu_second_bg.gif); background-repeat:no-repeat;	
}
.MemberBox ul li a{
	display:block;
	/*text-indent:-9999px;*/
	height:30px;
	
}
.MemberBox ul li a:hover{background-position:left bottom;}

.LiftMenuBgLink{color:#666; text-decoration:none; font-size:13px; background-position:left bottom; color:#FFF; line-height:30px; padding-left:20px;}
.MemberBox ul li.LiftMenuBg a{ background-image:url(/lishin/imgs/menu_logo/menu_logo_menu_second_bg.gif); background-repeat:no-repeat; color:#074c83; font-size:13px; line-height:30px; padding-left:20px; text-decoration:none;}
.MemberBox ul li.LiftMenuBg a:hover{ background-image:url(/lishin/imgs/menu_logo/menu_logo_menu_second_bg.gif); background-repeat:no-repeat;background-position:left bottom;color:#fff;text-decoration:none;}

/*左側選單_第三層*/
.LiftMenuthird a{ padding-left:30px; color:#67a85e; font-size:12px; text-decoration:none; line-height:30px; 
background-image:url(/lishin/imgs/menu_logo/menu_sq.gif); background-repeat:no-repeat; background-color:#FFF;}
.LiftMenuthird a:hover{ color:#3e94d8; font-size:12px; text-decoration:underline;}
.Banner{ 
	/*圓角 上右下左*/
	-webkit-border-radius:8px 8px 8px 30px;/* Safari and Chrome */
	-moz-border-radius:8px 8px 8px 30px;/* Firefox */
	border-radius: 8px 8px 8px 30px;/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*讓IE8以下版本支援*/
	behavior: url("/lishin/js/PIE.htc");
}
.LogoTickerBox{ 
	height:200px;
	width:990px;
	/*圓角 上右下左*/
	/*20140417 PM要求取消左下角圓角效果*/
	/*圓角 上右下左*/
	/*-webkit-border-radius:0px 0px 0px 30px;/* Safari and Chrome */
	/*-moz-border-radius:0px 0px 0px 30px;*//* Firefox */
	/*border-radius:0px 0px 0px 30px;*//* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*讓IE8以下版本支援*/
	/*behavior:url("/lishin/js/PIE.htc");*/
　　table-layout: fixed;
	overflow:hidden; 
}
.LogoTickerBoxSmall{  
	width:170px;
	margin:0 auto;  
	text-align: center;
	background-position:left bottom;
	padding-top:25px;
	padding-bottom:0px;
}
#MemberContentNews{/*內頁首頁_快報*/
	 float:left;
	 width:510px;
	 background-color:#fff;
	}
.MemberContentNews_News {/*內頁首頁*/
    float:left;
	width:510px;
	background-color:#fff;
	padding-bottom:5px;
}

.MemberContentNews_News_area01 {/*壢新快報*/
    float:left;
	width:750px;
	height:150px;
}
.MemberContentNews_News_area01 h2 { padding-top:22px;}
.MemberContentNews_News_area01 .img{ height:130px; width:127px; background-image:url(/lishin/imgs/menu_logo/menu_logo_news_img_bg.gif); background-repeat:no-repeat; margin-left:20px; margin-top:8px; padding-top:6px; padding-left:8px; float:left;}
.MemberContentNews_News_area01 .list{ height:130px; width:570px; float:left;margin-left:10px; margin-top:8px;}
.MemberContentNews_News_area01 .list h3{ font-size:14px; color:#79a7c4; line-height:15px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.MemberContentNews_News_area01 .list h3 a{ font-size:14px; color:#007CC3;text-decoration:none;font-weight:normal;}
.MemberContentNews_News_area01 .list h3 a:hover{ text-decoration:underline;}
.MemberContentNews_News_area01 .list p{ font-size:12px; color:#666666; line-height:20px;}
.MemberContentNews_News_area01 .list h5{ font-size:12px; color:#666666; line-height:15px; font-weight:normal; padding-top:0px;}
.MemberContentNews_News_area01 .list h5 a{ font-size:12px; color:#666666;text-decoration:none;}
.MemberContentNews_News_area01 .list h5 a:hover{ text-decoration:underline;}
.MemberContentNews_News_area01 .list  a{ font-size:13px; color:#666666;text-decoration:none;}
.MemberContentNews_News_area01 .list  a:hover{ text-decoration:underline;}

.MemberTag{ height:30px; width:455px; border-bottom:solid 1px #dedede; margin-left:20px;}

.MemberTag ul li{ float:left; height:30px; width:70px; background-repeat:no-repeat;text-indent:-9999px; padding-right:3px;}
.MemberTag ul li a{display:block; text-indent:-9999px; height:30px;}
.MemberTag ul li a:hover{background-position:left bottom;}
.MemberTag ul li.tag01 a{ background-image:url(/lishin/imgs/menu_logo/menu_logo_tag1.gif);}
.MemberTag ul li.tag02 a{ background-image:url(/lishin/imgs/menu_logo/menu_logo_tag2.gif);}
.MemberTag ul li.tag03 a{ background-image:url(/lishin/imgs/menu_logo/menu_logo_tag3.gif);}

.MemberTag ul li.tag01{ background-image:url(/lishin/imgs/menu_logo/menu_logo_tag1.gif);background-position:left bottom;}
.MemberTag ul li.tag02{ background-image:url(/lishin/imgs/menu_logo/menu_logo_tag2.gif);background-position:left bottom;}
.MemberTag ul li.tag03{ background-image:url(/lishin/imgs/menu_logo/menu_logo_tag3.gif);background-position:left bottom;}

#MemberContentNews_News_area02 dl{clear: both;margin: 0;}
#MemberContentNews_News_area02 dt{clear: both;float: left;font-size:12px;color:#666666;width:370px; padding-left:42px; padding-top:8px; line-height:18px;white-space: nowrap;
text-overflow: ellipsis;overflow: hidden; padding-right:5px; background-image:url(/lishin/imgs/menu_logo/tag_sq.gif); background-repeat:no-repeat;}
#MemberContentNews_News_area02 dt a{ color:#666666; text-decoration:none;}
#MemberContentNews_News_area02 dt a:hover{ text-decoration:underline;}
#MemberContentNews_News_area02 dd{ font-size:11px; color:#79a7c4; font-family:Arial, Helvetica, sans-serif;padding-top:8px;line-height:18px;}
.more{ text-align:right;  padding-top:1px; padding-right:20px;}
.more a{ text-decoration:none; color:#215DA9;font-size:13px;font-weight:bold;line-height:120%;}


#MemberContentNews_RightMenu {/*內頁首頁_右側選單*/
    float:left;
	width:200px;
	background-color:#fff;
	padding-bottom:25px;
	padding-right:30px;
	padding-top:22px;
}
#MemberContentNews_RightMenu h5 {
	text-align:right;
	padding-right:20px;
	font-size:12px;
	font-weight:normal;
	color:#074c83;
	}
#MemberContentNews_RightMenu h5 a{color:#074c83;text-decoration:none;}
#MemberContentNews_RightMenu h5 a:hover{color:#074c83;text-decoration:underline;}
.MemberContentNews_RightMenuBox {/*內頁首頁_右側選單Bg*/
	width:200px;
	margin: 0 auto;
	background-image:url(/lishin/imgs/menu_logo/right_menu_bg.gif);
	background-repeat:no-repeat;
	background-position:center center;
	padding-bottom:15px;
}
.MemberContentNews_RightMenuBox h2 {
	background-image:url(/lishin/imgs/menu_logo/right_menu_bg.gif);
	background-repeat:no-repeat;
	padding-left:50px;
}
.MemberContentNews_RightMenuBox ul li.RightMenu{width:145px;height:44px;padding-left:2px;}

/*快速連結標題*/
.QuickLinkTitle{
	float:left;
	padding-top:18px;
	padding-left:23px;
	height:37px;
	width:395px;
	float:left;
	font-size:20px;
	font-weight:bold;
	color:#5F7EAD;
	font-family:"Microsoft JhengHei","微軟正黑體","Microsoft YaHei","微软雅黑","helvetica","Times New Roman","PMingLiU","新細明體","MingLiU","細明體",sans-serif,serif;
}
/*各內頁--------------------------------*/
/*右側主要內容區*/
.PageContent {/*各內頁內容*/
    float:left;
	width:710px;
}

.PageContentHeader {
	float:left;
	padding-top:18px;
	padding-left:23px;
	height:37px;
	width:300px;
	font-size:20px;
	font-weight: bold;
	color:#012578;
	font-family:"Microsoft JhengHei","微軟正黑體","Microsoft YaHei","微软雅黑","helvetica","Times New Roman","PMingLiU","新細明體","MingLiU","細明體",sans-serif,serif;
} 

.PageContentBottomLine {	
	/*background-color:#C9C9C9;
    width:715px;
    position:relative;
    margin-left:15px;
    z-index:1; */
	/*20140421應PM要求修改樣式 lesley*/
	border:0;
    margin-left:15px;
	width:97%;
	color:#C9C9C9;
	background-color:#C9C9C9;
	height:1px;
}
.PageContentLink h5{	           
	height:17px;
    text-align:right;
	color:#074c83;
	font-size:12px;
	font-weight:normal;
	padding-right:40px;
	padding-top:7px;
}
.PageContentLink h5 a{color:#074c83; text-decoration:none;}
.PageContentLink h5 a:hover{ text-decoration:underline;}
.PageContentBanner{ width:725px; height:191px;float:left; padding-left:15px;}
.PageContentMenu{ width:700px; height:36px; background-image:url(/lishin/imgs/about/about_banner_menubg.gif); background-repeat:no-repeat;}
.PageContentMenu ul{ padding-left:18px;}
.PageContentMenu ul li{float:left; font-size:13px; line-height:36px; width:80px; text-align:center; background-image:url(/lishin/imgs/about/about_menu.gif); background-repeat:no-repeat;}
.PageContentMenu ul li a{display:block;color:#fff; text-decoration:none;background-image:url(/lishin/imgs/about/about_menu.gif); background-repeat:no-repeat}
.PageContentMenu ul li a:hover{color:#fdd600; background-position:left bottom;}
.PageLink{ background-position:left bottom; color:#fdd600;}
.PageContentTxt {
	float:left;
	width:670px;
	padding-top:20px;
	padding-left:45px;
	padding-bottom:40px;
	}
.PageContentTxt h2{ font-size:16px; color:#79a7c4; line-height:35px;}
.PageContentTxt p{font-size:12px; color:#666666; line-height:24px; padding-right:25px; }

.RegistrationContentTxt {
	float:left;
	width:682px;
	padding-bottom:25px;
	margin: 0 auto;
	background-image:url(/lishin/imgs/registration/register_txt_bg.gif);
	background-position:left bottom;
	margin-bottom:40px;
	margin-left:12px;
	}
.RegistrationContentTxt h2 {
	background-image:url(/lishin/imgs/registration/register_txt_bg.gif);
	padding-top:30px;
	padding-left:20px;
	height:30px;
}
.RegistrationContentTxt h3 {
	padding-top:20px;
	padding-bottom:5px;
	padding-left:20px;
	height:30px;
}
.RegistrationContentTxt p {
	padding-left:40px;
	font-size:12px;
	padding-right:40px;
	line-height:20px;
	color:#626262;
}	
.RegistrationContentTxt ol{ padding-left:50px; padding-right:40px;}	
.RegistrationContentTxt ol li{ font-size:12px;line-height:22px; padding-bottom:15px;}	
.color_d16c09{color:#d16c09;}
.color_626262{color:#626262;}	


/*Department-----------------------------------*/
.DepartmentBox {
	float:left;
	width:680px;
	padding-bottom:15px;
	margin: 0 auto;
	background-image:url(/lishin/imgs/department/department_txt_bg.gif);
	background-position:left bottom;
	margin-bottom:15px;
	margin-left:10px;
}
.DepartmentBox h2 {
	background-image:url(/lishin/imgs/department/department_txt_bg.gif);
	height:35px;
	padding-left:25px;
	padding-top:10px;

}
.DepartmentBox ul {	
	list-style:none;
	margin:0;
	padding:0;
	margin-left:10px;
	}
.DepartmentBox ul li{
	float:left;	
	height:31px;
	background-image:url(/lishin/imgs/department/department_text_bg.gif);
	background-repeat:no-repeat;
	font-size:12px;
	padding-bottom:5px;
	}
.DepartmentBox ul li a{display:block;width:140px; margin-right:5px; padding-left:20px; line-height:30px; color:#265b85; text-decoration:none; }
.DepartmentBox ul li a:hover{color:#f68e12; text-decoration:underline;}
#area{ width:740px; float:left; padding-bottom:25px;}




/* Footer--------------------------------------*/
.clear{
	clear:both;
	}
#Footer{ 
	clear:both;
	height:102px; 
	background-color:#000;
	background-image:url(/lishin/imgs/footer_bg.gif);
	background-repeat:no-repeat;
	}
#Footer h5{ 
	font-size:12px; 
	color:#3092a4;
	line-height:20px; 
	padding-top:30px;
	padding-left:45px;
	font-weight:normal;
	}
#Footer h5 a:hover{
	text-decoration:underline;
	}
#Footer h5 a{ 
	text-decoration:none;
	color:#3092a4;
	}
#Footer p{ 
	font-size:12px; 
	color:#888888;
	line-height:20px; 
	padding-left:45px;
	}

/*pop-up視窗--------------------------------*/
/*線上諮詢*/
.OnLineService{
	margin-top:-20px;
	width:330px;
	height:300px;
	background-image:url(/lishin/imgs/pop/online_service_bg.jpg);
	background-position: top 110px;
	background-repeat:no-repeat;
}
.OnLineService h2{ padding-top:20px; padding-left:35px;}
.OnLineService p{padding-left:35px; color:#777777; font-size:12px; padding-top:30px; padding-bottom:20px;}
.OnLineService_Btn{ padding-left:44px;}

/*榮耀及標章*/
.Honor{ width:775px; height:375px; background-color:#FFF; border:#d0d0d0 solid 8px; padding-left:37px; padding-right:38px; padding-top:25px;}
.Honor h2{ width:775px; border-bottom:#e2ebfa solid 1px; margin-bottom:35px;}
.Honor p{ padding-left:30px; padding-bottom:5px;}

/*聯新家族網站*/
.LandseedFamily{
	width:849px;
	height:520px;
}
/*健康報*/
.Edm{ width:775px; height:375px; background-color:#FFF; border:#d0d0d0 solid 8px; padding-left:37px; padding-right:38px; padding-top:25px;}
.Edm h2{ float:left;width:775px; border-bottom:#e2ebfa solid 1px; margin-bottom:35px; width:144px;}
.EdmSearch{ float:left; width:590px; text-align:right; height:29px; color:#000; font-size:12px; font-family:Arial, Helvetica, sans-serif; padding-top:10px;border-bottom:#e2ebfa solid 1px;}
.Edm p{ padding-left:50px; padding-bottom:5px;}
.Epaper{ width:690px; text-align:center; margin-top:15px;}
.EpaperBtn{width:190px; height:50px; background-image:url(/lishin/imgs/pop/edm_btn_search.gif); font-size:15px; margin-left:5px; line-height:50px;
background-repeat:no-repeat; border:none; border-color:#FFF; color:#979797; font-family:Arial, Helvetica, sans-serif; text-align:center;}



/*
==================以上是2014新版面CSS=====*/
/*左側選單CSS*/
/************************ 左邊選單 *****************************/

.leftbg{
	background-image: url(/lishin/imgs/leftbg2.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
}

/*左測選單第1層*/	
/*選單樣式設定*/
.lefta{
	font-size: 13px;
	/*font-weight: bold;*/
	/*color: #FFFFFF;
	background-image: url(/lishin/imgs/frame_skin/leftbg.gif);*/
	color: #074C83;
	background-image: url(/lishin/imgs/frame_skin/leftbgm.gif);
	background-repeat:no-repeat;
	/*background-repeat: repeat-x;*/
	margin-bottom: 1px;
	line-height: 2.4em;
	padding-left: 30px;
}

/*第1層選單連結*/
.lefta a { 
	color: #074C83; 
	text-decoration:none;
}

/*滑鼠移上主選單時*/
.lefta:hover {
	color:#FFFFFF;
	text-decoration: none;
	background-image: url(/lishin/imgs/frame_skin/leftbg.gif);
	background-repeat:no-repeat;
}

.lefta a:hover {
	color:#FFFFFF;
	text-decoration: none;
	background-repeat:no-repeat;
}
/*左測選單第2層*/	
.item2{
	font-size: 13px;
	color: #333333;
	/*background-image: url(/lishin/imgs/arrow.gif);*/
	background-image: url(/lishin/imgs/frame_skin/menu_sq.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	line-height: 2.2em;
}
.item2 a {
	font-size: 13px;
	/*color: #777777;*/
	color: #67A85E;
	text-decoration:none;
	padding-left: 40px;
	line-height: 2.2em;
	height: 100%;
	width: 100%;
	width:135px;
	display:block;
}
.item2 a:hover {
	font-size: 13px;
	color: #3E94D8;
	/*background-image: url(/lishin/imgs/arrow.gif);*/
	background-image: url(/lishin/imgs/frame_skin/menu_sq.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	text-decoration: none;
	padding-left: 40px;
	/*background-color: #DCE4F2;*/
	width:135px;
	line-height:2.2em;
}

.orange{
	color:#FF6600;
	font-size:13px;
	font-family:Arial;
	line-height:1.2em;
	text-decoration:none;
}
.orange a { color: #FF6600; text-decoration:none;}

.title_org{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF9900;
	font-weight: bold;
}

.title_org_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF9900;
	font-weight: bold;
}

.title_org_link a:link{
	color:#FF9900;
	text-decoration:none
}

.title_org_link a:visited{
	text-decoration:none;
	color:#FF9900;
}

.title_org_link a:hover  {
	color:#993300;
	text-decoration:none
}
.title_blue{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #002499
	padding-top:1px;
	padding-right:1px;
	padding-bottom:5px;
	padding-left:1px;
}
.title_black{
	font-family: MingLiU;
	font-size: 13px;
	color: #3C3C3C;
}
.title_black2{
	font-family: Arial;
	font-size: 13px;
	color: black;
	line-height: 1.5em;
	font-weight:bold;
}
.title_black_B{
	font-family: MingLiU;
	font-size: 13px;
	color: #3C3C3C;
    font-weight: bold;
}

.title_black_B a,.title_black_B a:hover{
    text-decoration:none;
}
.title_green{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #378E00;
	font-weight: bold;	
}
.title_green a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #378E00;
}

.title_purple{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9752BE;
	font-weight: bold;
}

.title_red{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BE1A1A;
	font-weight: bold;
}
.title_gray{
    font-family: 細明體, Helvetica, sans-serif;
	font-size: 13px;
	color: #808080;
	font-weight: bold;
}

.titlegreen{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3A9002;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
}

.titlegreen a { color: #3A9002; text-decoration:none;}

.titlegreen a:hover { color:#00BD00;}

.titleblue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #002499;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
}

.titleblue a { color: #002499; text-decoration:none;}

.titleblue a:hover { color:#3C5BBF;}

.titleR{ 
	font-size:12px;
	color:#636363;
	font-weight: bold; 
	border-bottom:1px solid #d7d7d7;
	padding:2px 0 5px 0;
	height: 20px;
 }

 

.titleR span{ 
 	border-left:4px solid #1564a6;
	padding-left:5px;
}


a.top_linkgreen:link {
	font-size: 12px;
	color: #126307;
	text-decoration: none;
	padding-right: 25px;
	font-weight: bold;
}

a.top_linkgreen:visited {font-size: 12px; color:#126307;text-decoration: none;padding-right: 25px; }

a.top_linkgreen:hover {font-size: 12px; color: #009900;text-decoration: underline;padding-right: 25px;  }

.ct{  font-family: Arial; font-size: 13px; color: #636363; line-height: 1.2em;font-weight:normal;}
.ct a{  font-family: Arial; font-size: 13px; color: #636363; line-height: 1.2em; text-decoration:none;}
.ct a:hover{  font-family: Arial; font-size: 13px; color: #3A9002; line-height: 1.2em;text-decoration:none; }
/*內文/清單文繞圖*/
.ct2{
	font-family:Arial;
	font-size:13px;
	color:#636363;
	line-height:25px;
}
/*內文/清單純文字*/
.ct3{
	font-family:Arial;
	font-size:13px;
	color:#636363;
	line-height:25px;
	width:90%;
	border:1px;
	text-align:center; 
	margin-left:35px;
	margin-right:35px;word-wrap:break-word;overflow:auto;
}
.ct3 tr,.ct3 td,.ct3 td{
	text-align:left;
}

/*文繞圖/圖片小靠右*/
.ct4{
	font-family:Arial;
	font-size:13px;
	color:#636363;
	line-height:25px;
	width:95%;
	border:0px;
	text-align:center;
	margin-top:5px;/**/
	margin-left:20px;
	margin-right:35px;
	word-wrap:break-word;overflow:auto;
}
.ct4 tr,.ct4 td{
	text-align:left; 
}
.ct4 p{
	text-align:left;
	text-indent:2em;/*首行縮排2字*/
}
.ct2 a,.ct3 a,.ct4 a{
	font-family:Arial;
	font-size:13px;
	color:#636363;
	line-height:25px;
    text-decoration:none; 
} 
/*一般共用內文排列*/
.ct5{
	font-family:Arial;
	font-size:13px;
	color:#636363;
	line-height:25px;
	width:95%;
	border:0px;
	text-align:center;
	margin-top:5px;/**/
	margin-left:20px;
	margin-right:35px;
	word-wrap:break-word;overflow:auto;
    text-align:left; 
}
.ct6{  font-family: Arial; font-size: 13px; color: #636363; line-height: 25px;font-weight:normal; }
.ct6 a{  font-family: Arial; font-size: 13px; color: #636363; line-height: 25px;font-weight:normal; text-decoration:none;}    
.ct6 li{  font-family: Arial; font-size: 13px; color: #636363; line-height: 25px;font-weight:normal; }

.cordon_linkgreen{                                                                                        
	font-size:13px;
	color:#126307;
	line-height:1.2em;
	text-decoration:none;
}

.cordon_linkgreen a { 
	color:#126307;
	text-decoration:none;
}

.cordon_linkgreen a:hover {
	color:#FF9900;
	text-decoration:underline;
}
.blue{ 
     font-family:"Arial";
	 font-size:12px;
	 color:#002499;
}
.lightblue{ 
     font-family:"Arial";
	 font-size:12px;
	 color:#79a7c4;
}
/*細框線表格*/
.table_border_gray  {
	border:2px solid #ACA899;
	border-collapse:collapse; 
}
.table_border_gray tr , .table_border_gray td{
	border:1px solid #ACA899;
	border-collapse:collapse; 
}


.table_text_gray a{
    font-family: 細明體, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;  
    text-decoration:none;
} 
.table_text_gray {
    font-family: 細明體, Helvetica, sans-serif;
	font-size:13px;
	color:#636363;  
    text-decoration:none;
}
.table_text_gray a:hover{
	text-decoration:underline;
    color:#FF6600;
}
/*分頁的樣式*/
.ft{  
	font-family:"Arial";
	font-size:12px;
	color:#636363;
	line-height: 1.3em;
}
.ft a {
	text-decoration:none;
	color:#636363;
}
.ft a:hover {
	text-decoration:underline;
}

.text_green{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #378E00;
}

.text_gray{
    font-family: 細明體, Helvetica, sans-serif;
	font-size: 13px;
	color: #808080;
}

.text_title_blue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #105288;
	font-weight: bold;
    text-decoration:none;    
}
.text_title_blue a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #105288;
	font-weight: bold;
    text-decoration:none;    
}


.sub-list-item {
	background-image: url(/lishin/imgs/department/department_text_bg.gif);
	background-repeat: no-repeat;
    background-position: 0% 50%;          
    font-size: 12px;
    color:#105288;
    
}

.sub-list-item a {   
	background-repeat: no-repeat;
    background-position: 0% 50%;          
    font-size: 12px;
    color:#105288; 
    text-decoration:none;     
}

.sub-list-item a:hover {
	background-repeat: no-repeat;
    font-size: 12px;
    background-position: 0% 50%;
    color:#FF6600;
    text-decoration:underline;
}

.list-item {
	background-image: url(/lishin/imgs/department/department_index.jpg);
	background-repeat: no-repeat;
    font-size: 20  px;
    background-position: 0% 0%;
    color:white;
    font-weight: bold;
}

.prve-sub-list-item {
	background-image: url(/lishin/imgs/department/department_text_bg02.gif);
	background-repeat: no-repeat;
    background-position: 0% 50%;          
    font-size: 12px;
    color:#105288;
    
}

.prve-sub-list-item a {   
	background-repeat: no-repeat;
    background-position: 0% 50%;          
    font-size: 12px;
    color:#105288; 
    text-decoration:none;     
}

.prve-sub-list-item a:hover {
	background-repeat: no-repeat;
    font-size: 12px;
    background-position: 0% 50%;
    color:#FF6600;
    text-decoration:underline;
}

.prve-list-item {
	background-image: url(/lishin/imgs/department/department_index.jpg);
	background-repeat: no-repeat;
    font-size: 20  px;
    background-position: 0% 0%;
    color:white;
    font-weight: bold;
}

.number{  font-family:"Arial"; font-size:13px; color:#6B8503;}

.number-blue{  font-family:"Arial"; font-size:12px; color:#6AA4CC;}

.middle-menu-item {
	background-image: url(/lishin/imgs/about/about_menu_unselect2.gif);
	background-repeat: no-repeat;
    background-position: 0% 0%;                        
}
.middle-menu-item a{
	
	background-repeat: no-repeat;
    background-position: 0% 0%;          
    font-size: 14px;
    color:#FFF; 
    text-decoration:none;             
}
.middle-menu-item:hover {
    background-image: url(/lishin/imgs/about/about_menu_selected.gif);
	background-repeat: no-repeat;
    background-position: 0% 0%;          
    font-size: 14px;              
}

.middle-menu-item a:hover{
	
	background-repeat: no-repeat;
    background-position: 0% 0%;          
    font-size: 14px;
    color:#F7D707; 
    text-decoration:underline;             
}
.middle-menu {
	background-image: url(/lishin/imgs/about/about_banner_menubg2.gif);
	background-repeat: no-repeat;
    background-position: 0% 0%;                        
}
.formBtn{
	font-size:12px;
	font-family:Arial;
	color:#FFFFFF;
	border:none;
	height:18px;
	cursor:pointer;cursor:hand;
	font-weight:bold;
	background-color:#80B8DC;
	letter-spacing: 0.1em;
}
.splitPage{
	border:1px;
}

.select_title{ 
	font-family:MingLiU;
    font-size:12px;
}
.orange3{
	font-family:Arial;
	font-size:12px;
	color:#FF6600;
	text-decoration:none;
}

.orange3 a { 
    color:#FF6600;
	text-decoration:none;
}

.orange3 a:hover {
	color:#999900;
	font-size:12px;
}
.orange2{
	font-family:Arial;
	font-size:12px;
	color:#FF6600;
	line-height:1.2em;
	text-decoration:none;
}

.orange2 a { 
	color:#FF6600;
	text-decoration:none;
}
.orange2 a:hover {
	color:#999900;
	font-size:12px;
}

.oldTable{
	margin-top:4px;
	/*表格樣式*/
	border:1px #D2E3FD solid; 	
	font-size:13px; 		
	border-spacing:1px; 
}
.oldTable tr th{    
	/*表格標題樣式*/
	color:#555555;
	font-weight:bold;
	text-align:center;
	border:1px #D2E3FD solid; 
	background-color: #D2E3FD;	
	padding:4px;	 
	line-height:18px;  
} 
.oldTable tr td{   
	border:1px #D2E3FD solid; 
	padding:4px;	
	line-height:18px;  
} 

.oldTableOddTh{    
	/*單數行樣式*/
	color:#555555;
	font-size:13px;  
	border:1px #D2E3FD solid;  
	background-color: #FFFFFF;		
} 
.oldTableEvenTh{    
	/*雙數行樣式*/
	color:#555555;
	font-size:13px;  
	border:1px #D2E3FD solid;  
	background-color: #FFFFCC;		
}  
.historyText{
    color:#444444;     
    
    padding:5px;	 
	padding-left:21px;
	padding-top:7px;
	padding-bottom:7px;
    background-image: url(/lishin/imgs/frame_skin/dot.gif);
    background-repeat:no-repeat;
    background-position:  5% center;
}

.font_blue{
font-size: 15px;	
	color: #0638D5;
	line-height: 1.2em;
	text-decoration: none;
 }	

.RegFormSimple1 th{
	font-size:16px;
	padding-right:14px;
	border:0px;
	text-align:right;
	font-weight:normal;
	color:#686868;/*淺灰*/ 
	/*font-weight:bold;font-family:微軟正黑體;*/ 
	/*color:#444444; 深灰*/
}
 
 
/*從網掛搬過來的*/ 
.RegFormSimple{
	font-size:16px;
	padding-top:15px;
	border:1px;
	width:92%; 
	text-align:left;
}
.RegFormSimple th{
	font-size:16px;
	padding-right:14px;
	border:0px;
	width:38%;
	text-align:right;
	font-weight:normal;
	color:#686868;/*淺灰*/ 
	/*font-weight:bold;font-family:微軟正黑體;*/ 
	/*color:#444444; 深灰*/
}
.RegFormSimple td{
	font-size:16px;
	border:0px;
	text-align:left;
	/*color:#686868; 深灰*/
	color:#686868;/*淺灰*/ 
}
.RegFormSimple input{
	text-align:left;
	font-size:20px;letter-spacing:2px;color:#444444;
	font-weight:bold;
	height:19px;
}
.RegVerifyImg{
	width:80px;
	height:28px;
	border:1 solid #ffffff;
	padding-top:1px;
	padding-bottom:2px;
	line-height:20px;
	align:left;
	vertical-align:bottom;
}
.RegFormDesc{
	line-height:20px;
	font-weight:bold;
	font-size:16px;
	color:black;
	text-align:left;
	padding-left:17px;
	padding-bottom:10px;
}
.newtitle{ font-size:14px; color:#007CC3;text-decoration:none;font-weight:normal;}