@charset "UTF-8";

/* ================================================================ *
	BusinessWing 2009
	Template CSS
	
	所有個別網頁的基本設定,視實際需求請調整之。
 * ================================================================ */

/* ---------------------------------------------------------------- *
	main 之設定
 * ---------------------------------------------------------------- */

#main {
	width:686px;
	padding:30px 45px 25px 21px;}
	
#maintop {
	background-color:#bcd2eb;
	height:27px;}
	
#newslist {
	width:100%;
	margin-top:29px;
	margin-bottom:25px;
	border-collapse:collapse;
	border-spacing:0;
	color:#888888;}
	
#newslist th {
	border-bottom:1px solid #9e9e9e;
	height:27px;
	text-align:left;}
	
#newslist th img {
	display:block;}
	
#listth1 {
	padding-left:43px;}
	
#listth2 {
	width:110px;}
	
#newslist td {
	color:#888888;
	padding-top:10px;
	padding-bottom:11px;
	padding-left:14px;
	vertical-align:middle;
	background:url(../images/icon/grayd.png) left bottom repeat-x;}
	
#newslist td:first-child {
	padding-left:43px;}
	
.listimg {
	float:left;
	border:1px solid #b3b3b3;
	margin-right:8px;}
	
#newslist td h2 {
	font-size:1em;
	line-height:1.6;
	padding-left:12px;
	background:url(../images/icon/graya.png) left 27px no-repeat;
	float:left;
	color:#ea6e09;}
	
#newslist td a {
	color:#272727;}

/*-- page --*/

span#maintop {
	display:block;}
	
#headline {
	font-size:1em;
	color:#272727;
	padding:6px 112px 6px 34px;
	border-bottom:1px solid #9e9e9e;
	margin-top:29px;
	position:relative;}
	
#headtime, #headunit {
	font-weight:normal;
	padding-top:6px;
	padding-bottom:6px;}
	
#headtime {
	color:#ea6e09;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #9e9e9e;}
	
#headunit {
	color:#848485;
	padding-left:10px;
	border-left:1px solid #9e9e9e;
	position:absolute;
	top:0;
	right:10px;}
	
* html #headunit {
	top:auto;}
	
*+html #headunit {
	top:auto;}
	
#article {
	background:url(../images/icon/grayd.png) left bottom repeat-x;
	position:relative;
	font-size:13px;
	line-height:24px;
	color:#272727;
	margin-bottom:19px;
	padding:20px 28px 25px 37px;}
	
#article p {
	margin-bottom:32px;}
	
#articlehit {
	position:absolute;
	top:auto;
	right:2px;	
	color:#848485;
	font-size:12px;}
	
* html #articlehit {
	right:2px;}
