﻿@charset "utf-8";


/* イベント */
#tbl_event
{
	width:570px;
	margin-left:auto;
	margin-right:auto;
	margin-top:18px;
	border-collapse:collapse;
}

#tbl_event th
{
	height:30px;
	text-align:center;
	background-color:#F9F9F9;
	border:solid 1px #A5A5A5;
}

#tbl_event td
{
	height:30px;
	text-align:center;
	border:solid 1px #A5A5A5;
	font-size:8pt;
}


#tbl_event .title
{
	height:40px;
	text-align:center;
	font-size:11pt;
	color:#FFF;
	background-color:#489C73;
	border-left:none;
	border-right:none;
	border-bottom:none;
	border-top:solid 1px #91BCA7;
}

#tbl_event .name
{
	width:190px;
}

#tbl_event .fromto
{
	width:220px;
}

#tbl_event .place
{
	width:160px;
}


/* トピックス */
#frame_child
{
	width:564px;
	margin-left:auto;
	margin-right:auto;
	margin-top:18px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#F7F7F7;
	border:solid 3px #CCC;
}

#frame_child a
{
	color:#016FBC;
}

#frame_child .column_left
{
	float:left;
	width:370px;
	padding-left:20px;
	font-size:8pt;
	line-height:180%;
}

#frame_child .column_left img
{
	margin-bottom:5px;
}

#frame_child .column_right
{
	float:right;
	width:130px;
	text-align:center;
	padding-right:20px;
	font-size:7pt;
}

/* イベントの模様 */
#situation
{
	padding-top:18px;
	padding-left:20px;
	background-color:#EDE8DA;
	text-align:center;
}

#situation table
{
	width:570px;
}

#situation td
{
	width:268px;
	padding-bottom:18px;
	text-align:justify;
}

