/*------------------------------------------------------------------------------------------------
お知らせ一覧
------------------------------------------------------------------------------------------------*/


/*
トップタイトル
---------------------------------------------------*/
* html h2 {
	behavior: expression(IEPNGFIX.fix(this));
}

h2.info {
	width: 780px;
	height: 50px;
	text-indent: -9999px;
	background: url(../images/top_title_info.gif) 0 0 no-repeat;
	text-align: center;
	margin: 0 auto;
	
}

/*h2.event {
	width: 780px;
	height: 50px;
	text-indent: -9999px;
	background: url(../images/top_title_event.gif) 0 0 no-repeat;
	text-align: center;
	margin: 0 auto;
	
}*/

.info_list_table {
	text-align: left;
	width: 780px;
	margin: 0 20px;


}

.info_list_date {
	text-align: left;
	font-size: 80%;
	color: #00a73c;
	padding: 3px 0 1px 5px;
	border-bottom: 1px dotted #dddddd;
	width: 90px;

}

.info_list_txt {
	text-align: left;
	font-size: 80%;
	padding: 3px 0 1px 5px;
	border-bottom: 1px dotted #dddddd;

}


/*.info_list_txt {
	text-align: left;
	font-size: 80%;
	padding: 10px 0 3px 5px;
	border-bottom: 1px dotted #dddddd;
	margin: 0 20px;

}

.info_list_txt span {
	color: #00a73c;
	padding: 0 10px 0 0;
	
}*/

.info_list_txt a {
	text-decoration: underline;
	color: #00a73c;
	
}

.info_list_txt a:hover {
	text-decoration: none;
	color: #15ce5b;
	
}











/*.event_list_txt {
	text-align: left;
	font-size: 80%;
	padding: 10px 0 3px 5px;
	border-bottom: 1px dotted #dddddd;
	margin: 0 20px;

}

.event_list_txt span {
	color: #43b0f1;
	padding: 0 10px 0 0;
	
}

.event_list_txt a {
	text-decoration: underline;
	color: #43b0f1;
	
}

.event_list_txt a:hover {
	text-decoration: none;
	color: #67D4FF;
	
}
*/





































