/* 三欄式自動調幅版面
---------------------------------------------*/
#Wapper {
	width:100%;
}

#Header {
}
#Header_Left {
	background-image: url(im/Frame_LeftLine.gif);
	background-repeat: repeat-y;
	background-position: left;
	float: left;
	width: 98%;
	text-align: left;
	padding-top: 1px;
}
#Header_Right {
	background-image: url(im/Frame_RightLine.gif);
	background-repeat: repeat-y;
	background-position: right;
	float: right;
	width: 2%;
	height: 108px;
}
#Header_Menu {
	text-align: left;
	padding-left: 3px;
	padding-top: 2px;
}
#Container {
	/* overflow: auto !important;
	overflow : hidden;*/
	float:left;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(im/Frame_Submenu.gif);
	background-repeat: repeat-y;
	margin: 0px;
}
#Container_Index {
	/* overflow: auto !important;
	overflow : hidden;*/
	float:left;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(im/Frame_LeftLine.gif);
	background-repeat: repeat-y;
	margin: 0px;
}
#Index_NewsBar{
	background-image: url(im/Index_NewsBar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 28px;
	background-color: #FFFFFF;
}
#BT{
	padding-left: 10px;
	background-image: url(im/Frame_RightLine.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#AD{
	float: right;
	margin-right: 10px;
	padding-bottom: 30px;
}
#Content {
	float: left;
	width: 80%;
}

#Primary{
	width: 100%;
	background-image: url(im/Frame_RightLine.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 40px;
	background-color: #FFFFFF;
	height: 500px;
}

#Secondary{
	float: left;
	width: 200px;
	margin-right:15px;
	padding-left: 15px;
	margin-bottom: 30px;
}

#Footer {
	width: 100%;
	background-image: url(im/footer_BT.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 96px;
	background-color: #ebebeb;
}
#Footer_Left {
	width: 200px;
	float: left;
	padding-top: 10px;
	background-image: url(im/Frame_LeftLine.gif);
	background-repeat: repeat-y;
	height: 96px;
	text-align: center;
}
#Footer_Right {
	float
	background-image: url(im/Frame_RightLine.gif);
	background-position: right;
	background-image: url(im/Frame_RightLine.gif);
	background-repeat: repeat-y;
	height: 96px;
	padding-top: 15px;
	text-align: center;
}
