/*預設內頁版型2 Layout配置*/


#PageBase{
	background: url('../mainpage/200802/image/bg-Page2.gif') no-repeat;
	width: 975px;
	clear: both;
	margin: 0 auto;
/*上下為0 左右自動調整*/	height: 100%;
	background-color: #E5F6FF;
}
#page{
	POSITION: relative;
	TEXT-ALIGN: left;
	width: 955px;
	clear: both;
	margin: 0 auto;
	height: 100%;
	background-repeat:no-repeat;
}
#mainup{
	min-width: 955px;
	margin: 0 auto;
	clear:both;
	/*background-image: url('../mainpage/200802/image/banner2.gif');*/
	background-image:none;	
	height:145px;
}
#maincenter{
	/*height:1100px;*/
}
#L1{
	clear:both;
	min-width:955px;
	/*position:relative;*/
	
}

#L1_left {
	float: left;
	margin: 10px 4px 10px 0px;/*上 右 下 左*/	
min-width: 620px;/*For IE,正確應為636px*/
	width: 620px;/*For IE,正確應為636px*/
	background-color: white;
	padding:8px;
}

#L1_left .rctop {
	background: transparent url(../mainpage/200802/image/Page1_conor_TL.gif) no-repeat left;
	display: block;
	left: -2px;
	position: relative;
	top: -2px;
}
#L1_left .rctop span {
	background:transparent url(../mainpage/200802/image/Page1_conor_TR.gif) no-repeat right;
	display: block;
	font-size: 0pt;
	height: 5px;
	position: relative;
	right: -4px;
}
#L1_left .rcbottom {
	background: transparent url(../mainpage/200802/image/Page1_conor_BL.gif) no-repeat bottom left;
	display: block;
	left: -2px;
	position: relative;
	height: 5px;
	bottom:-2px;
}
#L1_left .rcbottom span {
	background:transparent url(../mainpage/200802/image/Page1_conor_BR.gif) no-repeat bottom right;
	display: block;
	font-size: 0pt;
	height: 5px;
	position: relative;
	bottom:-0px;
	right: -4px;
}

.L1_pagetitle{
 border:1px #86d3d8 solid;
 height:40px;
 background-image:url('../mainpage/200802/image/top_bg.gif');
 background-repeat:repeat-x;
 background-position:center;
 padding-top:2px;
 width:610px;
 margin-right:10px;
 margin-left:10px
 }
 
 .L1_pagetitle_word{
background-color:#ffffff;font-size:16px;color:#383838; margin-left:10px
 }




#L1_rightcx{
	float: right;
	min-width: 300px;  /*For IE,正確應為310px*/
	margin: 0px 0px 10px 5px;/*上 右 下 左*/	
	width: 300px; /*For IE,正確應為310px*/
	padding:5px;
	background-color:white;
}
#maindown{
	border:0px solid #E1E1E1;
	clear:both;
	font-size:90%;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}	



