@charset "utf-8";
.section {
	float: left;
	width: 450px;
	padding-left: 20px;
}
.article img {
	margin-right: 10px;
	margin-bottom: 10px;
}
.img_left {
	float: right;
}
.img_right {
	float: right;
	margin-left: 5px;
}


.activity h2 {
	font-weight: bold;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
.activity h2 a {
	color: #0000ff;
	margin: 0px;
	padding: 0px;

}

.activity .article p {
	float: left;
	margin-right: 10px;
}

.activity .article .main{
	margin-left: 100px;
}
.article table {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
.article table th,.article table td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
.article table tr th {
	width: 20%;
}
