﻿/*預設內頁版型1 Layout配置*/


#PageBase{
	
	width: 975px;
	clear: both;
	margin: 0 auto;
/*上下為0 左右自動調整*/	height: 100%;
	background-color: #FFFFFF;
	background-image:url('../mainpage/image/csibg.gif');
    background-repeat:repeat;

}
#page{
	POSITION: relative;
	TEXT-ALIGN: left;
	width: 975px;
	clear: both;
	margin: 0 auto;
	height: 100%;
	background-repeat:no-repeat;
}
#mainup{
	min-width: 975px;
	margin-bottom:10px;
	margin: 0 auto;
	clear:both;
	/*background-image: url('../mainpage/200802/image/banner2.gif');*/
	background-image:none;
	height:180px;
}
#maincenter{
	/*height:1100px;*/
}
#L1{
	clear:both;
	min-width:955px;
	margin-left:10px;
	/*position:relative;*/
	margin-bottom:10px;
	
}

#L1_left {
	float: left;
	margin: 10px 3px 10px 0px;/*上 右 下 左*/	
min-width: 170px;
	width: 170px;
	min-height:700px;
	border:0px #DFDFDF solid;
}
#L1_rightcx{
	float: right;
	min-width: 765px;  /*For IE,正確應為775px*/
	margin: 0px 10px 10px 10px;/*上 右 下 左*/	
	width: 765px; /*For IE,正確應為775px*/
	background-color: white;
/*	padding-top:10px;*/
}

Div .L1_rightcx_content{
		padding:10px 0px 10px 0px;
		position:relative;
}



#L1_middle{
	float:left;
	margin:0pt 0pt 10px; /*上 右 下*/
	min-width:595px;
	width:595px;
}
#L1_right{
	float: right;
	min-width: 170px;
	width: 170px;
}
#maindown{
	border:0px solid #E1E1E1;
	clear:both;
	font-size:90%;
	margin-bottom:10px;
	text-align:center;
}	
#pagetitle{
	position: absolute;
	top: 38px;
	left: 35px;
	z-index: 99;
	text-align: center;
	font-family: 微軟正黑體;
	font-size: 16px;
	color: #474747;
	font-weight: 400;
}

