@charset "utf-8";
/*------------------左邊陰影------------------*/
#sideLeft {
	height: 600px;
	width: 136px;
	position: absolute;
}

/*------------------右邊陰影------------------*/
#sideRight {
	height: 600px;
	width:  136px;
	position: absolute;
}

/*------------------網頁外框------------------*/
#bodyMain {
	width: 950px;
	position: relative;
	margin: 0px auto;
	height: auto;
}

/*------------------頁首------------------*/
#header {
	height: 127px;
	width: 100%;
	overflow:hidden;
}

/*------------------選單------------------*/
#mainMenu {
	width:950px;
	padding-left: 1px;
	padding-top:15px;
}

/*------------------頁尾------------------*/
#footer {
	background: url(../img/bg_body.gif) repeat-x -200px top;
	margin-left:auto;
	margin-right:auto;
	clear: both;
	height:100px;
	margin-top:30px;
}

/*------------------左欄------------------*/
#cloumLeft {
	float: left;
	width: 177px;
	padding-left: 0px;
}

/*------------------右欄------------------*/
#cloumRight {
	vertical-align:top;
	margin-left:192px;
	_margin-left:189px;/*-----IE6 only--------*/ 
}

/*------------------中間欄位------------------*/
#cloumCenter {
	height: 100%;
}
/*------------------中間banner圖片------------------*/
#cloumBannerImage{
	padding-bottom:12px;
	*padding-bottom:16px;/*For IE7 & IE6*/
}

/*------------------內頁中間欄位------------------*/
#cloumInpageContent{
	padding-right: 13px;
	padding-left: 13px;
}

/*------------------中間左陰影線------------------*/
#heightLineLeft{
	height: 100%;
}
/*------------------中間右陰影線------------------*/
#heightLineRight{
	height: 100%;
}
/*------------------排版隔間距用------------------*/
#LayoutBlock{
	height:15px;
}
/*----------------二欄式Content--------------------*/
#cloum2Content{
	background-image: url(../images15/mainTableCloum2ContentExtend.gif);
	background-repeat: repeat-y;	
}
#cloum2ContentTopBg{
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	background-image: url(../images15/mainTableCloum2ContentTop.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#cloum2ContentBottomBg{
	background-image: url(../images15/mainTableCloum2ContentBottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 10px;
}
/*----------------三欄式中欄側欄包起來--------------------*/
#cloum3BigContent{
	_height:500px;/* IE6 */ 
}
/*----------------三欄式中欄--------------------*/
#cloum3ContentPackage {
	width:497px;
}
#cloum3MainTabBg {
	width:497px;
	height:33px;
	background-image:url(../images15/messagePage04.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#cloum3Content{
	width:497px;
	background-image: url(../images15/mainTableCloum3ContentExtend.gif);
	background-repeat: repeat-y;
}
#cloum3ContentTopBg{
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	background-image: url(../images15/mainTableCloum3ContentTop.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#cloum3ContentBottomBg{
	width:497px;
	background-image: url(../images15/mainTableCloum3ContentBottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 10px;
}
/*----------------三欄式側欄--------------------*/
#cloum3SidePackage{
	float:right;
	width:246px;
}
#cloum3SideTabBg {
	width:246px;
	height:33px;
	background-image:url(../images15/messagePage04.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#cloum3SideContent{
	width:246px;
	background-image: url(../images15/mainTableCloum3SideExtend.gif);
	background-repeat: repeat-y;
}
#cloum3SideContentTopBg{
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	background-image: url(../images15/mainTableCloum3SideTop.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#cloum3SideContentBottomBg{
	width:246px;
	background-image: url(../images15/mainTableCloum3SideBottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 10px;
}
#cloum3ContentEach{
	float:left;
	padding-bottom:15px;
}
