@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"微軟正黑體";
}
a {
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #F60;
}
.BLUE{
	color:#369;
	font-size:18px;
}
.ARROW{
	color:#7d8acc;
	font-size:10px;
}
.RED{
	color:#C30;
}
.title{
	color:#333;
	font-size:26px;
	font-weight:bold;
}
.gg a:link img {
   opacity: .6;                 /* 透明度60% FireFox 的寫法 */
   filter: Alpha(Opacity=75);   /* 透明度60% IE 的寫法 */
}
.gg a:visited img {
   opacity: .6;
   filter: Alpha(Opacity=60);
}
.gg a:hover img {
   opacity: 1;                    /* 透明度100% FireFox 的寫法 */
   filter: Alpha(Opacity=100);   /* 透明度100% IE 的寫法 */
}
.copy{
	font-size:12px;
}.white {
	font-weight: bold;
	color: #FFF;
}
