body {
	background-color: #EAE7CA;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

a:link {
	color: #237ea8;
	text-decoration: none;
}
a:hover {
	color: #175573;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/*-----以下為2020.10.27編輯-----*/

#latest {
	width: 750px;
	padding-top: 45px;
	background-image: url(../images/main/Index_Latest.gif);
	margin-top: 20px;
	margin-left: 20px;
}
#news {
	width: 750px;
	padding-top: 45px;
	background-image: url(../images/main/Index_news.gif);
	margin-top: 10px;
	margin-left: 20px;
}
#info {
	width: 750px;
	padding-top: 45px;
	background-image: url(../images/main/Index_info.gif);
	margin-top: 10px;
	margin-left: 20px;
}
.Item {
	display:inline-table;
	/*display:inline-block;*/
	background-color: #FFF;
	line-height: 1.5em;
	border-top-width: 20px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #641104;
	border-bottom-color: #641104;
	border-left-color: #641104;
	font-family: "Arial";
}

/*latest Articles*/
#latest-lt{

	display:inline-block;
    width:30%;
    /*border: 1px #d7d7da solid;*/
    /*background-color: #f5f1efa1;*/
    border-radius: 10px;
    margin: 5px;
    padding: 6px;
	line-height:1.5em;
	float:left;
}
.title{
	font-weight: bold;
	font-size: 13pt;
	padding: 0px;
	margin: 0px;
}
.author{
	font-size: 10pt;
	font-style:italic;
	color: #62452B;
	padding: 0px;
	margin: 0px;
}
.time{
	font-size: 10pt;
	color: #717171;
	padding: 0px;
	margin: 0px;
}

li::before {
  content: "\25AA";
  color: #de673b;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.rbtn {
	background-color:#e06645;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:9pt;
	padding:0px 8px;
	text-decoration:none;
}

.rbtn a:link{
 	color: #FFF;
	text-decoration: none;
}

.rbtn a:hover{
	color: #00000;
	background-color:#bc3315;
}

.rbtn a:active, a:visited{
	position:relative;
	top:1px;
}


