@charset "utf-8";

@import url("default.css");
@import url("style.css");


ul.gNav li.nav2 img {
	filter: alpha(opacity=0)!important;
	-moz-opacity:0!important;
	opacity:0!important;
}
#main .about {
	background-image: url(../images/index/box_bg_main.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 20px 15px 30px 15px;
}
#main table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C66;
}
#main table th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C66;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	white-space: nowrap;
}
#main table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C66;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}