@charset "utf-8";    
/* CSS Document */

/* 一般設定 ///////////////////////////////////////////////////////////////////////////////// */

/* 字型設定 */

/**********------------- Default font-family---------------**************/
/****************Import>>> Open Sans: regular;********************/  
@font-face {
  font-family: "Open Sans";
  src: url("_fonts/OpenSans-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("_fonts/OpenSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("_fonts/OpenSans-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("_fonts/OpenSans-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

/*********************** WEBSITE: font-family *************************************/
html,body,td,li,div,p,input,select,h1,h2,h3,h4,h5,h6,button {
  font-family: "Open Sans", "Arial", "Verdana", "Tahoma", "Helvetica", "PingFang TC", "Lantinghei TC", "微軟正黑體", "Microsoft JhengHei", "sans-serif";
}

/*
html,body,td,li,div,p,input,select,h1, h2, h3, h4, h5, h6{   
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica,  Verdana, sans-serif;body - 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
*/

/* 主要設定 */

html,body{
	margin: 0px;
}

body {
	
	font-size: 12px;
	line-height: 1.75em;
	color: #262222;
  /*
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;    
	margin-left: auto;
  */
  
  -ms-overflow-style: scrollbar;

}

img {
/*	behavior: url("iepngfix.htc")  */
}

fieldset, img {
	border: 0;
}  

a { 
	color: #006400; 
	text-decoration:none;
	outline: none; /* for Firefox */
	hlbr:expression(this.onFocus=this.blur()); /* for IE */
	cursor: pointer; /* for IE8 up, to fix the cursor can not to be 'pointer' when mouse hover on header menu. */
}

a:hover {
	color: #0A4E7F;
	text-decoration: none;
}

td{
font-size:12px;  
text-align:left; 
}

form{
margin:0px;
}

/* 中央內容設定 ///////////////////////////////////////////////////////////////////////////////// */

.wrapper {
  width:100%;
	margin:0px auto;
}

.content {
	width: 980px;
	text-align:left;
}

/* other ///////////////////////////////////////////////////////////////////////////////// */

/*Ajax 載入圖片 樣式*/
.Ajax_Loader_Img_By_Yen{
display:none;
}