/* 次選單icon */
.menu0_1 {
	width: 40px;
	background: url(icon/menu0_1.gif) no-repeat;
}

.menu1_1 {
	width: 40px;
	background: url(icon/menu1_1.gif) no-repeat;
}
.menu1_2 {
	width: 35px;
	background: url(icon/menu1_2.gif) no-repeat;
}
.menu1_3 {
	width: 42px;
	background: url(icon/menu1_3.gif) no-repeat;
}
.menu1_4 {
	width: 45px;
	background: url(icon/menu1_4.gif) no-repeat;
}
.menu1_5 {
	width: 37px;
	background: url(icon/menu1_5.gif) no-repeat;
}
.menu1_6 {
	width: 40px;
	background: url(icon/menu1_6.gif) no-repeat;
}
.menu1_7 {
	width: 35px;
	background: url(icon/menu1_7.gif) no-repeat;
}

.menu2_1 {
	width: 40px;
	background: url(icon/menu2_1.gif) no-repeat;
}
.menu2_2 {
	width: 45px;
	background: url(icon/menu2_2.gif) no-repeat;
}
.menu2_3 {
	width: 37px;
	background: url(icon/menu2_3.gif) no-repeat;
}
.menu2_4 {
	width: 38px;
	background: url(icon/menu2_4.gif) no-repeat;
}
.menu2_5 {
	width: 35px;
	background: url(icon/menu2_5.gif) no-repeat;
}
.menu2_6 {
	width: 42px;
	background: url(icon/menu2_6.gif) no-repeat;
}

.menu3_1 {
	width: 38px;
	background: url(icon/menu3_1.gif) no-repeat;
}
.menu3_2 {
	width: 35px;
	background: url(icon/menu3_2.gif) no-repeat;
}
.menu3_3 {
	width: 40px;
	background: url(icon/menu3_3.gif) no-repeat;
}
.menu3_4 {
	width: 47px;
	background: url(icon/menu3_4.gif) no-repeat;
}

/* btn按鈕 */
.btn_login, .btn_system {
	color: #000000;
	font-size: 12px;
	text-align: left;
	display: block;
	float: right;
	height: 20px;
	width: 55px;
	padding-left: 17px;
	margin-left:5px;
}
.btn_login {
	color: #996600;
	background: url(icon/btn_login.gif) no-repeat;
}
.btn_login:hover {
	color: #000000;
	background: url(icon/btn_login2.gif) no-repeat;
	text-decoration: none;
}
.btn_system {
	background: url(icon/btn_system.gif) no-repeat;
}
.btn_system:hover {
	color: #FFFFFF;
	background: url(icon/btn_system2.gif) no-repeat;
	text-decoration: none;
}
.btn_search {
	height: 20px;
	width: 65px;
	background: url(icon/btn_search.jpg) no-repeat;
}
/* icon圖示 */
.icon_search {
	height: 50px;
	width: 50px;
	background: url(icon/icon_search.gif) no-repeat;
}
/*icon1*/
.icon1_normal, .icon1_current {
	padding: 3px;
	display: block;
	float: left;
}
.icon1_normal {
	color: #FFFFFF;
	background: #999999 url(icon/txtIcon1-bg0.gif) repeat-x;
	border: 1px solid #999999;
}
.icon1_current {
	color: #E1E1FF;
	background: #6666CC url(icon/txtIcon1-bg1.gif) repeat-x;
	border: 1px solid #9999FF;
}
.icon1_arrow {
	padding: 0px 5px;
	display: block;
	float: left;
	height: 30px;
	line-height: 100px;
	overflow: hidden;
	background: url(icon/txtIcon1-arrow0.gif) no-repeat;
}
/* H標題列 */
/*h2*/
h2 {
	font-size: 15px;
	color: #003399;
	padding: 0px;
	margin: 10px 0px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	display: block;
	background: url(icon/submenu_head.gif) no-repeat;
}
/*h3*/
h3 {
	color: #000000;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 820px;
	font-size: 18px;
	background: url(icon/title_bg.gif) repeat-x;
}
h3 a, h3 strong {
	padding: 0px 20px;
	margin: 0px;
	height: 30px;
	line-height: 32px;
	background: url(icon/title_arrow2.gif) no-repeat 0px 2px;
	border-bottom: 2px solid #333333;
}
h3 a:hover {
	background: url(icon/title_arrow1.gif) no-repeat 0px 2px;
	border-bottom: 2px solid #CC0000;
}
/*h4*/
h4 {
	color: #3333CC;
	padding: 0px 0px 0px 18px;
	margin: 15px 0px 5px 0px;
	background: url(icon/icon_list.gif) no-repeat 0px 2px;
}
/*h5*/
h5 {
	color: #FFFFFF;
	padding: 0px 10px 0px 20px;
	margin: 0px;
	display: block;
	height: 25px;
	line-height: 25px;
	background: url(icon/stitle_head.gif) no-repeat left top;
}
h5 a, h5 strong {
	color: #FFFF99;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	background: url(icon/stitle_tail.gif) no-repeat right top;
}
h5 a:hover {
	color: #FFFFFF;
}
