.idx_sec {
	border-bottom: 1px dotted #999999;
	margin-bottom: 6px;
}
.idx_sec > h2 {
	font-size: 16px !important;
	border-bottom: 1px dotted #999999;
}
.idx_bttn {
	display: block;
	margin: 2px 2px 6px 2px;
	
	padding: 4px 4px 4px;
	font-size: 14px;
	border: 1px solid #ffffff;
	border-left: 10px solid #FFCC33;
	
}
.idx_bttn > h3 {
	text-decoration: none;
	color: #000000;
	font-size: 10px !important;
	display: block;
}
.idx_bttn:hover {
	text-decoration: none !important;
	background-color: #F9DB59 !important;
	border: 1px dotted #cccccc;
	border-left: 10px solid #F9DB59;
}
.idx_bttn:hover > h3 {
	text-decoration: none !important;
	color: #000000 !important;
	display: block;
}
.idx_bttn:hover > h3:hover {
	color: #000000 !important;
}