@charset "utf-8";
/* 簡單流變媒體
   注意: 流變媒體要求您必須移除 HTML 中媒體的高度和寬度屬性
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 流變格線屬性
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	靈感來自於 Ethan Marcotte 的「具回應功能的網頁設計」 
	http://www.alistapart.com/articles/responsive-web-design
	
	以及 Joni Korpi 的「黃金格線系統」
	http://goldengridsystem.com/
*/

/* 行動版面: 480px 以下。 */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
/*#logo {
	display: none;

}*/


/*photo按鈕位置*/
#arrow_left, #arrow_right {
	bottom: 15%;
	position: absolute;
	right: 30px;
	z-index: 1000;
			}
#arrow_left {
	right: 86px;
			}
			
#arrow_left:hover, #arrow_right:hover {
	bottom: 15%;
			}
#arrow_left:active, #arrow_right:active {
	bottom: 15%;
			}
#main {
	clear: both;
	margin-left: 0;
	width: 100%;
	display: block;
			}
#news {
	clear: both;
	margin-left: 0;
	width: 100%;
	display: none;
			}
#news_bg{
	display: none;
}			
	

			
			
footer {
	text-align: center;
	padding: 10px;
	width: 100%;
	position: fixed;
	bottom: 0;
	_position: absolute; /* position fixed for IE6 */
	*z-index: 2;/* position fixed for IE7 */


  _top:expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-4);
	z-index: 4;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	color: #999;
	vertical-align: middle;
	clear: both;
	font-size: 75%;

	height:auto;
	left: 0px;
	background-attachment: fixed;
	background-color: #000;
	display:block;
			}
			
footer span{
	display:none;
	}
#down {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
			}

/* 表格版面: 481px 到 859px。樣式繼承自: 行動版面。 */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}

/*#logo {
	display: none;

}*/

#arrow_left, #arrow_right {
	bottom: 50%;
	position: absolute;
	right: 3%;
	z-index: 1000;
			}
#arrow_left {
	left: 3%;
			}
			
#arrow_left:hover, #arrow_right:hover {
	bottom: 50%;
			}
#arrow_left:active, #arrow_right:active {
	bottom: 50%;
			}
#main {
	clear: both;
	margin-left: 0;
	width: 100%;
	display: block;
			}
#news {
	clear: both;
	margin-left: 0;
	width: 100%;
	display: none;
			}
#news_bg{
	display: none;
}
footer {
	text-align: center;
	padding: 10px;
	width: 100%;
	position: fixed;
	bottom: 0;
	_position: absolute; /* position fixed for IE6 */
	*z-index: 2;/* position fixed for IE7 */


  _top:expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-4);
	z-index: 4;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	color: #999;
	vertical-align: middle;
	clear: both;
	font-size: 75%;
	line-height:150%;

	height:auto;
	left: 0px;
	background-attachment: fixed;
	background-color: #000;
	display:block;
			}
			
footer span{
	display: block;
	}			

#down {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
			}


}


/* 桌面版面: 860px 到最大 1232px。樣式繼承自: 行動版面和表格版面。 */
@media only screen and (min-width: 910px) {
.gridContainer {
	width: 88.2%;
	max-width: 996px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;

	display:block;

}




#arrow_left, #arrow_right {
	bottom: 50%;
	position: absolute;
	right: 3%;
	z-index: 1000;
			}
#arrow_left {
	left: 3%;
			}
			
#arrow_left:hover, #arrow_right:hover {
	bottom: 50%;
			}
#arrow_left:active, #arrow_right:active {
	bottom: 50%;
			}
#main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
			}
#news {
	margin-left: auto;
	display: block;
	padding: 0px;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	clear: both;

			}
#news .new1{
	margin: 0px;
	float: left;
	width: 45%;
	color: #FFFFFF;
}
#news .new1 h2 {
	font-family: "微軟正黑體", Arial, "新細明體";
	font-size: 150%;
	padding-bottom: 15px;
	letter-spacing: 5px;
	font-weight: 500;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#news .new1 ul {
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: 95%;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#news .new1 ul li {
	display: block;
	*display: inline-block;
	text-align: left;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8a867a;
	padding: 0px;
	line-height: 220%;
	list-style-type: none;
}

#news .new1 .news_content{
	float:left;
	font-size: 85%;
	color: #cdcac1;
}

#news .new1 .date  {
	display:none;
	
	
}


#news .new2{
	float: left;
	width: 53%;
	color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
}

#news .new2 h2 {
	font-family: "微軟正黑體", Arial, "新細明體";
	font-size: 150%;
	padding-bottom: 20px;
	letter-spacing: 5px;
	font-weight: 500;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#news .new2 .news_content{
	color: #cdcac1;
	font-size: 75%;
	line-height: 250%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}



