﻿/* CSS Document */
body {
	background-color: #FFFFFF;
	background-image: url(../images/back_in.jpg);
	background-repeat: repeat-x;
	background-position : top; /*置中對齊*/
	background-position : top;
	font-family: Tahoma, Arial, 'MS UI Gothic', SimSun, MingLiU, Verdana, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
