@charset "utf-8";
/* CSS Document */

body {
	font-family: "微軟正黑體";
	font-size: 16px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
	position:relative;
	top:2px;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
.gp_tb {
	background-color: #666666;
}
.gp_th {
	background-color: #ECFAD6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.gp_td {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.button {
	height: 25px;
	border-radius: 15px;
	box-shadow: 0px 0px 5px #000000;
	background-image: -moz-linear-gradient(top, #ffed70, #90ff24);
	background-image: -ms-linear-gradient(top, #ffed70, #90ff24);
	background-image: -webkit-linear-gradient(top, #ffed70, #90ff24);
	background-image: linear-gradient(top, #ffed70, #90ff24);
	background-clip: padding-box;
}
.font_red {
	color: #FF0000;
	font-weight: bold;
}
.font_blue {
	color: #0033FF;
}
.photo_radius {
border-radius: 7px;
box-shadow: 0px 0px 2px #000000;
}
