@charset "utf-8";
.date {
	font-family: "新細明體", Arial;
	color: #CC3333;
	line-height: 25px;
}
A:link {
	color: #006699;
	text-decoration: none;
	line-height: 26px;
}
A:visited {
	color: #006699;
	text-decoration: none;
	line-height: 26px;
}
A:active {
	color: #006699;
	text-decoration: none;
	line-height: 26px;
}
A:hover {
	color: #BC0000;
	text-decoration: none;
	line-height: 26px;
}.txt {
	font-family: "新細明體", Arial;
	line-height: 26px;
	color: #494949;
}
.hr {
	background-image: url(hr.jpg);
	background-repeat: repeat-x;
}
.photo-n {
	border: 1px solid #5E6C57;
	margin: 3px;
	padding: 3px;
}

table.BorderStyleSolid1{
/*
<table cellpadding="0" border="1" cellspacing="0" class="BorderStyleSolid1"></table>
<table cellpadding="0" border="0" cellspacing="2" class="BorderStyleSolid1"></table>
<table cellpadding="0" border="1" cellspacing="2" class="BorderStyleSolid1"></table>
*/
	border-collapse:collapse;	/*表格邊框合併-合併*/
	border-style:solid;			/*設定邊框線條樣式-實心線*/
	border-width:1px;			/*設定邊框粗細*/
	border-color:black;			/*設定邊框顏色*/
}	
table.BorderStyleSolid2{
/*
<table cellpadding="0" border="1" cellspacing="0" class="BorderStyleSolid2"></table>
<table cellpadding="0" border="0" cellspacing="2" class="BorderStyleSolid2"></table>
<table cellpadding="0" border="1" cellspacing="2" class="BorderStyleSolid2"></table>
*/
	border-collapse:collapse;	/*表格邊框合併-合併*/
	border-style:solid;			/*設定邊框線條樣式-實心線*/
	border-width:2px;			/*設定邊框粗細*/
}	
table.BorderStyleNone{
/*
<table cellpadding="0" border="1" cellspacing="0" class="BorderNone"></table>
<table cellpadding="0" border="0" cellspacing="2" class="BorderNone"></table>
<table cellpadding="0" border="1" cellspacing="2" class="BorderNone"></table>
*/
	border-collapse:collapse;	/*表格邊框合併-合併*/
	border-style:none;			/*設定邊框線條樣式-無*/
}
