@charset "utf-8";
/* CSS Document */
@import url(./links_menu.css);
#menuL li#a a  {
	display: none;
}
#Rbox .listbox h4 {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #47924D;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #47924D;
	font-weight: lighter;
}

#Rbox .listbox  {
	padding-bottom: 10px;
}
#Rbox .listbox .box {
	padding-bottom: 5px;
}

.listbox .box h5 {
	font-size: 0.9em;
	font-weight: lighter;
	color: #47924D;
	padding-bottom: 10px;
}
.listbox .box p.img {
}
.listbox .box p.txt {
	padding-top: 5px;
	padding-bottom: 15px;
}
#Rbox .listC {
	border-collapse: collapse;
}
#Rbox .listC th ,#Rbox .listC td{
	border: 1px solid #47924D;
}
#Rbox .listC th {
	color: #326736;
	font-size: 0.9em;
	font-weight: lighter;
	padding: 5px;

}
#Rbox .listC td {
	padding: 2px;
}
