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

.table_data {
	margin: 0px 0px 22px;
	width: 540px;
	clear: both;
}
.table_data th {
	text-align: left;
	vertical-align: top;
	width: 120px;
	font-weight: normal;
	background-color: #F3F3F3;
	padding: 6px;
}
.table_data td {
	padding: 6px;
}

.population_table {
	margin: 0px 0px 16px 0px;
	width: 100%;
	border-collapse: collapse;
}

/*event*/
h2#event {
	background: url(../event/img/tit_event.gif) no-repeat;
	width:325px;
	height: 30px;
	margin-bottom: 20px;
	text-indent: -10000px;
}

/*event_calendar*/
h2#event_calendar {
	background: url(../event/img/tit_event_calendar.gif) no-repeat;
	width:230px;
	height: 30px;
	margin-bottom: 20px;
	text-indent: -10000px;
}

/*news_2009*/
h2#news_2009 {
	background: url(../event/img/tit_news_2009.gif) no-repeat;
	width:340px;
	height: 30px;
	margin-bottom: 20px;
	text-indent: -10000px;
}
/*news_2008*/
h2#news_2008 {
	background: url(../event/img/tit_news_2008.gif) no-repeat;
	width:340px;
	height: 30px;
	margin-bottom: 20px;
	text-indent: -10000px;
}
/*news_2007*/
h2#news_2007 {
	background: url(../event/img/tit_news_2007.gif) no-repeat;
	width:340px;
	height: 30px;
	margin-bottom: 20px;
	text-indent: -10000px;
}

/*news_2006*/
h2#news_2006 {
	background: url(../event/img/tit_news_2006.gif) no-repeat;
	width:340px;
	height: 30px;
	margin-bottom: 20px;
	text-indent: -10000px;
}

/*news_2005*/
h2#news_2005 {
	background: url(../event/img/tit_news_2005.gif) no-repeat;
	width:340px;
	height: 30px;
	margin-bottom: 20px;
	text-indent: -10000px;
}

/*news_2004*/
h2#news_2004 {
	background: url(../event/img/tit_news_2004.gif) no-repeat;
	width:340px;
	height: 30px;
	margin-bottom: 20px;
	text-indent: -10000px;
}

/*news_2003*/
h2#news_2003 {
	background: url(../event/img/tit_news_2003.gif) no-repeat;
	width:340px;
	height: 30px;
	margin-bottom: 20px;
	text-indent: -10000px;
}

/*news_2002*/
h2#news_2002 {
	background: url(../event/img/tit_news_2002.gif) no-repeat;
	width:340px;
	height: 30px;
	margin-bottom: 20px;
	text-indent: -10000px;
}



.left_area {
	width: 300px;
	height: auto;
	float: left;
}
.right_area {
	width: 310px;
	height: auto;
	float: right;
}

.text_red {
	color: #F00;
}