#main {
	background-image: url(../img/topbg.gif);
	background-repeat: repeat;
	height: 240px;
	width: 100%;
	margin-top: 20px;
}
#main img {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#contents {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	margin-top: 30px;
}
#contents #left {
	float: left;
	width: 564px;
	position: relative;
}
#left #box{
	padding:10px 18px 8px 0px;
	font-size:93%;
	color: #333333;
	line-height: 1.1em;
}
*+html #left #box{
	padding:8px 18px 8px 0px;
	line-height: 1.1em;
}
*html #left #box{
	padding:8px 18px 8px 0px;
	line-height: 1.1em;
}
.bgcol{
	background-color:#eaf3ff;
}
#box p,#box h3,#box h4 ,#box img{
	float: left;
	display: block;
}
#box img {
	margin-top: -2px;
}
#box p {
	margin-left: 10px;
}
#box h4 {
	margin-left: 10px;
}
#box h3 {
	margin-left: 10px;
}
#contents h2 {
	display: block;
	padding-bottom: 10px;
}
#left .rss_icon {
	position: absolute;
	left: 548px;
	top: 2px;
}
#left .rss_icon a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#contents #right {
	float: right;
	width: 371px;
}

#contents #right a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#right #people_cnts {
	width: 206px;
	float: right;
}
#right #member_cnts {
	float: left;
	width: 150px;
}
#right #people_cnts h3 {
	margin-bottom: 15px;
}

