
/*-------------------------本頁面專門進行連結與基礎設定-------------------------*/
@charset "utf-8";

/*-----連結設定-----*/
@import url("header.css");
@import url("layout.css");
@import url("left.css");
@import url("center.css");
@import url("right.css");
@import url("footer.css");

/*-----基礎設定-----*/
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #f3f3f3;
}
img {
	border: none;
}
li {
	list-style-image: none;
	list-style-type: none;
}
.mlmenu {
	list-style-image: none;
	list-style-type: none;
}

/*-----------------------------------OVER-----------------------------------*/