/*--------------------------- Seanet CSS Document ---------------------------*/

/*重新指定預設標籤*/

body {
	background-image: url((../images/mpgsa.jpg);
}
img {
  border: 0px
}
form
{
  margin: 0; /* 表單邊界0 */
}

body
{
	SCROLLBAR-FACE-COLOR: #B6B6B6;  /*拉霸*/
	SCROLLBAR-HIGHLIGHT-COLOR: #EDEDED;
	SCROLLBAR-SHADOW-COLOR: #6F6F6F;
	SCROLLBAR-3DLIGHT-COLOR: #747474;
	SCROLLBAR-ARROW-COLOR: #F1F1F1;
	SCROLLBAR-TRACK-COLOR: #E5E5E5;
	SCROLLBAR-DARKSHADOW-COLOR: #65615E;
	
	letter-spacing:1pt;
	LINE-HEIGHT: 150%;
	font-size: 9pt; /*預設字級*/
	color:#4D4D4D; /*預設字體顏色*/
	margin: 0px; /*四邊邊界貼齊視窗*/
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif", "新細明體";
}

.INPUT /* 表單文字欄位設定 */
{
	FONT-SIZE: 11px;
	COLOR: #666666;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #BFBFBF;
	background-color: #E4E4E4;
}
.TEXTAREA /* 表單文字區域設定 */
{
    FONT-SIZE: 11px;
    COLOR: #666666;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

/*文字設定*/
.blod {font-weight: bold;}
.text {  font-family: "Verdana, Arial, Helvetica, sans-serif, 細明體"; font-size: 9pt; color: #4D4D4D;line-height: 150%;}

.text02 {  font-family: "Verdana, Arial, Helvetica, sans-serif, 細明體"; font-size: 9pt; color: #B40A7E;line-height: 150%;}

.text_b {
	font-family: Verdana, Arial, Helvetica, sans-serif, "細明體";
	font-size: 9pt;
	color: #144161;
	line-height: 150%;
	font-weight: bold;
}

.text_b_w {
	font-family: Verdana, Arial, Helvetica, sans-serif, "細明體";
	font-size: 9pt;
	color: #FFFFFF;
	line-height: 150%;
	font-weight: bold;
}

.copyright {  font-family: "Verdana, Arial, Helvetica, sans-serif, 細明體"; font-size: 9pt; color: #666666;line-height: 150%;}

/*Crumb-麵包屑*/
.Crumb {
	font-family: "Verdana, Arial, Helvetica, sans-serif, 細明體";
	font-size: 9pt;
	color: #313131;
	line-height: 150%;
}



/*連結設定*/
a:link {text-decoration: none;}/* 預設超連結顯現*/
a:visited {text-decoration: none;}/* 超連結瀏覽過後顯現*/
a:hover {text-decoration:  none;}/* 滑鼠移至超連結上顯現*/
a:active {text-decoration: none;}/* 選取中超連結顯現*/

.menu_a:link {font-size: 9pt;color:#313131;text-decoration: none;}
.menu_a:visited {font-size: 9pt;color:#313131;	text-decoration: none;font-weight: bold;}
.menu_a:hover {font-size: 9pt;color:#6E7C87;	text-decoration: none;}
.menu_a:active {font-size: 9pt;color:#6E7C87;	text-decoration: none;}

.link2:link {font-size: 9pt;color:#0087E9;text-decoration: none;}
.link2:visited {font-size: 9pt;color:#4E5A64;	text-decoration: none;font-weight: bold;}
.link2:hover {font-size: 9pt;color:#0B68B7;	text-decoration: none;}
.link2:active {font-size: 9pt;color:#0087E9;	text-decoration: none;}

.link3:link {font-size: 9pt;color:#1A3C55;text-decoration: none;}
.link3:visited {font-size: 9pt;color:#096FBA;	text-decoration: none;}
.link3:hover {font-size: 9pt;color:#6B6B6B;	text-decoration: none;}
.link3:active {font-size: 9pt;color:#6B6B6B;	text-decoration: none;}


/*圖*/
.main_bg {
	sbackground-repeat: repeat-x;
	background-position: left top;
	background-image: url(../img/main_bg.jpg);
	background-repeat: repeat-x;
}
