.home #gn	{
	background-image: url(../img/common/gn_bg_01.png);
	}

.home #gn li	{
	margin: 10px 10px 0 0;
}

.home #topimg {
	clear: both;
	overflow: hidden;
	height: 420px;
	margin: 0 10px 10px;
}

.home #content {
	width: 480px;
	margin: 0 0 10px 28px;
	padding: 0;
	float: left;
	position: static;
}

.home #side {
	display: inline;
	float: right;
	width: 250px;
	margin: 0 28px 10px 0;
}

.home #tn	{
	clear: both;
	display: inline;
	float: left;
	margin: 0 0 10px 28px;
}

.home #tn li	{
	display: inline;
	float: left;
	margin: 0 0 0 1px;
}

.home #side .banners li.first	{
	margin: 0;
}

.home #tn li a	{
	text-decoration: none;
}

.home #tn li a img	{
	display: block;
}

.home #side .banners {
	margin: 0;
	padding: 0;
}

.home #side .banners p	{
	margin: 0 0 8px;
	padding: 0;
}

.home #side .banners p a img	{
	display: block;
}


.home #content .topic-list {
	background-color: #000000;
	background-image: url(../img/home/topic_bg_01.png);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
	background-position: 0 32px;
}

.home #content .topic-list .topic-head	{
	background-image: url(../img/home/topic_bg_02.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-color: #FFF;
	height: 32px;
}

.home #content .topic-list .topic-head:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0px; visibility: hidden;
}

.home #content .topic-list .topic-head h2	{
	display: inline;
	float: left;
	padding: 0;
}

.home #content .topic-list .topic-head p.rss	{
	display: inline;
	float: right;
}

.home #content .topic-list .topic-body	{
	clear: both;
	overflow: auto;
	height: 150px;
	margin: 0 0 0 32px;
	background-color: #FFFFFF;
	font-size: 0.9em;
}

.home #content .topic-list .topic-body ul {
	padding: 10px 12px;
}

.home #content .topic-list .topic-body ul li {
	margin: 0 0 0.5em;
	line-height: 1.2;
}

.home #content .topic-list .topic-body ul li .date {
	color: #666;
}

.home #content .topic-list .topic-body ul li a:link,
.home #content .topic-list .topic-body ul li a:visited {
	color: #0066CC;
}

.home #content .topic-list .topic-body ul li a:hover,
.home #content .topic-list .topic-body ul li a:active {
	color: #FF0033;
}

