@charset "utf-8";

#head {
	margin-bottom:0;
}

h2 {
	clear:both;
	margin-bottom:15px;
	line-height:1;
}

.wrapper:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
	padding-bottom:15px;
}

.wrapper  {
	zoom:1;
}

#side {
	width:196px;
	float:left;
}

#main {
	width:510px;
	float:right;
	padding-top:0;
}

#side ul {
	font-size:1px;
	line-height:0;
	list-style-type:none;
}

#side li {
	margin-bottom:3px;
}

#main h3 {
	margin-bottom:10px;
}

#main table#news {
	border-collapse:collapse;
	margin-bottom:20px;
	width:100%;
}

#main table#news th {
	background:url(../common/arrow.gif) no-repeat 9px 11px;
	padding:9px 9px 9px 23px;
	vertical-align:top;
	font-weight:normal;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	border-bottom:1px solid #CCCCCC;
	width:23%;
}

#main table#news td {
	padding:9px 0;
	border-bottom:1px solid #CCCCCC;
	color:#666666;
	width:77%;
}

#main p.bnr img {
	border:1px solid #8CB340;
}

.news{
	border-collapse:collapse;
	margin-bottom:20px;
	width:100%;
}
.newsth{
	background:url(../common/arrow.gif) no-repeat 9px 11px;
	padding:9px 9px 9px 23px;
	vertical-align:top;
	font-weight:normal;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	border-bottom:1px solid #CCCCCC;
	width:23%;
}
.newstd{
	padding:9px 0;
	border-bottom:1px solid #CCCCCC;
	color:#666666;
	width:77%;
}