@charset "big5";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(../images/index_img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #cdcdcd;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.03em;
}

.all {
	font-size:13px;
	font-family: "新細明體", Arial;
	color: #666;
	line-height: 1.3;
	letter-spacing: 0.9px;
}

/*連結*/
a:link {
	color:#333;
	text-decoration: none;
}
a:visited {
	color:#333;
	text-decoration: none;
}
a:hover {
	color: #C30;
	text-decoration: none;
}


.bottom {
	height: 43px;
	font-size: 11px;
	color: #3d3c3c;
	padding: 10px;
}
