
/*-------------------------本頁面專門進行連結與基礎設定-------------------------*/
@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;*/
	margin:10px 0;
	background-color: #f3f3f3;
}
img {
	border: none;
}
li {
	/*list-style-image: none;
	list-style-type: none;*/
	list-style:none;
}
.mlmenu {
	list-style-image: none;
	list-style-type: none;
}

/*more*/
.more {
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 17px;
	width: 178px;*/
	text-align:right;
	margin:5px 5px 0 0;
	padding:0;
}
.more a {
	text-align:center;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:100%;
	text-decoration: none;
	color: #FFFFFF;
	background: url(../images/more_03.jpg) no-repeat left top;
	display:inline-block;
	height:13px;
	width: 37px;
	padding:1px 0 2px;
	*padding-top:2px;
	margin:0;
	/*padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-right: 10px;
	margin-top: 5px;*/
}
.more a:hover {
	color: #FFCC00;
	/*background-image: url(../images/more_04.jpg);*/
}
/*-----------------------------------OVER-----------------------------------*/
