@charset "UTF-8";

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

#wrap {
	background:none
}

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

#main {
	float:none;
	width:956px;
	margin-left:11px;
	margin-right:13px;
	padding-bottom:24px;
}

* html #main {
	display:inline-block;
}

#main .section {
	border-left:1px dotted #787878;
}

#main .section h2 {
	padding:8px 0 5px 9px;
}

#main .section h2 img {
	display:block;
}

#main .event h2 {
	width:205px;
	border-bottom:1px dotted #787878;
}

/* ---------------------------------------------------------------- *
	main about-us
 * ---------------------------------------------------------------- */

#main .about-us .article {
	overflow:scroll;
	overflow-x:auto;
	height:174px;
	padding:6px 56px 6px 12px;
	border:1px dotted #787878;
	border-left:0;
	background-color:#e6eaf1;
	color:#4d4d4d;
	font-family:Tahoma,arial;
	text-align:justify;
}

#main .about-us .article p {
	margin-top:18px;
}

 /* ---------------------------------------------------------------- *
	main event
 * ---------------------------------------------------------------- */

#main .event {
	margin-top:24px;
	padding-bottom:42px;
}

#main .event .article .list {
	position:relative;
	padding-top:12px;
}

#main .event .article .list li {
	position:relative;
	display:inline;
	float:left;
	width:360px;
	height:22px;
	margin-top:5px;
	margin-left:17px;
	padding-top:8px;
	padding-left:94px;
}

#main .event .article .list li .dtstart {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:78px;
	height:30px;
	background-color:#e6eaf1;
	color:#53699b;
	line-height:30px;
	text-align:center;
}

#main .event .article .list li a {
	color:#272727;
	font-size:10px;
	text-decoration:underline;
}

