#maincontent {
	float: right;
	width: 560px;
	margin-top: 30px; /* 上マージンを設定 */
	margin-right: 20px; /* 右マージンを設定 */
}


/* ここからメインコンテンツの中身の設定 */
#maincontent .topic_left {
	float: left;
	width: 270px;
	margin-top: 10px;
	clear: both;
}

#maincontent .topic_right {
	float: right;
	width: 270px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#maincontent #logo {
	clear: both;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* ここまでメインコンテンツの中身の設定 */
