@charset "utf-8";
/* CSS Document */

/* main-image
------------------------------------------------------------------------ */
#mainimage {
	margin: 0 auto;
	text-align:center;
}

/* コンテンツ+サイドバー　
------------------------------------------------------------------------ */ 
#top_cs_block {
	width: 780px;
	margin:0 auto;
	background: url(../images/bottom_back.jpg) no-repeat;
	background-position: bottom center;
	text-align:center;
}

.top_more {
}

/* トップInformation
------------------------------------------------------------------------ */ 
.top_information {
	width: 560px;
	margin: 0 0 10px 0;
	text-align:left;
}

.top_information dl {
	margin: 0;
	padding: 0;
}

.top_information dl dt {
	width: 130px;
	margin: 0;
	padding: 0;
	float:left;
}

.top_information dl dd {
	width: 420px;
	margin: 0;
	padding: 0;
	float:right;
	text-align:left;
}


/* トップ・イベント
------------------------------------------------------------------------ */ 
.top_event {
	width: 560px;
	margin: 0 0 10px 0;
	text-align:left;
}
.top_event h4 {
	margin: 0 0 10px 0;
}

/* トップ・TOPICS
------------------------------------------------------------------------ */ 
.top_topics {
	width: 560px;
	margin: 0 0 10px 0;
	text-align:left;
}

.top_topics p.editor_date {
	text-align: right;
}


/* トップ・サムネイル画像
------------------------------------------------------------------------ */ 
.list_thumb {
	width: 220px;
	float:left;
}
.list_thumb img {
	width: 200px !important;
	height: auto;
}
