/*-------------------------------------------------------------------
樣式表用途：網站次頁通用基本樣式表
作者：Chudapi 
信箱：chudapi@gmail.com
-------------------------------------------------------------------*/

/*	cMainLeft樣式設定開始
-------------------------------------------------------------------*/
	/*	nav1Level2Box樣式設定開始
	-------------------------------------------------------------------*/
	#nav1Level2Box {
			position: relative;
			width: 100%;
	}
		.nav1Level2 {
				position: absolute;
				top: 18px;
				left: 15px;
				list-style-type: none;
				z-index: 300;
		}
		.nav1Level2 li {
				float: left;
				margin-right: 10px;
		}
		.nav1Level2 li a {
				color: #f2f2f2;
		}
		.nav1Level2 li a:hover {
				text-decoration: none;
				color: #A4EEFF;
		}
		.nav1Level2 li a.level2Stay {
				color: #3FD2FF;
		}
	/*  nav1Level2Box樣式設定結束
	-------------------------------------------------------------------*/
	/*	stayPageImage樣式設定開始
	-------------------------------------------------------------------*/
	#stayPageImage {
			position: relative;
			width: 100%;
			height: 55px;
			background: url(../Images/bgStayPage.png) 0 0 no-repeat;
	}
	#titleZH {
	
			position: absolute;
			top: 15px;
			left: 0;
			font-size: 14px;
			font-weight: bold;

	}
	#titleZH span {
			/*\*/
			letter-spacing: 0.3em;
			/**/	
	}
	#titleEN {
			position: absolute;
			top: 28px;
			left: 0;	
	}
	/*  stayPageImage樣式設定結束
	-------------------------------------------------------------------*/	
	/*	content樣式設定開始
	-------------------------------------------------------------------*/
	#content {
			position: relative;
			width: 100%;
			margin: 30px 0;
			background: url(../Images/bgContent.png) 0 0 no-repeat;
	}
		#txtPart {
				padding:15px 15px 40px 15px;
				color: #f2f2f2;
		}
		#txtPart h4 {
				margin-top: 5px;
				font-size: 110%;
		}
		#txtPart p {
				margin-top: 10px;
		}
		#imagePart {
				border-top: 1px dotted #ffffff;
		}
	/*  content樣式設定結束
	-------------------------------------------------------------------*/		
/*  cMainLeft樣式設定結束
-------------------------------------------------------------------*/
