@charset "utf-8";


#top #FeatureArea {
	width: 800px;
	height: 350px;
	margin: 0 40px 25px;
	clear: both;
	background: #333;
}
#top #FeatureArea p {
	font-weight: bold;
}
#top #FeatureArea a {
	color: #FFFFFF;
	text-decoration: underline;
}
#top #FeatureArea a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/*-- SectionA --*/

#top #SectionA {
	float: left;
	width: 354px;
	margin-right: 13px;
}
#top #SectionA ul {
	list-style: none;
}
#top #SectionA ul li {
	float: left;
	margin-right: 7px;
	margin-bottom: 1px;
}


/*-- SectionB --*/

#top #SectionB {
	float: left;
	width: 283px;
}
#top #SectionB #TgoTopics {
	border-top: #FFFFFF 2px solid;
	border-bottom: #FFFFFF 2px solid;
	padding: 3px 0 5px;
	margin-bottom: 10px;
}
#top #SectionB #TgoTopics h2 {
	width: 127px;
	float: left;
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	padding: 8px 0;
}
#top #SectionB #TgoTopics #UpDate {
	width: 156px;
	float: right;
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	height: 23px;
	padding-top: 7px;
	margin-bottom: 5px;
	*margin-bottom: 0px;
	text-align: right;
}
#top #SectionB #TgoTopics #UpDate span {
	color: #FFFF00;
	padding-left: 5px;
}

#top #SectionB #TgoTopics dl {
	overflow: auto;
	height: 110px;
	clear: both;
	scrollbar-base-color: #666666;
	scrollbar-arrow-color: #FFFF00;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #666666;
	scrollbar-3dlight-color: #000000;
	scrollbar-track-color: #000000;
}
#top #SectionB #TgoTopics dt {
	padding-top: 3px;
	color: #FFFF00;
}
#top #SectionB #TgoTopics dd {
	border-bottom: #666666 1px dotted;
	color: #999999;
	padding-bottom: 3px;
}
#top #SectionB ul {
	list-style: none;
}
#top #SectionB ul li {
	float: left;
}
#top #SectionB ul li.TgoDesign {
	padding-top: 2px;
	padding-left: 7px;
}



/*-- SectionC --*/

#top #SectionC {
	width: 130x;
	float: right;
}

