﻿/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both;
}
body{
	margin:0 auto;
	text-align:center;
	font-size:12px;
	background:#FFF;
	font-family:"微軟雅黑",Arial,"宋體";
}
.w995{
	width:995px;
	text-align:left;
	margin:0 auto;
}
ul{
	list-style:none;
}
a{
	text-decoration:none;
}
a img{
	border:0px;
}


.hwdtlistbox ul{ padding:0 30px;}
.hwdtlistbox ul li { list-style: disc; border-bottom:1px dashed #CCCCCC; line-height:30px; height:30px;}
.hwdtlistbox ul li span { float: right; }
.content_l ul li a { color: #333; }
.content_r .hwdtlistbox ul li a { color: #333; }
.content_r .hwdtlistbox ul li a:hover{ color:09F;}
#page { padding: 10px; overflow: hidden; margin-top: 10px; }
#page ul { overflow: hidden; clear: both; display: block; width: 600px; float: right; }
#page ul li { list-style: none; display: block; float: left; margin-right: 5px; border: 1px solid #CCC; line-height: 18px; }
#page ul li a { color: #333; display: block; padding: 6px 15px; }