@charset "utf-8";

/*****基本樣式*****/
body,html{padding:0;margin:0;height:100%;}
div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
ol,ul{list-style-type: none;}
fieldset,img{border:0;}

BODY {FONT-SIZE: 12px;color: #666666;	
	background-image: url(../images/web_bg.jpg);
	font-family: "新細明體",Verdana, Arial, Helvetica, sans-serif;
    /*OVERFLOW: auto;*//*overflow:hidden;*/
}

a{color: #666666;text-decoration: none;}
a:hover {color: #FFFFFF;text-decoration: underline;}
h1{
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	margin-bottom: 20px;
}
h2{
	font-size: 13px;
	color: #333333;
	line-height: 20px;
	margin-bottom: 15px;
	font-weight: normal;
}

/*****整體*****/
/*#all{
	position: absolute;
	visibility: hidden;
}*/
#sub{
	position: absolute;
	font-size: 13px;
	color: #CCCCCC;
	letter-spacing: 3px;
	padding-top: 10px;
	padding-left: 37px;
}
.sub_con{
	font-size: 11px;
	color: #666666;
	letter-spacing: 0px;
}
.text1{
	color: #999999;
	line-height: 20px;
	font-size: 12px;
}
.text2{
	color: #666666;
	line-height: 20px;
	font-size: 12px;
}
.text2 A{
	color: #666666;
	text-decoration: none;
}
.text2 A:hover {
	color: #CC0000;
	text-decoration: none;
}
.text3{
	color: #333333;
	line-height: 20px;
	font-size: 12px;
}
.text3 A{
	color: #333333;
	text-decoration: none;
}
.text3 A:hover {
	color: #CC0000;
	text-decoration: underline;
}
.text4{
	color: #FF9900;
	font-size: 12px;
}
.text5{
	color: #333333;
	font-size: 14px;
}
.text6{
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
}
.job{
	color: #FF9900;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}
.job2{
	color: #FF9900;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-left: 2px;
}
.date2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff9900;
	line-height: 15px;
	margin-left: 2px;
	margin-right: 10px;
}
.img_left_border{
	float: left;
	border: 1px solid #dddddd;
	padding: 1px;
	margin-right: 10px;
}
.img_left{
	float: left;
	margin-right: 10px;
}
.table_topline{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

#content{
	OVERFLOW: auto;
	overflow-x:hidden;
	padding-right: 10px;
	scrollbar-highlight-color: #B1B1B1; scrollbar-shadow-color: #B1B1B1; scrollbar-arrow-color: #B1B1B1;
	 scrollbar-face-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF; scrollbar-darkshadow-color: #FFFFFF; scrollbar-track-color: #FFFFFF;
	FILTER: Chroma(Color=#ffffff);
}
#page{
	height: 15px;
	float: right;
	overflow: hidden;
	display: inline;
	list-style-type: none;
}
#page LI{
	display: inline;
	list-style-type: none;
}
#page A{
  float: left;
  padding: 15px 0 0 0;
  overflow: hidden;
  height: 0px !important;
  height /**/:15px; /* for IE5/Win only */
}
#page A:hover {
  background-position: 0 -15px;
}
/*移除連結虛線邊框*/
a:active, a:focus{    outline:none;}

/*****底部*****/
#bottom_menu{
	position: absolute;
	font-size: 13px;
	color: #CCCCCC;
	letter-spacing: 3px;
	padding-top: 10px;
	padding-left: 37px;
}
.copyright{
	color: #444444;
	text-align: right;
	font-size: 11px;
}
.copyright a:link {
	color: #444444;
	text-decoration: none;
}
.copyright a:visited {color: #444444;}
.copyright a:hover {
	color: #585858;
	text-decoration: none;
}

/*****內容*****/

/**老闆文章**/
.about3_column1{
	background-image: url(../images/about3_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 250px !important;
    height /**/:310px; /* for IE5/Win only */
	width: 580px !important;
    width /**/:705px; /* for IE5/Win only */
	float: left;
	padding-top: 60px;
	padding-left: 105px;
	padding-right: 20px;
}
.about3_column2{
	height: 285px !important;
    height /**/:310px; /* for IE5/Win only */
	width: 269px !important;
    width /**/:289px; /* for IE5/Win only */
	background-color: #e6e6e6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	float: left;
	padding-top: 25px;
	padding-left: 20px;
}
UL#about3_menu {height: 230px;}
UL#about3_menu LI{
	font-size: 12px;
	color: #333333;
	height: 35px;
	margin-bottom: 10px;
	display: block;
	width: 245px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #e6e6e6;
	padding-left: 1px;
}
UL#about3_menu LI A{
	color: #333333;
	text-decoration: none;
}
UL#about3_menu LI A:visited{	
	color: #666666;
	text-decoration: none;
}
UL#about3_menu LI A:hover{	
	color: #CC0000;
	text-decoration: none;
}
UL#about3_menu LI:hover,UL#about3_menu LI.hover {
	text-decoration: none;
	background-color: #d9d9d9;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #ff9900;
	padding-left: 1px;
	cursor: hand;
	}