#news_bg {
	padding: 10px;
	width: 100%;
	position: fixed;
	bottom: 0;
	_position: absolute; /* position fixed for IE6 */
	*z-index: 2;/* position fixed for IE7 */


  _top:expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-4);
	z-index: 4;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	vertical-align: middle;
	clear: both;

	height: 215px;
	left: 0px;
	background-attachment: fixed;
	background-color: transparent;
	display:block;
			}


footer {
	display:none;
}


}


/* 桌面版面: 860px 到最大 1232px。樣式繼承自: 行動版面和表格版面。 */
@media only screen and (min-width: 910px) {
.gridContainer {
	width: 88.2%;
	max-width: 996px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;

	display:block;

}




#arrow_left, #arrow_right {
	bottom: 50%;
	position: absolute;
	right: 3%;
	z-index: 9999;
			}
#arrow_left {
	left: 3%;
			}
			
#arrow_left:hover, #arrow_right:hover {
	bottom: 50%;
			}
#arrow_left:active, #arrow_right:active {
	bottom: 50%;
			}
#main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
			}
#news {
	margin-left: auto;
	display: block;
	padding: 0px;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	clear: both;

			}
#news .new1{
	margin: 0px;
	float: left;
	width: 45%;
	color: #FFFFFF;
}
#news .new1 h2 {
	font-family: "微軟正黑體", Arial, "新細明體";
	font-size: 150%;
	padding-bottom: 15px;
	letter-spacing: 5px;
	font-weight: 500;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#news .new1 ul {
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: 95%;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#news .new1 ul li {
	display: block;
	*display: inline-block;
	text-align: left;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8a867a;
	padding: 0px;
	line-height: 220%;
	list-style-type: none;
}

#news .new1 .news_content{
	float:left;
	font-size: 75%;
	color: #cdcac1;
}

#news .new1 .date  {
	display:none;
	
	
}


#news .new2{
	float: left;
	width: 53%;
	color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
}

#news .new2 h2 {
	font-family: "微軟正黑體", Arial, "新細明體";
	font-size: 150%;
	padding-bottom: 20px;
	letter-spacing: 5px;
	font-weight: 500;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#news .new2 .news_content{
	color: #cdcac1;
	font-size: 75%;
	line-height: 250%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}



#news_bg {
	padding: 10px;
	width: 100%;
	position: fixed;
	bottom: 0;
	_position: absolute; /* position fixed for IE6 */
	*z-index: 2;/* position fixed for IE7 */


  _top:expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-4);
	z-index: 4;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	vertical-align: middle;
	clear: both;
	background-image: url(img/index/news-bg.png);
	background-repeat: repeat;
	height: 215px;
	left: 0px;
	background-attachment: fixed;
	background-color: transparent;
	display:block;
			}


footer {
	display:none;
}


}



@media only screen and (min-width: 1050px) {
.gridContainer {
	width: 88.2%;
	max-width: 996px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;

	display:block;

}




#arrow_left, #arrow_right {
	bottom: 50%;
	position: absolute;
	right: 3%;
	z-index: 1000;
			}
#arrow_left {
	left: 3%;
			}
			
#arrow_left:hover, #arrow_right:hover {
	bottom: 50%;
			}
#arrow_left:active, #arrow_right:active {
	bottom: 50%;
			}
#main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
			}
#news {
	margin-left: auto;
	display: block;
	padding: 0px;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	clear: both;

			}
#news .new1{
	margin: 0px;
	float: left;
	width: 50%;
	color: #FFFFFF;
}
#news .new1 h2 {
	font-family: "微軟正黑體", Arial, "新細明體";
	font-size: 150%;
	padding-bottom: 15px;
	letter-spacing: 5px;
	font-weight: 500;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#news .new1 ul {
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: 95%;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#news .new1 ul li {
	display: block;
	*display: inline-block;
	text-align: left;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8a867a;
	line-height: 220%;
	list-style-type: none;

}

#news .new1 .news_content{
	float:left;
	font-size: 75%;
	color: #cdcac1;

}

#news .new1 .date  {
	float:right;
	font-size: 65%;
	color: #f2d376;
	display:block;
	
}


#news .new2{
	float: left;
	width: 45%;
	color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5%;
}

#news .new2 h2 {
	font-family: "微軟正黑體", Arial, "新細明體";
	font-size: 150%;
	padding-bottom: 20px;
	letter-spacing: 5px;
	font-weight: 500;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#news .new2 .news_content{
	color: #cdcac1;
	font-size: 75%;
	line-height: 250%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}



#news_bg {
	padding: 10px;
	width: 100%;
	position: fixed;
	bottom: 0;
	_position: absolute; /* position fixed for IE6 */
	*z-index: 2;/* position fixed for IE7 */


  _top:expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-4);
	z-index: 4;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	vertical-align: middle;
	clear: both;

	background-image: url(img/index/news-bg.png);
	background-repeat: repeat;
	height: 215px;
	left: 0px;
	background-attachment: fixed;
	background-color: transparent;
	display:block;
			}


footer {
	display:none;
}


}
