@charset "utf-8";

.fate_list {
    width:580px; /*設定寬度*/
	text-align:left; /*文字左對齊*/
	/*margin:0px auto; 居中*/
	
	margin: 10px 2px 2px 0;
	padding: 5px 1px 5px 5px;
	float:left;
	
	border-top : 1px dotted #BEBEBE; /*上框線*/ 
	border-bottom : 1px dotted #BEBEBE; /*下框線*/ 
	border-left : 1px dotted #BEBEBE; /*左框線*/ 
	border-right : 1px dotted #BEBEBE; /*右框線*/ 
}

.fate_list2 {
	font-family: Arial, Helvetica, sans-serif;
	display:inline;
	text-align: center;
	float:left;
	width:170px; /*設定寬度*/
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	
	border-top : 1px dotted #BEBEBE; /*上框線*/ 
	border-bottom : 1px dotted #BEBEBE; /*下框線*/ 
	border-left : 1px dotted #BEBEBE; /*左框線*/ 
	border-right : 1px dotted #BEBEBE; /*右框線*/ 
}

.fate_list a:link {
	color: #0066CC;
	text-decoration: none;
}
.fate_list a:visited {
	color: #0066CC;
	text-decoration: none;
}
.fate_list a:hover {
	color: #CC0000;
	text-decoration: none;
}

/*標題*/
.fate_heading { 
	width:100%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:bold;
	text-align: left;
	float:left;
	margin: 10px 2px 2px 0;
	padding: 5px 1px 5px 5px;
	background-color:#F6F6F6;
}

.fate_list a:link {
	color: #005599;
	text-decoration: none;
}
.fate_list a:visited {
	color: #005599;
	text-decoration: none;
}
.fate_list a:hover {
	color: #000000;
	text-decoration: none;
}

/*時間*/
.fate_date {
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#888888;
	text-align: right;
	float:right;
	margin:auto;
}

/*分類*/
.fate_class {
	width:250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#888888;
	text-align: left;
	float:left;
	margin:auto;
}

/*摘要*/
.fate_summary {
	width:100%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	float:left;
	margin:8px 0 8px 0;
}

/*內文*/
.fate_content {
	width:100%;  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	float:left;
	margin:8px 0 8px 0;
}

/*繼續閱讀*/
.fate_continue {
	width:100%;   /*設定寬度*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	float:left;
	margin:8px 0 5px 0;
}

/*腳標*/
.fate_footer {
	width:100%;   /*設定寬度*/
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	float:left;
	margin:8px 0 10px 0;
}

.fate_footer a:link {
	color: #9BBFF3;
	text-decoration: none;
}
.fate_footer a:visited {
	color: #9BBFF3;
	text-decoration: none;
}
.fate_footer a:hover {
	color: #0063DC;
	text-decoration: none;
}