/**********************/
/* コンテンツボックス */
/**********************/

/* ルート */
#contents_root_box {
	width: 1000px;
	margin: 0 auto;
	position:static;
	background-color: #059272;
}

/* エリア */
.area_box {
	width: 90%;
	margin: 0 auto;
	position:static;
	background-color: #ffffff;
}

/*イベント */
.event_box {
	width: 90%;
	margin: 0 auto;
	position:static;
	background-color: #ffffff;
}

/********************/
/*イベント テーブル */
/********************/

.event_table {
	width: 100%;
	border: 1px solid gray;
}
.event_table th, .event_table td {
	border: 1px solid gray;
}
.event_table th {
	background-color: #ccf;
}


.event_table .date_time {
	width: 20%;
}

.event_table .venue {
	width: 20%;
}

.event_table .tel {
	width: 20%;
}

.event_table .map {
	width: 20%;
}




