@charset "utf-8";
body {
        background-color: #009845;
        font-family: "微軟正黑體" , "新細明體";
}
.text {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	font-family: "微軟正黑體", "新細明體";
}
.p_title {
	font-family: "微軟正黑體", "新細明體";
	font-size: 22px;
	font-weight: bolder;
	color: #FF6600;
	font-style: normal;
}
.s_title {
	font-family: "微軟正黑體", "新細明體";
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #333333;
	line-height: 24px;
}


.footer_text {
	font-family: "微軟正黑體", "新細明體";
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: normal;
}
.main_text {
	font-family: "微軟正黑體", "新細明體";
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}


a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.photo {
	margin: 30px;
	position: relative;
	width: 180px;
	height: 130px;
	float: left;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.photo span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(images/digg-style.gif) no-repeat;
}
.photo a {
	text-decoration: none;
}
.sample4 span {
	width: 115px;
	height: 32px;
	display: block;
	position: absolute;
	top: -13px;
	left: 30px;
	background: url(images/tape2.png) no-repeat;
}
.highlight {
	color: #FF6600;
	font-weight: bold;
}
.main_text2 {
	font-family: "微軟正黑體", "新細明體";
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}

.main_text2 a
{
	color:#F20;
	text-decoration:underline;
}
.main_text2 a:hover
{
	color:#F60;
	text-decoration:none;
}

.highlight a
{
	color:#F30;
	text-decoration:underline;
}
.highlight a:hover
{
	color:#F60;
	text-decoration:none;
}