/* CSS Document */
#page {
	width: 1000px;
	background-color: #f3f3f3;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 0px;
	margin-bottom: 0px;
}
a{
	outline: none; /* for Firefox */



 hlbr:expression(this.onFocus=this.blur()); /* for IE */
	font-weight: bold;
	
	color: #333;
} 


.content_title {
	font-size: 15px;
	font-weight: bold;
	color: #690;
}
.content_title-pink {
	font-size: 15px;
	font-weight: bold;
	color: #db4780;
}
.content_title-blue {
	font-size: 15px;
	font-weight: bold;
	color: #3dafda;
}
.content_title-red {
	font-size: 15px;
	font-weight: bold;
	color: #de4d53;
}
.content_title-green {
	font-size: 15px;
	font-weight: bold;
	color: #4cc083;
}




.content_list {
	font-weight: bold;
	color: #333;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #F7BA50;
	font-family: "細明體";
	font-size: 12px;
	background-image: url(images/bgbg.jpg);
	background-repeat: repeat;
}
.copyright {
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	text-align: center;
	padding-top: 16px;
}.content {
	font-size: 13px;
	line-height: 1.5em;
	color: #666;
	text-align: left;
	padding: 4px;
	background-color: #f2f2f2;
}
.box {
	background-color: #D3E4E7;
	padding-left: 10px;
}
.point {
	color: #699;
}
#contentbox {
	width: 400px;
	padding: 0px;
}
