@charset "utf-8";

/*------------------------------------------------------------------- pop up 7/10 add begin --------------------------------------------------------------------------*/

#popup {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	padding:10px;
}
#popup .footer_copyright{
	width:800px;
	height:auto;
	text-align: center;
	font-size: 11px;
	line-height:14px;
	color: #909090;
	/*padding-bottom: 20px;*/
	float:left;
	margin-right:-3px;
  	font-family:Arial, 新細明體;
}

.pop_top{
	height:15px;
	background-image:url(../img/pop_bg1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:1px;
}  
.pop_mi{
	background-image:url(../img/pop_bg2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding:20px;
}  
.pop_bt{
	height:15px;
	background-image:url(../img/pop_bg3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size:1px;
} 

.padding_btm0{ padding-bottom:0;}
.etc_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;

}
.no_border td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.notice_txt{
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
	padding-bottom: 10px;
	text-indent: 15px;

}

