@charset "UTF-8";

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

html {
	background:url(../images/subject/htmlbg.png) #fff repeat-x;}
	
#main {
	padding-bottom:46px;}
	
#maintop {
	margin-bottom:50px;}
	
#mainlist {
	border-collapse:collapse;
	border-spacing:0;
	width:1000px;
	margin:auto;}
	
#mainlist th {
	background:url(../images/icon/redline.png) right 13px no-repeat;
	vertical-align:top;
	text-align:left;
	padding:8px;
	border-bottom:1px dotted #787878;}
	
#mainlist th > h2 {
	font-size:15px;
	margin-bottom:0;}
	
#mainlist th > h2:first-letter {
	font-size:38px;}
	
#mainlist th h2 a {
	color:#5e3e0b;
	text-decoration:underline;}
	
#mainlist th h2 a:hover {
	color:#5e1e0b;}
	
#mainlist th > p {
	line-height:2;
	font-weight:normal;
	margin-bottom:0;}
	
#mainlist td {
	width:120px;
	text-align:center;
	font-weight:bold;
	border-bottom:1px dotted #787878;}
	
.contents {
	width:1003px;
	margin:-20px auto 0;
	font-size:15px;}
	
.contents h1 {
	background-image:url(../images/subject/titlebg.jpg);
	line-height:52px;
	padding-left:31px;
	width:900px;
	font-size:1em;
	margin-top:0;}
	
.contents > p {
	margin-left:16px;
	line-height:2;
	margin-top:40px;}
	
.contents > p:first-child {
	margin-top:24px;}
	
#footer {
	padding-top:56px;
	background-image:url(../images/subject/footerbg.png);}	
