@charset "UTF-8";

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

html {
	background:url(../images/others/htmlbg.png) #fff repeat-x;}
	
#footer {
	padding-top:56px;
	background-image:url(../images/others/footerbg.png);}

/*-- sitemap --*/

#sitemapList {
	background:url(../images/icon/redml.png) center top repeat-y;
	padding-bottom:16px;}

#sitemapList > ul {
	width:197px;
	float:left;
	margin-left:160px;
	line-height:30px;
	font-size:15px;}
	
#sitemapList > ul:first-child {
	margin-left:90px;}
	
#sitemapList li {
	padding-left:22px;
	background:url(../images/icon/litype1.png) left 9px no-repeat;}
	
* html #sitemapList li {
	padding-left:6px;}
	
#sitemapList a {
	color:#434343;}
	
/*-- location --*/

#infoList {
	text-align:center;}
	
#coInfo {
	width:807px;
	background-color:#fffab2;
	border:1px solid #e67e32;
	margin:16px auto 0;
	line-height:2;
	padding-top:12px;
	padding-bottom:10px;
	color:#4d4d4d;}
	
#coInfo dt span {
	color:#818181;}
	
#coInfo dd, #coInfo address {
	display:inline;}

#coInfo dd {
	padding-left:24px;
	padding-right:24px;
	border-left:1px solid #4d4d4d;}
	
#coInfo dt + dd {
	padding-left:0;
	border-left:0;}
	
#coInfo dd:last-child {
	padding-right:0;}

#coInfo address {
	font-style:normal;}
	
#coInfo a {
	color:#4d4d4d;}
	
/*-- privacy --*/

#privacyc {
	font-size:15px;
	color:#434343;
	padding-left:26px;
	padding-right:16px;}
	
#privacyc p, #privacyc ul {
	line-height:2;
	margin-top:30px;}
	
#privacyc > ul {
	position:relative;}
	
#privacyc > ul > li {
	padding-left:14px;
	background:url(../images/icon/litype1.png) left 10px no-repeat;}
