<!--
.hyper_link a {
	border		: 0px;
}
.hyper_link a:hover {
	color		:#FF9900;
}
.pic_link {
	text-decoration	: none;
	border			: 0px;
}

.lbule td.digi_btn {
	background-color: #C5D3D9;
	height			: 22px;
	border			: 1px solid #93b5c3;
	FILTER			: Alpha(opacity=50);
}
.lbule td.digi_btn a {
	color			: #9999FF;
	position		: relative;
	display			: block;
	padding-left	: 5px;
	padding-right	: 5px;
	text-decoration	: none;
	line-height		: 22px;
	height			: 22px;
	font-weight		: bold;
}
.lbule td.digi_btn a:hover {
	color			: #FFFFFF;
	background-color: #b5c3c9;
	FILTER			: Alpha(opacity=100);
}
.lbule td.digi_btn_now {
	background-color: #FFFFFF;
	height			: 22px;
	border			: 1px solid #a5d3ff;
}
.lbule td.digi_btn_now a {
	color			: #FF9900;
	position		: relative;
	display			: block;
	padding-left	: 5px;
	padding-right	: 5px;
	text-decoration	: none;
	line-height		: 22px;
	height			: 22px;
	font-weight		: bold;
}
.lbule td.digi_btn_now a:hover {
	color			: #FF3300;
	background-color: #BFBFBF;
}

.lbule td.digi_table {
	padding-right	: 5px;
	padding-left	: 5px;
	height			: 22px;
	border			: 1px solid #a3c5d3;
}
.lbule td.btn_refresh {
	background-color: #C5D3D9;
	width			: 36px;
	height			: 22px;
	border			: 1px solid #93b5c3;
	FILTER			: Alpha(opacity=50);
}

.lbule td.btn_refresh a {
	color			: #FF9900;
	position		: relative;
	display			: block;
	padding-left	: 5px;
	padding-right	: 5px;
	text-decoration	: none;
	line-height		: 22px;
	width			: 36px;
	height			: 22px;
	font-weight		: bold;
	background: url(../image/button/refresh.gif) 50% 50% no-repeat;
}
.lbule td.btn_refresh a:hover {
	color			: #FF3300;
	background: #b5c3c9 url(../image/button/refresh.gif) 50% 50% no-repeat;
}
.gap {
	padding-left	: 1px;
	padding-right	: 1px;
}
-->