.about3_pagenum{
	width: 250px;
	float: left;
	font-size: 12px;
}
#about3_first a {
  width: 16px;
  background: url(../images/about3_first.jpg) top left no-repeat;
}
#about3_prev a {
  width: 16px;
  background: url(../images/about3_prev.jpg) top left no-repeat;
}
#about3_next a {
  width: 16px;
  background: url(../images/about3_next.jpg) top left no-repeat;
}
#about3_last a {
  width: 16px;
  background: url(../images/about3_last.jpg) top left no-repeat;
}
#about3_box{
	width: 38px;
	float: left;
	font-size: 40px;
	text-align: right;
	height: 35px;
	display: block;
	background-color: #CC0000;
	color: #FFFFFF;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 2px;
	overflow: hidden;
}
/**福慧心訊**/
.news_column1{
	height: 260px !important;
    height /**/:310px; /* for IE5/Win only */
	width: 530px !important;
    width /**/:700px; /* for IE5/Win only */
	float: left;
	padding-top: 50px;
	padding-left: 150px;
	padding-right: 20px;
}
.news_column2{
	height: 255px !important;
    height /**/:310px; /* for IE5/Win only */
	width: 240px !important;
    width /**/:295px; /* for IE5/Win only */
	float: left;
	padding-top: 55px;
	padding-left: 55px;
}
UL#news_menu{
	height: 200px;
}
UL#news_menu LI{
	font-size: 12px;
	color: #666666;
	height: 30px;
	margin-bottom: 10px;
	display: block;
	width: 240px;
	
}
UL#news_menu LI A{
	color: #666666;
	text-decoration: none;
}
UL#news_menu LI A:visited{	
	color: #996666;
	text-decoration: none;
}
UL#news_menu LI A:hover{
	text-decoration: underline;
	color: #CC0000;
}
.news_pagenum{
	width: 210px;
	float: left;
	font-size: 12px;
}
#news_first a {
  width: 16px;
  background: url(../images/news_first.jpg) top left no-repeat;
}
#news_prev a {
  width: 16px;
  background: url(../images/news_prev.jpg) top left no-repeat;
}
#news_next a {
  width: 16px;
  background: url(../images/news_next.jpg) top left no-repeat;
}
#news_last a {
  width: 16px;
  background: url(../images/news_last.jpg) top left no-repeat;
}

/**聯絡我們**/
.contact_column1{
	height: 190px;
	width: 360px !important;
    width /**/:395px; /* for IE5/Win only */
	float: left;
	padding-top: 120px;
	padding-left: 35px;
	color: #333333;
	line-height: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.contact_column2{
	height: 310px;
	width: 600px;
	float: left;
}
#contact_list LI{
	background-image: url(../images/concact_list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	list-style-type: none;
}

/**其他著作**/
.book2_column1{
	height: 270px;
	width: 575px;
	float: left;
	padding-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
.book2_column2{
	height: 215px;
	width: 406px!important;
    width /**/:420px; /* for IE5/Win only */
	float: left;
	padding-top: 95px;
	padding-left: 14px;
}

/**網站導覽**/
.e01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #750021;
	line-height: 1;
}
.stiemap01 {
	font-family: "新細明體";
	font-size: 12px;
	line-height: 1.2;
	color: #555555;
}
.stiemap02 {
	FONT-SIZE: 12px;
	COLOR: #7D7D7D;
	LINE-HEIGHT: 1.2;
	FONT-FAMILY: "新細明體";
	font-weight: normal;
	text-decoration: none;
}
.stiemap02 A:link {
	COLOR: #7D7D7D;
	TEXT-DECORATION: none;
	font-weight: normal;
}
.stiemap02 A:visited {
	COLOR: #7D7D7D;
	TEXT-DECORATION: none;
	font-weight: normal;
}
.stiemap02 A:hover {
	COLOR: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.stiemap03 {
	FONT-SIZE: 12px;
	COLOR: #FF4935;
	LINE-HEIGHT: 1.2;
	FONT-FAMILY: "新細明體";
	font-weight: normal;
	text-decoration: none;
}
.stiemap03 A:link {
	COLOR: #F60540;
	TEXT-DECORATION: none;
	font-weight: normal;
}
.stiemap03 A:visited {
	COLOR: #F60540;
	TEXT-DECORATION: none;
	font-weight: normal;
}
.stiemap03 A:hover {
	COLOR: #FFC900;
	font-weight: normal;
	text-decoration: none;
}
