@charset "utf-8";
/* CSS Document */
/*頭部區塊*/
/*Logo*/
#IndexHeadBanner{
	height:110px;
}
#IndexHeadBannerTop{
	color:#333;
	text-align:right;
	background-image: url(/images2/top-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding:5px 0px;
}

#IndexHeadBannerTop .txt1{
	color:#006666;
	font-weight:bold;
}
#IndexHeadBannerTop .txt2,#IndexHeadBannerTop .txt3{
	color:#333;
}
#IndexHeadBannerTop .txt4{
	color:#006666;
	font-weight:bold;
}
#IndexHeadBannerTop .txt5{
	color:#990000;
	font-weight:bold;
}
.IndexHeadBannerLeft{
	width:520px;
	height:97px;
}
.IndexHeadBannerRight{
	width:486px;
	height:97px;
	background-image:url(/images2/HeadBg.jpg);
	background-repeat:no-repeat;
	background-position:0px -13px;
	vertical-align:top;
}

/*Menu*/
#HeadMenu{
	height:31px;
}
#HeadMenu a img{
	height:31px;
	background-position: 0px 31px;
}
#HeadMenu a:hover img,#HeadMenu a.cursor img{
	background-position: 0px 0px;
}
#HeadMenu_1{
	background-image:url(/images2/button/HeadMenu_1.jpg);
	width:101px;
}
#HeadMenu_2{
	background-image:url(/images2/button/HeadMenu_2.jpg);
	width:117px;
}
#HeadMenu_3{
	background-image:url(/images2/button/HeadMenu_3.jpg);
	width:110px;
}
#HeadMenu_4{
	background-image:url(/images2/button/HeadMenu_4.jpg);
	width:124px;
}
#HeadMenu_5{
	background-image:url(/images2/button/HeadMenu_5.jpg);
	width:120px;
}
#HeadMenu_6{
	background-image:url(/images2/button/HeadMenu_6.jpg);
	width:121px;
}
#HeadMenu_7{
	background-image:url(/images2/button/HeadMenu_7.jpg);
	width:117px;
}
#HeadMenu_8{
	background-image:url(/images2/button/HeadMenu_8.jpg);
	width:117px;
}

/*區域設定*/
#HeadSetting{
	height:40px;
}
.HeadSettingLeft,.HeadSettingRight{
	background-image:url(/images2/index/HeadSettingBg.jpg);
	background-repeat:no-repeat;
	width:446px;
	height:40px;
}
.HeadSettingLeft{
	background-position:left center;
}
.HeadSettingRight{
	background-position:right center;
}
.HeadSettingLeft table{
	margin-left:30px;
}
.HeadSettingRight table{
	margin-left:45px;
}

/*麵包屑*/
#route{
	margin-bottom:5px;
}
#route a{
	color:#666;
}
