/* css \*/
#main {
	width: 800px;
}

#top_bbs {
	overflow: hidden;
	width: 553px;
	height: 257px;
	float: left;
	background: url(img/top_bbs_bg.jpg) no-repeat;
	margin-bottom: 20px;
}

#top_topics {
	overflow: hidden;
	width: 247px;
	height: 257px;
	float: right;
	margin-bottom: 20px;
}

#top_topics div.topi {
	overflow: hidden;
	overflow-x: hidden;
	height: 215px;
	border: 1px solid #ff7878;
	border-top: none;
	border-bottom: none;
	background-color: #ffffff;
}

#top_topics div.topi h3 {
	width: 195px;
	margin: 9px auto 3px auto;
}

#top_topics div.topi div.tx {
	width: 222px;
	margin: 10px auto 0px auto;
	line-height: 1.1;
}

#top_topics div.topi div.tx span.img  {
	float:left;
	margin-right:5px;
	}

#top_topics div.topi ul {
	width: 222px;
	margin: 3px auto 0 auto;
	line-height: 1.1;
	padiing:0;
}

#top_topics div.topi ul li {
    list-style-type:disc; 
	margin-left:1.2em;
    margin-top:0.4em;
	padiing:0;
}

#top_new {
	width: 247px;
	float: left;
	line-height: 1.2;
	padding-right: 16px;
}

#top_new li {
	padding: 6px 0 7px 0;
	background: url(common/img/line01.gif) repeat-x left bottom;
}

#top_new span.date {
	font-size: 80%;
	color: #1861ae;
}

#top_information {
	width: 272px;
	float: left;
	border: 1px solid #cccccc;	
}

#top_information  h3{
	padding:8px 0px 2px 9px ;
}

#top_information p {
	width: 250px;
	margin: 0 auto 3px auto;
	padding: 3px 8px;
	
}

#contents_right {
width: 247px;
	float: right;
	margin-bottom: 10px;
}

#top_suport {
	margin-bottom: 10px;
}

#top_suport div {
    padding:8px 0;
	border: 1px solid #95d400;
	border-top: none;
	background-color: #ffffff;
}

#top_suport div ul {
	width: 222px;
	margin: 0 auto 0 auto;
	line-height: 1.1;
}

#top_suport div ul li {
    list-style-type:disc; 
	margin-left:1.2em;
    margin-bottom:0.2em;
}



#top_banner {
	width: 247px;
}

#top_banner ul li a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 247px;
	height: 53px;
	margin-bottom: 8px;
}



#top_banner ul li a.banner01 {
	background: url(img/top_banner01.gif) no-repeat;
}

#top_banner ul li a.banner01:hover {
	background: url(img/top_banner01_ov.gif) no-repeat;
}

#top_banner ul li a.banner02 {
	background: url(img/top_banner02.gif) no-repeat;
}

#top_banner ul li a.banner02:hover {
	background: url(img/top_banner02_ov.gif) no-repeat;
}

#top_banner ul li a.banner03 {
	background: url(img/top_banner03.gif) no-repeat;
}

#top_banner ul li a.banner03:hover {
	background: url(img/top_banner03_ov.gif) no-repeat;
}