.tabs-container {
	clear: left;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 5px 8px 10px 8px;
	background: #FFF;
}
div.tablayout {
	width: 498px;
	margin: 10px auto 0 auto;
}
ul.tablayout {
	list-style-type: none;
	width: 100%;
	float: left;
	background: url(../img/pixel.gif) bottom left repeat-x;
}

ul.tablayout li {
	margin: 0;
	float: left;
}

ul.tablayout a {
	float: left;
	display: block;
	padding: 10px 0 0 0;
	background: url(../img/tab_off.gif);
	width: 166px;
	height: 20px;
	text-align: center;
}
ul.tablayout a img {
	border: 0;
}

ul.tablayout a:hover {
	background: url(../img/tab_on.gif) ;
}

ul.tablayout a.active {
	background: url(../img/tab_on.gif) ;
	padding-bottom: 1px;
	cursor: default;
	color: #00f;
}
.tab-nested {
	padding: 10px 0 0 0;
}
.tab-nested ul {
	margin: 0;
	padding: 0;
}
.tab-nested ul li {
	margin: 0 0 10px 5px;
	padding: 0 0 0 15px;
	line-height: 160%;
	background: url(../img/arrow_green01.gif) 0 50% no-repeat;
}
.tab-nested ul li.news-date {
	margin: 0 0 5px 5px;
	padding: 0;
	background: none;
}
.tab-nested dl {
	margin: 0;
	padding: 0;
}
.tab-nested dl dt{
	clear: both;
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 160%;
	font-weight:bold;
}
.tab-nested dl dt.qa1{
	clear: both;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 160%;
	font-weight:bold;
}
.tab-nested dl dd{
	margin: 0 0 0 10px;
	line-height: 160%;
	padding: 0 5px 0 5px;
	background: url(../img/arrow_green01.gif) 0 4px no-repeat;
}
.tab-nested dl dd.link {
	margin: 0 0 10px 5px;
	background: none;
}
.tab-nested dl dd.qa2{
	margin: 0 0 10px 5px;
	line-height: 160%;
	background: url(../img/arrow_green01.gif) 0 4px no-repeat;
}

.tab-nested ul li a, .tab-nested dl dd a {
	color: #006600;
	text-decoration: underline;
}
.tab-nested ul li a:hover, .tab-nested dl dd a:hover {
	color: #009966;
	text-decoration: none;
}
